Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@storybook/addon-ondevice-notes

Package Overview
Dependencies
Maintainers
13
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-ondevice-notes - npm Package Versions

1
46

6.5.0-rc.0

Diff

Changelog

Source

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

dannyhw
published 6.0.1-beta.12 •

Changelog

Source

v6.0.1-beta.12

  • auto title generation now works
  • number control doesn't crash when default is undefined
  • render function args type now correctly matches with your component props
  • Orient the OnDeviceUI correctly for RTL locales by @jonathanj
dannyhw
published 6.0.1-beta.11 •

Changelog

Source

v6.0.1-beta.11

What's Changed

  • fix: default the list item active color if theme value is undefined by @jgornick in https://github.com/storybookjs/react-native/pull/404
  • feat: react native server v6 (experimental) by @dannyhw in https://github.com/storybookjs/react-native/pull/393
  • feat: re-add knobs to provide compatibility for easier migration by @dannyhw in https://github.com/storybookjs/react-native/pull/406

Breaking:

  • storybook dependencies must now be 6.5.14 and above since new fixes were included in this version that are required for this to work
  • backgrounds are now using the new config format to match the web (see below)
 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

dannyhw
published 6.0.1-beta.10 •

Changelog

Source

v6.0.1-beta.10

What's Changed

  • feat: allow for main.ts or any other file extension by @dannyhw in https://github.com/storybookjs/react-native/pull/391
  • fix: dont error with no addons by @dannyhw in https://github.com/storybookjs/react-native/pull/386
  • feat: enables use of docgen for generated arg types (somewhat experimental) by @dannyhw in https://github.com/storybookjs/react-native/pull/392
  • chore(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in https://github.com/storybookjs/react-native/pull/396
  • fix: add defensive check before call m.hot.accept by @nutstick in https://github.com/storybookjs/react-native/pull/397
  • fix: workaround for infinite global decorators by @dannyhw in https://github.com/storybookjs/react-native/pull/398

New Contributors

  • @nutstick made their first contribution in https://github.com/storybookjs/react-native/pull/397

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.9...v6.0.1-beta.10

dannyhw
published 6.0.1-beta.9 •

Changelog

Source

v6.0.1-beta.9

What's Changed

Big changes in this release.

this includes

  • support for the story store changes introduced in 6.4
  • compatibility with storybook v6.5
  • CSF3
  • HMR/Fast refresh now works properly!!!
  • More code re-used from storybook core apis
  • fix for a bug in the tab bar animation

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.

Breaking:

  • There is now a new peer dependency on react-dom due to some code re-use around the preview.

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.

commits

  • update example to react native 0.70.2 by @dannyhw in https://github.com/storybookjs/react-native/pull/381
  • feat: support for storybook 6.4/6.5, CSF3 and HMR fix by @dannyhw in https://github.com/storybookjs/react-native/pull/384

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.8...v6.0.1-beta.9

dannyhw
published 6.0.1-canary.3 •

dannyhw
published 6.0.1-canary.2 •

dannyhw
published 6.0.1-canary.1 •

dannyhw
published 6.0.1-canary.0 •

dannyhw
published 6.0.1-beta.8 •

Changelog

Source

v6.0.1-beta.8

What's Changed

  • chore(deps): bump moment from 2.29.2 to 2.29.4 by @dependabot in https://github.com/storybookjs/react-native/pull/369
  • allow rendering outside safe area by @pvinis in https://github.com/storybookjs/react-native/pull/345
  • chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in https://github.com/storybookjs/react-native/pull/373
  • fix: Results seemingly not matching filter terms by @jonathanj in https://github.com/storybookjs/react-native/pull/380
  • fix: make react hooks useable in component story by @zhouzh1 in https://github.com/storybookjs/react-native/pull/379
  • fix: loader js does not see other preview types by @zakharchenkoAndrii in https://github.com/storybookjs/react-native/pull/374
  • refactor: some adjustments to safe area styling by @dannyhw in https://github.com/storybookjs/react-native/pull/371
  • feat: outline for hide ui button by @pvinis in https://github.com/storybookjs/react-native/pull/382

New Contributors

  • @pvinis made their first contribution in https://github.com/storybookjs/react-native/pull/345
  • @jonathanj made their first contribution in https://github.com/storybookjs/react-native/pull/380
  • @zhouzh1 made their first contribution in https://github.com/storybookjs/react-native/pull/379
  • @zakharchenkoAndrii made their first contribution in https://github.com/storybookjs/react-native/pull/374

Full Changelog: https://github.com/storybookjs/react-native/compare/v6.0.1-beta.7...v6.0.1-beta.8

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc