Skip to content

Releases: storybookjs/storybook

v5.3.0

11 Jan 10:25
Compare
Choose a tag to compare

Storybook 5.3 is here!

Key features:

5.3 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.3.0-alpha.*, 5.3.0-beta.*, and 5.3.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.

v5.3.0-rc.14

11 Jan 08:58
Compare
Choose a tag to compare
v5.3.0-rc.14 Pre-release
Pre-release
  • Merge master into next for 5.3.0 release (#9388)

v5.3.0-rc.13

11 Jan 02:33
Compare
Choose a tag to compare
v5.3.0-rc.13 Pre-release
Pre-release

Bug Fixes

  • Addon-docs: Fix link CORS errors using channel navigate event (#9381)
  • CLI: Fix sb init to use spawn.sync if creating package.json (#9359)

Maintenance

  • Official-storybook: Prop table example for multiple named exports (#9364)
  • Addon-docs / web-components: Rename 'props' to 'properties' in props table (#9362)

Dependency Upgrades

  • Upgrade @types/webpack-env and @types/node to fix conflicting types (#9365)

v5.3.0-rc.12

08 Jan 15:04
Compare
Choose a tag to compare
v5.3.0-rc.12 Pre-release
Pre-release

Bug Fixes

  • Nav UI: Nodes are components only if they contain ALL leaf nodes (#9356)
  • Core: Fix HMR for global decorators in main.js config (#9354)
  • Presets: Fix register.js addons entry (#9347)
  • React: Check CRA is installed before showing warning (#9346)

v5.3.0-rc.11

07 Jan 14:17
Compare
Choose a tag to compare
v5.3.0-rc.11 Pre-release
Pre-release

Bug Fixes

  • Addon-Docs: Handle leaf/non-leaf mixture in docs-mode navigation (#9321)

Dependency Upgrades

  • Axe storyshots: move to original @wordpress/jest-puppeteer-axe package (#9337)

v5.3.0-rc.10

06 Jan 14:47
Compare
Choose a tag to compare
v5.3.0-rc.10 Pre-release
Pre-release

Bug Fixes

  • Revert "Source-loader: Disable no-implicit-any linting" (#9333)
  • Addon-docs: Fix scroll behavior on page navigation (#9331)

v5.3.0-rc.9

04 Jan 14:20
Compare
Choose a tag to compare
v5.3.0-rc.9 Pre-release
Pre-release

Features

  • CSF: Use __namedExportsOrder array in loader if provided (#9315)

Bug Fixes

  • Router: Add storyNameFromExport to avoid breaking changes (#9320)

v5.3.0-rc.8

03 Jan 09:42
Compare
Choose a tag to compare
v5.3.0-rc.8 Pre-release
Pre-release

Bug Fixes

  • Addon-docs: Tweak props table paragraph spacing (#9307)

Maintenance

  • Add minimal typescript component to official-storybook (#9308)

Dependency Upgrades

  • React: Upgrade babel-plugin-react-docgen to 4.0.0 (#9303)

v5.3.0-rc.7

02 Jan 03:23
Compare
Choose a tag to compare
v5.3.0-rc.7 Pre-release
Pre-release

Bug Fixes

  • Core: Fix babel.js to disable simplify (#9280)
  • Storyshots-Puppeteer: Don't infer story ID from its name (#9291)

v5.3.0-rc.6

31 Dec 08:44
Compare
Choose a tag to compare
v5.3.0-rc.6 Pre-release
Pre-release

This is significant change to main.js aka tri-config, dramatically simplifying how addons and presets are registered. See the PR for details.

Maintenance

  • Main.js: Combine presets/registers in addons field (#9246)