Skip to content

Releases: storybookjs/react-native

v9.1.2

11 Sep 11:04
Compare
Choose a tag to compare

What's Changed

  • docs: Update links to actions docs page by @Sidnioulz in #785
  • fix: android bugs - broken touch events and radio control error by @dannyhw in #791

New Contributors

Full Changelog: v9.1.1...v9.1.2

v10.0.0-beta.0

20 Aug 12:05
Compare
Choose a tag to compare
v10.0.0-beta.0 Pre-release
Pre-release

updates to support esm only build and updates to storybook 10 beta

Full Changelog: v9.1.1...v10.0.0-beta.0

v9.1.1

20 Aug 09:30
Compare
Choose a tag to compare

What's Changed

  • feat: new withStorybookConfig metro wrapper to replace withStorybook in the future by @dannyhw in #776
  • chore(deps): bump image-size from 1.1.1 to 1.2.1 by @dependabot[bot] in #782
  • fix: markdown-it vuln by @dannyhw in #783
  • fix: storyName for csf2 stories by @dannyhw in #784

various dependencies were updated to remove any security warnings - you should see not audit errors relating to storybook

I'm adding a new version of the withStorybook configuration wrapper that will properly give auto complete and show jsdoc comments
This version also has simplified configuration, the enabled and onDisabledRemoveStorybook options were confusing and didn't actually work the way you might have expected. In this new function we just have removeStorybook for when you want to remove storybook packages from the bundle.

to try it use the following in your metro config

const { withStorybookConfig } = require('@storybook/react-native/metro/withStorybookConfig');

module.exports = withStorybookConfig(defaultConfig);
image

Full Changelog: v9.1.0...v9.1.1

v9.1.0

31 Jul 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.18...v9.1.0

v9.0.18

21 Jul 12:35
Compare
Choose a tag to compare

What's Changed

  • feat: add option to mock out ui dependencies by @dannyhw in #771

You can now pass this option when using the lite-ui or a custom ui to mock 3rd party dependencies out so you don't need to install reanimated etc

module.exports = withStorybook(defaultConfig, {
  liteMode: true,
});

Full Changelog: v9.0.17...v9.0.18

v9.0.17

17 Jul 18:08
Compare
Choose a tag to compare

What's Changed

  • fix: StorybookConfig import and CLI command deprecation warnings by @ozgegurel in #767
  • fix: extra check for background.values to avoid potential crash by @dannyhw
  • fix: minor adjustment to requires generation formatting

Full Changelog: v9.0.14...v9.0.17

v9.0.14

17 Jul 17:53
Compare
Choose a tag to compare

What's Changed

  • fix: add option to disable story wrapper @dannyhw in #755
  • docs: improve v9 migration docs by @alcpereira in #757
  • fix(shadow*): replace depracated shadow props with boxShadow by @ozgegurel in #752
  • chore: update pr template branch comment by @alcpereira in #759
  • chore: improve generated storybook requires formatting by @alcpereira in #758
  • Fix: date shift bug in Date control component by @ozgegurel in #763
  • fix: use storybook/internal/csf to remove extra dependency and fix doctor error by @dannyhw in #766

Full Changelog: v9.0.9...v9.0.14

v9.0.9

14 Jun 15:23
Compare
Choose a tag to compare

Note that you may need to regenerate the requires file due to the removal of the actions annotations, this was necessary since this addon got pulled into storybook core and no longer reexports those annotations (we get them automatically instead).

What's Changed

New Contributors

Full Changelog: v9.0.6...v9.0.9

v9.0.9-alpha.0

13 Jun 22:11
Compare
Choose a tag to compare
v9.0.9-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v9.0.7-alpha.1...v9.0.9-alpha.0

v9.0.7-alpha.1

13 Jun 12:00
Compare
Choose a tag to compare
v9.0.7-alpha.1 Pre-release
Pre-release

What's Changed

  • fix: export story types from @storybook/react by @jtomaszewski in #748
  • update latest storybook versions

New Contributors

Full Changelog: v9.0.7-alpha.0...v9.0.7-alpha.1