Skip to content

Releases: storybookjs/react-native

v6.0.1-beta.8

05 Oct 10:26
Compare
Choose a tag to compare
v6.0.1-beta.8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.0.1-beta.7...v6.0.1-beta.8

v6.0.1-beta.7

14 Jul 21:07
Compare
Choose a tag to compare
v6.0.1-beta.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.0.1-beta.5...v6.0.1-beta.7

v5.3.26

14 Jul 20:15
Compare
Choose a tag to compare

note: only notes and knobs were updated in this release so there is no new version of storybook/react-native and instead only for those two packages.

What's Changed

New Contributors

Full Changelog: v5.3.25...v5.3.26

v5.3.26-alpha.0

14 Jul 19:57
Compare
Choose a tag to compare
v5.3.26-alpha.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v5.3.25...v5.3.26-alpha.0

6.0.1-beta.5

05 Mar 23:33
Compare
Choose a tag to compare
6.0.1-beta.5 Pre-release
Pre-release
  • Story navigator now more closely matches web design (#326)
  • The Number range control now shows the current value (#336)

v6.0.1-beta.1

18 Feb 22:47
Compare
Choose a tag to compare
v6.0.1-beta.1 Pre-release
Pre-release

Feature

  • export preview for extendability (#312)

Fixes

  • should persist selection by default (#311)
  • better web controls (#322)

Breaking change

radios is now radio to better match the web

  • fixed inconsistent control type for 'radio' (#309)

v6.0.1-alpha.5

12 Oct 18:54
Compare
Choose a tag to compare
v6.0.1-alpha.5 Pre-release
Pre-release

Features

  • you can now specify a config location and you can change the folder name #278
    • note that this folder should still contain all the same files
    • —absolute option will use absolute imports in the requires.js file
    • paths in general should work better with the watcher and get stories script
  • choosing an initial selection is now easier and is correctly typed #274

Breaking changes (since previous alpha):

  • In main.js stories are relative from the config directory and no longer add "../", this should fix absolute paths and other bugs #278
  • make sure to update your paths if you were using v6.0.1-alpha.3
  • sbn-get-stories and sbn-watcher are now sb-rn-get-stories and sb-rn-watcher so make sure to update these if you were using v6.0.1-alpha.3
  • @react-native-async-storage/async-storage is now a peer dependency and is required
  • AsyncStorage is no longer needed as an option to getStorybookUI

v6.0.1-alpha.3

12 Sep 19:44
Compare
Choose a tag to compare
v6.0.1-alpha.3 Pre-release
Pre-release
  • Build now targets ES6 so that the ondeviceUI works out of the box on react-native-web 251

v6.0.1-alpha.2

11 Sep 22:34
Compare
Choose a tag to compare
v6.0.1-alpha.2 Pre-release
Pre-release
  • moved storybook.requires and storybook.tsx to .storybook/ 252
  • fix for action appearing as invalid control 246
  • Improve the message shown on the Controls tab when the story has no controls configured. 254
  • fix(scripts): reduce watcher updates and fix small path bug 261

v6.0.1-alpha.1

27 Jul 21:09
Compare
Choose a tag to compare
v6.0.1-alpha.1 Pre-release
Pre-release

fixes:

  • #237 adding util dependency