Skip to content

Releases: storybookjs/storybook

v6.0.0-beta.14

25 May 13:53
Compare
Choose a tag to compare
v6.0.0-beta.14 Pre-release
Pre-release

Breaking Changes

  • CSF: Hoist story annotation object (#10907)
  • Vue: Remove babel-preset-vue (#10909)

Features

  • Angular: Support workspace.json in nx workspace (#10881)

Bug Fixes

  • Addon-docs: Fix single item width in Preview block (#10877)
  • UI: Center toolbar icon buttons (#10897)
  • Core: Fix double rendering on startup (#10892)

Maintenance

  • Core: Use dedicated loader for es6 modules (#10783)
  • Core: Fix yarn test command on windows (#10904)

v5.3.19

24 May 04:39
Compare
Choose a tag to compare

Bug Fixes

  • UI: Fix search stories (#10539)

Security

  • Upgrade markdown-to-jsx to 6.11.4 (#10873)

v6.0.0-beta.13

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

Bug Fixes

  • Core: Fix ts/tsx resolution in the manager (#10886)
  • Core: Fix typo in projectRoot node_modules detection (#10848)
  • Addon-docs: Fix story inline rendering (#10875)
  • Core: Fix CRA filter for built-in webpack settings (#10861)
  • Addon-docs: Fix react forwardRefs with destructured props (#10864)

Maintenance

  • React: Upgrade preset-create-react-app in examples (#10867)
  • Core: Close server when e2e test failed (#10868)

Dependency Upgrades

  • Upgrade markdown-to-jsx to 6.11.4 (#10873)

v6.0.0-beta.12

21 May 06:20
Compare
Choose a tag to compare
v6.0.0-beta.12 Pre-release
Pre-release

Breaking Changes

  • Core: Zero-config TypeScript loading (#10813)

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)