Skip to content

Instantly share code, notes, and snippets.

@shilman
Last active July 16, 2019 07:01
Show Gist options
  • Save shilman/cd5a67356c36c6f5b53794c1e3b73922 to your computer and use it in GitHub Desktop.
Save shilman/cd5a67356c36c6f5b53794c1e3b73922 to your computer and use it in GitHub Desktop.
Storybook 5.2 release plan

Storybook 5.2 Release

It's that time again! Storybook 5.1 is stable and 5.2 is coming down the pipe!

Schedule

  • 5.2.0-alpha.0: 2019-04-29
  • 5.2.0-beta.0: 2019-07-15
  • 5.2.0-rc.0: 2019-07-29 (est)
  • 🏁 5.2.0: 2019-08-05 (est)

Contents

  • DocsPage
    • React
    • Vue
    • Others
    • Documentation
  • Module story format
    • Definition
    • Loader
    • Codemods
    • SB CLI Migration
    • Documentation
  • Design System
    • Component librray
    • 3x Apps
    • Documentation
  • Addon API
    • Hooks-based API
    • Documentation
  • Jest Addon redesign
  • Story sorting
    • Implementation
    • Documentation
  • Typescript
    • Typings for addons, @storybook/react, @storybook/angular
  • CLI --preview-url for remote preview
    • Rollup example
  • Yarn PnP support?

Full list of changes in CHANGELOG

Help Wanted (Now!)

We need your help stabilizing Storybook 5.2 for the final release. It's in beta now because we think it's ready to use in most projects.

The biggest thing is to try upgrading your project to the latest prerelease, see if you run into problems, and file github isues. The sooner we uncover problems with the upgrade, the more time we have to fix and document them.

To upgrade your project:

npx npm-check-updates '/storybook/' -un
npm install # or yarn

We've also started to document migration instructions, and will continue to update the documentation throughout the release.

And of course, if you see any issues that you can help with, PRs are always welcome. Storybook wouldn't be possible without high-quality contributions from our wonderful community.

Thanks for your help and stay posted for more updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment