Skip to content

Releases: storybookjs/react-native

v6.5.6

29 Aug 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.5...v6.5.6

v6.5.5

01 Aug 21:25
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 by @dependabot in #493
  • chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #496
  • feat: nested grouping of stories with "group/story" syntax by @dannyhw in #486
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #499
  • chore: update expo, ts and emotion by @dannyhw in #498
  • yarn berry changes by @dannyhw in #500
  • feat/require context by @dannyhw in #501
    • you can use --unstable_useRequireContext on storybook generate to try this out

Full Changelog: v6.5.4...v6.5.5

v6.5.4

28 Jun 11:23
Compare
Choose a tag to compare

What's Changed

  • chore: refactor to simplify project setup by @dannyhw in #463
  • Chore/refactor project structure by @dannyhw in #466
  • docs: add another example url by @zubko in #468
  • chore(deps): bump fast-xml-parser from 4.1.2 to 4.2.4 by @dependabot in #481
  • docs: downgrading setup intructions to stable version by @flexbox in #483
  • docs: migrate away from legacy expo-cli by @flexbox in #484
  • fix: Couldn't find story matching '' after HMR #459

New Contributors

Full Changelog: v6.5.3...v6.5.4

v6.5.3

11 Apr 12:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.2...v6.5.3

v6.5.2

01 Apr 16:49
Compare
Choose a tag to compare

What's Changed

  • Migration guide: fix minor typo in .storybook/main.js sample by @andrewlo in #452
  • docs: add diff colors to metreo config by @flexbox in #453
  • docs: add hints on codeblocks to align README and MIGRATION by @flexbox in #456
  • Fix missing icons on react-native < 0.71 by @stevoland in #455

New Contributors

Full Changelog: v6.5.1...v6.5.2

v6.5.1

01 Apr 16:49
Compare
Choose a tag to compare

Readme update for npm

Full Changelog: v6.5.0...v6.5.1

v6.5.0

29 Mar 09:19
Compare
Choose a tag to compare

This release is a complete overhaul and you should check the migration guide to understand what needs to be changed on the user side.

Read more here!
https://storybook.js.org/blog/storybook-for-react-native-6-5/

