Skip to content

Releases: storybookjs/storybook

v5.3.11

04 Feb 16:25
Compare
Choose a tag to compare

Bug Fixes

  • Svelte: Fix Svelte 3 slots for decorators (#9724)
  • CLI: Fix file path for Button story (#9325)
  • Angular: Emit decorator metadata by default (#9701)
  • Storyshots: Fix config via main.ts (#9577)

Maintenance

  • Cra-ts-kitchen-sink: Fix stories glob pattern (#9706)

v6.0.0-alpha.4

03 Feb 16:34
Compare
Choose a tag to compare
v6.0.0-alpha.4 Pre-release
Pre-release

Bug Fixes

  • Angular: Emit decorator metadata by default (#9701)
  • Addon-centered: Fix clash with addon-docs for react (#8388)

Maintenance

  • Add angular 8 and 9 cli fixtures (#8769)

Dependency Upgrades

v6.0.0-alpha.3

02 Feb 06:20
Compare
Choose a tag to compare
v6.0.0-alpha.3 Pre-release
Pre-release

Bug Fixes

  • CRA: Fix jsconfig support (#9324)
  • UI: Check if docsOnly is set to hide the addon panels (#9687)

Maintenance

  • Addon-notes, addon-info: Move to deprecated-addons repo (#9673)

v5.3.10

02 Feb 07:26
Compare
Choose a tag to compare

Bug Fixes

  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • CRA: Fix jsconfig support (#9324)
  • Web-components: Fix default value for docs prop table (#9655)
  • Web-components: Fix types to play nicely with lit-element (#9557)
  • UI: Add support for className prop on Form.Field (#9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Build: Netlify for examples again (#9585)
  • Publish: Remove docs to reduce package size (#9612)

v6.0.0-alpha.2

30 Jan 13:52
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release

Features

  • UI: Configure tabs title, visibility, order and disable (#9095)
  • Addon-cssresources: Add hideCode option (#9627)
  • UI: Add viewMode parameter to control story nav UI (#9090)

Bug Fixes

  • Web-components: Fix default value for prop table docs (#9655)
  • Web-components: Make TypeScript types play nicely with lit-element (#9557)
  • UI: Fix tabs to scroll horizontally (#9383)
  • UI: Add support for className prop on Form.Field (#9665)
  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • Adon-docs: Fix ColorPalette styling (#9643)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Source-loader: Overhaul to remove decorators, support user-configurable source (#9547)
  • Build: Use Netlify for examples again (#9585)
  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Publish: Remove docs to reduce package size (#9612)

v5.3.9

24 Jan 14:31
Compare
Choose a tag to compare

Bug Fixes

  • Addon-docs: Revert breaking source indentation fix (#9609)

v6.0.0-alpha.1

23 Jan 12:53
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

Features

  • Core: Enable HMR logging in browser console (#9535)

Bug Fixes

  • Addon-knobs: Fix broken link to repo in empty panel (#9530)
  • Typescript: Export IStory in @storybook/angular (#9097)

Maintenance

  • React-native: Extract to its own repo (#9599)
  • Polymer: Extract to its own repo (#9596)
  • Build: Fix some dependencies & ts problems (#9603)

v6.0.0-alpha.0

21 Jan 14:43
Compare
Choose a tag to compare
v6.0.0-alpha.0 Pre-release
Pre-release

Features

  • API: Add useSharedState, useStoryState (#9566)
  • Addon-docs: Named colors with ColorPalette (#9453)
  • Core: Add preview layouts (#9229)
  • Marionette: Add marionette support (#7981)
  • Addon-a11y: Support manual run (#8883)
  • Addon-cssresources: Disable SyntaxHighlighter for long code (#9360)
  • Core: Improve monorepo support (#8822)

Bug Fixes

  • Addon-docs: Fix TS false default value in prop table (#9560)
  • Addon-docs: Remove hard-coded lineHeight in Typeset block (#9567)
  • Fixed Angular button example story (#9540)
  • Core: Fix generated entry to import at top of file (#9398)
  • Preact: Fix story function typescript type (#9123)
  • UI: Make canvas link a link (#9257)

Maintenance

  • Build: the build-storybooks script (#9569)
  • CLI: Improve Rax template (#9574)
  • Typescript: Migrate polymer (#9565)
  • Typescript: Migrate ember (#9020)
  • Next 6.0.0 (#9212)
  • REMOVE subscription_store (#9228)

Dependency Upgrades

  • Update husky to v4 (#9509)
  • Bumped react-dev-utils dependency to v10. (#9579)
  • Bump babel-plugin-macros from 2.7.1 to 2.8.0 (#9236)
  • Bump babel-plugin-emotion from 10.0.23 to 10.0.27 (#9239)
  • Bump @babel/runtime from 7.7.4 to 7.7.7 (#9277)
  • Bump corejs-upgrade-webpack-plugin from 2.2.0 to 3.0.1 (#9427)
  • Bump terser-webpack-plugin from 2.2.1 to 2.3.2 (#9386)

v5.3.8

21 Jan 17:22
Compare
Choose a tag to compare

Bug Fixes

  • Addon-docs: Fix TS false default value in prop table (#9560)
  • Addon-knobs: Fix broken repo link in empty panel (#9530)
  • Typescript: Export IStory in @storybook/angular (#9097)
  • Fixed Angular button example story (#9540)
  • Clean usage of @types/webpack-env dep in all packages (#9536)

v5.3.7

20 Jan 07:20
Compare
Choose a tag to compare

Bug Fixes

  • Node-logger: Move @types/npmlog to dependencies (#9538)
  • Core: Fix legacy story URLs (#9545)
  • Addon-docs: Convert default prop value to string (#9525)
  • Addon-docs: Preserve Source indentation by default (#9513)