Releases: storybookjs/react-native
Releases Β· storybookjs/react-native
v8.4.3
What's Changed
- chore(deps): bump cross-spawn from 6.0.5 to 6.0.6 by @dependabot in #653
- fix: generate script not found with bun and reanimated warnings on expo 52 by @dannyhw in #651
- docs: update README.md by @wkoutre in #654
- feat: store panel open state in storage by @tlow92 in #641
- feat: support branding by @tlow92 in #639
New Contributors
Full Changelog: v8.4.2...v8.4.3
v8.4.2
v8.4.1
What's Changed
- feat: onDisabledRemoveStorybook option by @dannyhw in #622
- fix: npx tsx confirmation prompt blocks by @tlow92 in #629
- fix: overflowing story content overlaps sidebar by @tlow92 in #627
- migrate withStorybook to typescript by @tlow92 in #633
- fix: add missing devDependency(ts-dedent) by @duguyihou in #638
- docs: Update MANUAL_SETUP.md by @duguyihou in #637
- feat: 8.4 beta preparation by @dannyhw in #634
- feat: add annotations support for addons by @onmotion in #612
New Contributors
- @tlow92 made their first contribution in #629
- @duguyihou made their first contribution in #638
- @onmotion made their first contribution in #612
Full Changelog: v8.3.9...v8.4.1
v8.4.0-rc.0
What's Changed
- feat: onDisabledRemoveStorybook option by @dannyhw in #622
- fix: npx tsx confirmation prompt blocks by @tlow92 in #629
- fix: overflowing story content overlaps sidebar by @tlow92 in #627
- migrate withStorybook to typescript by @tlow92 in #633
- fix: add missing devDependency(ts-dedent) by @duguyihou in #638
- docs: Update MANUAL_SETUP.md by @duguyihou in #637
- feat: 8.4 beta preparation by @dannyhw in #634
- feat: add annotations support for addons by @onmotion in #612
New Contributors
- @tlow92 made their first contribution in #629
- @duguyihou made their first contribution in #638
- @onmotion made their first contribution in #612
Full Changelog: v8.3.9...v8.4.0-rc.0
v8.3.10
- feat: onDisabledRemoveStorybook added to withStorybook to make it easier to remove storybook from the bundle #622
- feat: .d.ts for withStorybook for use with jsdoc
- fix: SearchResults no results text causes error logs on web #622 thanks @tlow92 for the report
- fix: _forceRerender in View could be undefined in rare cases #622
/**
* @type {import('@storybook/react-native/metro/withStorybook').WithStorybookOptions}
*/
const storybookOptions = {
enabled: process.env.STORYBOOK_ENABLED === 'true',
// set this to true to remove storybook from the bundle when "enabled" is set to false
onDisabledRemoveStorybook: false,
};
module.exports = withStorybook(finalConfig, storybookOptions);
Thanks to @trajano for catching the force render issue and suggesting the .d.ts file #626
Full Changelog: v8.3.9...v8.3.10
v8.3.9
fix: fixes the fix for module resolution in 8.3.8 ... sorry
Full Changelog: v8.3.8...v8.3.9
v8.3.8
What's Changed
- fix: only apply enable package exports selectively by @dannyhw in #621
- thanks to @jvliwanag for the suggestion #620
- this should fix issues with module resolution related to esm/package exports caused by withStorybook
Full Changelog: v8.3.7...v8.3.8
v8.3.7
fixes: addon panel wasn't opening with gorhom bottom sheet v5
Full Changelog: v8.3.6...v8.3.7
v8.3.7-alpha.0
Full Changelog: v8.3.6...v8.3.7-alpha.0
fix: gorhom bottom sheet v5 addon panel wasn't opening