Releases: storybookjs/react-native
Releases Β· storybookjs/react-native
v8.5.5
v8.5.4
What's Changed
- chore: ui improvements by @alcpereira in #674
- fix: add accessibilityLabel as story selector by @fabioatcorreia in #678
- fix: storysort by @dannyhw in #677
New Contributors
- @alcpereira made their first contribution in #674
Full Changelog: v8.5.3...v8.5.4
v8.5.3
What's Changed
- chore(deps): bump undici from 6.20.1 to 6.21.1 by @dependabot in #672
- chore(deps): bump store2 from 2.14.3 to 2.14.4 by @dependabot in #673
- fix: remove unused dependencies by @dannyhw in #676
Full Changelog: v8.5.2...v8.5.3
v8.5.2
v8.5.1
fix: parameters of null error (sorry)
Full Changelog: v8.5.0...v8.5.1
v8.5.0
What's Changed
- fix: allow addon config objects by @dannyhw in #664
- feat: add buttons to hide/show ui by @dannyhw in #632
You can now hide the ui temporarily with a button and I've readded support for the noSafeArea
parameter
You can add these parameters to customize the ui either global or at the story level
hideFullScreenButton: false, // hides the new button
noSafeArea: false, // disables the automatic safearea spacing
Full Changelog: v8.4.4...v8.5.0
v8.4.4
What's Changed
- fix: local addons not resolved by @dannyhw in #661
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #662
Full Changelog: v8.4.3...v8.4.4
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