Skip to content

Releases: storybookjs/storybook

v6.0.0-beta.9

20 May 23:29
Compare
Choose a tag to compare
v6.0.0-beta.9 Pre-release
Pre-release

Bug Fixes

  • UI: Avoid full refresh when on some tab changes (#10838)
  • Composition: Fix refs not authenticating (#10819)
  • Core: Fix global args initial state for addon-toolbars (#10833)
  • Addon-a11y: Add deprecated withA11y (#10814)
  • Core: Transpile minimum node_modules (#10725)
  • UI: Change default view to Canvas on mobile (#10818)
  • Docs: Improve Preview zoom handling (#10801)

Maintenance

  • CI: example overhaul clean (#10702)
  • CLI: Migrate CLI to TypeScript (#10802)

Dependency Upgrades

  • Upgrade and add some missing dependencies in core, router, api (#10825)

v6.0.0-beta.8

17 May 11:34
Compare
Choose a tag to compare
v6.0.0-beta.8 Pre-release
Pre-release

Features

  • Addon-toolbars: Show tool icons for all viewModes (#10810)

Bug Fixes

  • Addon-docs: Eval argTypes default value (#10812)

Maintenance

  • Scripts: parallel execution on build package scripts (#10808)

v6.0.0-beta.7

15 May 05:11
Compare
Choose a tag to compare
v6.0.0-beta.7 Pre-release
Pre-release

Breaking changes

  • Cleanup: Remove support for babel-loader < 8 (#10781)

Features

  • Composition: Zero-config composition from dependencies (#10753)

Bug Fixes

  • Core: Detect local addons for windows machine (#10786)
  • Composition: Rename mapper to storyMapper and fix loading bugs (#10780)

Maintenance

  • CLI: HTML stories homogenization (#10705)
  • CLI: web-components stories homogenization (#10703)

Dependency Upgrades

  • Update jest-preset-angular to 8.2.0 (#10778)

v6.0.0-beta.6

12 May 13:36
Compare
Choose a tag to compare
v6.0.0-beta.6 Pre-release
Pre-release

Breaking Changes

  • Essentials: Update configuration heuristics for main.js (#10737)

Features

  • Essentials: Add addon-actions (#10748)
  • Essentials: Add addon-docs (#10729)

Bug Fixes

  • UI: Reset layout properties when switching stories (#10643)

Maintenance

  • CLI: react stories homogenization (#10711)
  • CLI: vue stories homogenization (#10708)
  • CLI: webpack react stories homogenization (#10709)
  • CLI: svelte stories homogenization (#10704)
  • CLI: react-scripts stories homogenization (#10710)
  • CLI: mithril stories homogenization (#10707)
  • CLI: rax stories homogenization (#10706)
  • CLI: riot stories homogenization (#10715)
  • CLI: ember stories homogenization (#10713)
  • CLI: preact stories homogenization (#10712)
  • CLI: sfc_vue stories homogenization (#10714)

Dependency Upgrades

  • Revert "Change reference for jest-preset-angular/build/setupJest as per migration guide" (#10727)

v6.0.0-beta.5

11 May 09:03
Compare
Choose a tag to compare
v6.0.0-beta.5 Pre-release
Pre-release

Bug Fixes

  • Core: Fix error handling on load (#10659)

Maintenance

  • Storyshots: Change reference for jest-preset-angular/build/setupJest (#10699)
  • CLI: Remove CRA fixtures from Yarn 2 tests run (#10720)
  • Fix: Set private package on Aurelia example (#10688)

v6.0.0-beta.4

08 May 13:22
Compare
Choose a tag to compare
v6.0.0-beta.4 Pre-release
Pre-release

Features

  • React: Add argsStory convenience function (#10685)

Dependency Upgrades

  • Build: Upgrade jest to 26 (#10669)

v6.0.0-beta.3

07 May 05:09
Compare
Choose a tag to compare
v6.0.0-beta.3 Pre-release
Pre-release

Breaking Changes

  • Addon-backgrounds: Simplified parameters API (#10634)

Bug Fixes

  • Core: Fix globalArgs initialization from global parameters (#10566)
  • Core: Fix DLL context for IE11 ([#106444]#10644))

Dependency Upgrades

  • Addon-storyshots: Upgrade to jest 26 (#10642)
  • Bump terser-webpack-plugin from 2.3.6 to 3.0.0 (#10650)

v6.0.0-beta.2

04 May 12:41
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • Addon-docs: Fix broken props logic for no-args stories (#10633)
  • Addon-docs: Fix custom source manual override (#10632)
  • Addon-docs: Fix MDX stories with multiple children (#9531)
  • Addon-docs: Fix object array in Props (#10621)
  • Actions: Fix import of uuid (#10625)

Maintenance

  • Core: Fix Args test to not use different code path (#10607)

v6.0.0-beta.1

02 May 14:23
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

Features

  • CLI: Add automatic detection for svelte (#10623)

Bug Fixes

  • Addon-docs: Fix no-props logic in Source block (#10619)
  • Props: Fix subcomponents (#10608)

Maintenance

  • Yarn 2: Fix dependencies issues for compatibility (#10613)
  • CLI: Fix cli when working with Yarn 2 and Node 10 (#10550)

v6.0.0-beta.0

29 Apr 13:42
Compare
Choose a tag to compare
v6.0.0-beta.0 Pre-release
Pre-release

Storybook 6.0 is in beta. 🎉🎉🎉

Hundreds of improvements and fixes, including:

  • Args - Dynamic story data with automatic prop controls and actions.
  • Composition - Compose storybooks for documentation, perf and multi-framework support.
  • Server - Enabling Storybook for Rails and other server-side components.
  • Yarn 2 - Supporting next generation package management.

Track the release in the Github: Storybook 6.0 Release 🏆