Skip to content

Releases: storybookjs/react-native

v6.5.0-rc.7

23 Mar 13:44
Compare
Choose a tag to compare
v6.5.0-rc.7 Pre-release
Pre-release

What's Changed

  • fix: windows paths now generated correctly by @dannyhw in #445

Full Changelog: v6.5.0-rc.6...v6.5.0-rc.7

v6.5.0-rc.6

18 Mar 17:07
Compare
Choose a tag to compare
v6.5.0-rc.6 Pre-release
Pre-release

What's Changed

  • docs: update expo metro.config.js by @leonardo-fc in #441
  • Fix webpack5 and @storybook/addon-storyshots compatibility error, and a typo by @leonardo-fc in #442

New Contributors

Full Changelog: v6.5.0-rc.5...v6.5.0-rc.6

v6.5.0-rc.5

04 Mar 18:49
Compare
Choose a tag to compare
v6.5.0-rc.5 Pre-release
Pre-release

What's Changed

  • fix: StoryView was interfering with scroll gestures by @jonathanj in #440

Full Changelog: v6.5.0-rc.4...v6.5.0-rc.5

v6.5.0-rc.4

04 Mar 18:48
Compare
Choose a tag to compare
v6.5.0-rc.4 Pre-release
Pre-release

What's Changed

  • feat: Make it possible to open the addons in bottom split by @jonathanj in #438

Full Changelog: v6.5.0-rc.3...v6.5.0-rc.4

v6.5.0-rc.3

04 Mar 18:48
Compare
Choose a tag to compare
v6.5.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v6.5.0-rc.2...v6.5.0-rc.3

v6.5.0-rc.2

04 Mar 18:48
Compare
Choose a tag to compare
v6.5.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v6.5.0-rc.1...v6.5.0-rc.2

v6.5.0-rc.1

19 Feb 14:02
Compare
Choose a tag to compare
v6.5.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.5.0-rc.0...v6.5.0-rc.1

v6.5.0-rc.0

16 Feb 15:04
Compare
Choose a tag to compare
v6.5.0-rc.0 Pre-release
Pre-release

Adds template file for npx sb@next init --type react_native

Full Changelog: v6.0.1-beta.12...v6.5.0-rc.0

v6.0.1-beta.12

29 Jan 13:42
Compare
Choose a tag to compare
v6.0.1-beta.12 Pre-release
Pre-release
  • auto title generation now works
  • number control doesn't crash when default is undefined
  • render function args type now correctly matches with your component props
  • Orient the OnDeviceUI correctly for RTL locales by @jonathanj

v6.0.1-beta.11

02 Dec 11:47
Compare
Choose a tag to compare
v6.0.1-beta.11 Pre-release
Pre-release

What's Changed

  • fix: default the list item active color if theme value is undefined by @jgornick in #404
  • feat: react native server v6 (experimental) by @dannyhw in #393
  • feat: re-add knobs to provide compatibility for easier migration by @dannyhw in #406

Breaking:

  • storybook dependencies must now be 6.5.14 and above since new fixes were included in this version that are required for this to work
  • backgrounds are now using the new config format to match the web (see below)
 parameters: {
    backgrounds: {
      default: 'warm',
      values: [
        { name: 'warm', value: 'hotpink' },
        { name: 'cool', value: 'deepskyblue' },
      ],
    },
  },

Full Changelog: v6.0.1-beta.10...v6.0.1-beta.11