What's Changed

  • Update README.md by @wolverineks in #165
  • Delete duplicate button file to fix CI by @oblador in #173
  • chore: Remove expo projects and remove no-hoisting by @oblador in #172
  • fix: use modern build of storybook to fix unresolved promises and other issues caused by polyfills [6.0] by @dannyhw in #174
  • feat: upgrade example react native dependency to 0.64.1 [6.0] by @dannyhw in #176
  • feat: csf support [6.0] by @dannyhw in #175
  • [6.0] clean up auto story imports and update some dependencies by @dannyhw in #180
  • Modified instructions for running example app in the repo by @lauriharpf in #188
  • refactor: Refactors Addons.tsx to a function component by @lauriharpf in #187
  • refactor: Refactor OndeviceUI components to function components by @lauriharpf in #189
  • feat: ondevice addon controls v1 [6.0] by @dannyhw in #182
  • fix: some pending changes from #182 review by @dannyhw in #210
  • fix: Fixes #211 (After opening the keyboard the android UI shrinks) by @lauriharpf in #218
  • [6.0] Removed FunctionComponent type by @Patil2099 in #217
  • feat: add array control type by @dannyhw in #221
  • feat: add date control type by @dannyhw in #223
  • feat: add text input story to example by @dannyhw in #220
  • fix: Fixes selected story changing when editing the story file by @lauriharpf in #224
  • feat: adds a prepareall script by @dannyhw in #226
  • Fix gap at bottom of story list by @Patil2099 in #230
  • feat: Reintroduce the backgrounds addon by @lauriharpf in #229
  • fix: Fixes the "storyFn is deprecated and will be removed in Storybook 7.0." deprecation warning by @lauriharpf in #228
  • feat: radio control by @dannyhw in #231
  • docs: Start of addon-ondevice-controls README + minor tweaks to addon-ondevice-backgrounds README by @lauriharpf in #232
  • fix: better example for select control by @dannyhw in #234
  • feat: add ondevice actions for 6.0 by @dannyhw in #233
  • fix: Fixes #237 by adding util dependency by @lauriharpf in #244
  • docs: Remove the need to install util and util-deprecate from the v6README (works without them) by @lauriharpf in #245
  • fix: Fixes #242 (an action appears in the controls tab as an invalid control type) by @lauriharpf in #246
  • refactor: Refactor class components in addons to function components by @lauriharpf in #248
  • fix: Fix CI breaking as a result of changes introduced in #248 by @lauriharpf in #249
  • fix: Fixes #253. Improve the message shown on the Controls tab when the story has no controls configured by @lauriharpf in #254
  • docs: Fixes #247 by editing the v6 alpha guide with instructions on how to set up with Expo by @lauriharpf in #250
  • docs: Update resolverMainFields for vanilla React Native by @jd20 in #256
  • docs: change v6 test readme to use expo install by @kkalavantavanich in #258
  • feat: Move storybook.requires.js and Storybook.tsx files from the root directory to the .storybook folder by @lauriharpf in #252
  • fix(scripts): reduce watcher updates and fix small path bug by @dannyhw in #261
  • fix: Fix #120 (running "yarn web" on Expo fails). by @lauriharpf in #251
  • fix: expo should now work with apha by @dannyhw in #262
  • Updated example project to 0.65 by @shikharvashistha in #268
  • fix: make it easier to provide the initial selection by @dannyhw in #274
  • feat: config location is now flexible and paths relative from main.js by @dannyhw in #278
  • feat: add ability to exclude paths for stories (#285) by @jgornick in #286
  • feat: add web to the example by @dannyhw in #294
  • styles: improving object control for web by @jorgeruvalcaba in #296
  • fix: wide screen ui scales better by @dannyhw in #298
  • fix: fixed inconsistent control type for 'radio' by @Karthik-B-06 in #309
  • fix: should persist selection by default by @dannyhw in #311
  • feat: export preview for extendability by @dannyhw in #312
  • feat: updated example to 0.66.4 by @dannyhw in #313
  • chore(deps): bump follow-redirects from 1.14.4 to 1.14.7 by @dependabot in #317
  • chore(deps-dev): bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #316
  • chore(deps-dev): bump node-fetch from 2.6.5 to 2.6.7 by @dependabot in #318
  • feat: upgrade example to 67 and use hermes by @dannyhw in #321
  • Add react-native to the resolver array by @gabimoncha in #325
  • fix: better web controls by @dannyhw in #322
  • fix: enforce number data type for number input (#291) by @raychanks in #315
  • chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #330
  • Fix typo in readme by @bpringe in #331
  • feat: add number feedback to range slider, minor change onSlidingComplete by @CezarCobuz in #336
  • chore: tweak navigator design to match SB web navigator design by @a7medev in #326
  • chore(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #343
  • chore(deps): bump plist from 3.0.4 to 3.0.5 by @dependabot in #344
  • Update README.md for v6 by @dannyhw in #347
  • fix: temporary fix for #327 by @dannyhw in #351
  • chore(deps): bump cross-fetch from 3.1.4 to 3.1.5 by @dependabot in #353
  • chore(deps): bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #360
  • chore(deps): bump simple-plist from 1.1.1 to 1.3.1 by @dependabot in #359
  • chore(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #352
  • code typo fixed in manual setup by @BurakGur in #365
  • chore(deps): bump parse-url from 6.0.0 to 6.0.2 by @dependabot in #366
  • feat: add story id support to initial selection by @jgornick in #368
  • Log errors when loading stories on device fails by @micheleb in #358
  • chore(deps): bump moment from 2.29.2 to 2.29.4 by @dependabot in #369
  • allow rendering outside safe area by @pvinis in #345
  • chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #373
  • fix: Results seemingly not matching filter terms by @jonathanj in #380
  • fix: make react hooks useable in component story by @zhouzh1 in #379
  • fix: loader js does no...
Read more

v6.5.0-rc.12

28 Mar 21:16
Compare
Choose a tag to compare
v6.5.0-rc.12 Pre-release
Pre-release

What's Changed

Full Changelog: v6.5.0-rc.11...v6.5.0-rc.12

v6.5.0-rc.11

26 Mar 23:32
Compare
Choose a tag to compare
v6.5.0-rc.11 Pre-release
Pre-release

v6.5.0-rc.10

26 Mar 23:32
Compare
Choose a tag to compare
v6.5.0-rc.10 Pre-release
Pre-release

What's Changed

Full Changelog: v6.5.0-rc.9...v6.5.0-rc.10