- Fixed breaking changes from storybook 5 & made it backward compatible - Manishalexin
- Storybooks 5.a support
- Default port changed
- Adds a connect to storybook command, and allows it to launch the extension - orta
-
Don't show the storybook panel when you're not in a React Native storybook project - orta
-
Show "connect" instead of "reconnect" when it cannot instantly connect on launch - orta
You can also access the quick picker menu for stories - sterlingwes
- the
Storybook search / pickercommand; or - via shortcuts:
CTRL+K Son WindowsCMD+K Son Mac
Key bindings are scoped to only run inside the editor - orta
New setting: react-native-storybooks.storybookFilterRegex - this Regex is applied against every storybook section to
decide whether to show it or not. Giving you the chance to filter your stories when you use it in your user settings. -
orta
Disconnecting from the storybooks server will show a button to reconnect on the status bar - mennenia
Double clicking on a story will open it in your editor - orta
Adds keybindings for going up/down through the set of stories, this only loops in the same section. As I can't change
the current selection inside the app, I'm not putting these in the README. You can use cmd + k, up or cmd + k, down
to change them. - orta
Adds storybooks inline, so you don't need to use the site at all now. Tab still exists, but useless. - orta
Add support for setting your own host - chrismcleod
Adds support for setting your own port for the storybooks - notjosh
Proof of concept - orta