Skip to content

Releases: storybookjs/react-native

v7.6.10-rc.0

28 Jan 14:57
Compare
Choose a tag to compare
v7.6.10-rc.0 Pre-release
Pre-release

What's Changed

  • fix: wrong ids created for multiple configs with titlePrefix (v7) by @stevoland in #542
  • allow main.ts

Full Changelog: v7.6.10-alpha.0...v7.6.10-rc.0

v6.5.8

28 Jan 14:58
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump axios from 1.3.5 to 1.6.1 by @dependabot in #525
  • chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 by @dependabot in #521
  • chore(deps): bump @babel/traverse from 7.21.2 to 7.23.2 by @dependabot in #519
  • chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #524
  • feat(react-native-server): add flag to open storybook in the browser by @grgr-dkrk in #532

New Contributors

Full Changelog: v6.5.6...v6.5.8

v7.6.10-alpha.0

20 Jan 22:05
Compare
Choose a tag to compare
v7.6.10-alpha.0 Pre-release
Pre-release

What's Changed

Now compatible with 7.6.10 and fully working

Full Changelog: v7.0.0-alpha.8...v7.6.10-alpha.0

v7.0.0-alpha.8

14 Nov 13:59
Compare
Choose a tag to compare
v7.0.0-alpha.8 Pre-release
Pre-release

v7.0.0-alpha.6

28 Oct 14:36
Compare
Choose a tag to compare
v7.0.0-alpha.6 Pre-release
Pre-release

change .storybook/index to be

import { view } from './storybook.requires';

const StorybookUIRoot = view.getStorybookUI({});

export default () => <StorybookUIRoot />;

this metro config is also required now

transformer: {
  unstable_allowRequireContext: true,
},

also install 7.6.0-alpha.2 for other storybook packages like @storybook/addon-controls

v6.5.7

23 Oct 16:19
Compare
Choose a tag to compare

fix: protect against empty stories list

Full Changelog: v6.5.6...v6.5.7

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