@storybook/addon-ondevice-controls
Advanced tools
Changelog
v6.5.0-rc.1
Full Changelog: https://github.com/storybookjs/react-native/compare/v6.5.0-rc.0...v6.5.0-rc.1
Changelog
v6.5.0-rc.0
Adds template file for npx sb@next init --type react_native
Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.12...v6.5.0-rc.0
Changelog
v6.0.1-beta.12
Changelog
v6.0.1-beta.11
Breaking:
parameters: {
backgrounds: {
default: 'warm',
values: [
{ name: 'warm', value: 'hotpink' },
{ name: 'cool', value: 'deepskyblue' },
],
},
},
Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.10...v6.0.1-beta.11
Changelog
v6.0.1-beta.10
Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.9...v6.0.1-beta.10
Changelog
v6.0.1-beta.9
Big changes in this release.
this includes
Largely made possible by help from @shilman and @tmeasday on the 6.5 branch.
note: there was a temporary polyfill added to include the global document object whilst changes are made in storybook to allow for a parameterised preview and store. This shouldn't require any changes from the user and is temporary.
This should hopefully be removed soon, though it shouldn't impact your development other than adding react dom to your dev dependencies. Hopefully this is an acceptable compromise for finally having 6.4/6.5 support.
Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.8...v6.0.1-beta.9