Skip to content

Releases: storybookjs/storybook

v6.0.0-beta.29

16 Jun 06:19
Compare
Choose a tag to compare
v6.0.0-beta.29 Pre-release
Pre-release

Features

  • Addon-docs: Add syntax highlighting to Code and Description blocks (#11183)

Bug Fixes

  • MDX: Don't use root babelrc by default (#11185)
  • Addon-docs: Fix 'show source' for stories with dynamic title (#10959)

v6.0.0-beta.28

15 Jun 11:07
Compare
Choose a tag to compare
v6.0.0-beta.28 Pre-release
Pre-release

Features

  • Addon-docs: Add argTypes type/control shorthand (#11174)

Bug Fixes

  • Core: Remove boxSizing to fix weird CSS layouts (#11175)
  • Addon-docs: Fix forwardRef & invalid hook call (#11154)
  • Client-API: Add @types/qs typings (#11162)

Maintenance

  • CLI: Colocate stories and components, centralize main.js (#11136)
  • Build: Exclude stories from collecting coverage (#11164)
  • Core: Extend router/utils test set (#11156)

v6.0.0-beta.27

14 Jun 02:24
Compare
Choose a tag to compare
v6.0.0-beta.27 Pre-release
Pre-release

Maintenance

  • UI: Remove unused modules (#11159)
  • UI: Remove unused & duplicated code (#11155)
  • REMOVE unused dependencies && FIX versions (#11143)

v6.0.0-beta.26

12 Jun 09:55
Compare
Choose a tag to compare
v6.0.0-beta.26 Pre-release
Pre-release

Bug Fixes

  • Addon-docs: Fix Vue args rendering in Docs mode (#11138)
  • Typescript: Fix mandatory typescript dependency (#11140)

v6.0.0-beta.25

11 Jun 13:43
Compare
Choose a tag to compare
v6.0.0-beta.25 Pre-release
Pre-release

Bug Fixes

  • Composition: Fix auto refs when there are no specified refs (#11057)

v6.0.0-beta.24

11 Jun 13:08
Compare
Choose a tag to compare
v6.0.0-beta.24 Pre-release
Pre-release

Breaking Changes

  • Components: Remove PropsTable, clean ArgsTable stories (#11105)

Features

  • React: Switch react-docgen-typescript-loader to react-docgen-typescript-plugin (#11106)
  • Vue: Add first-class args support (#11115)
  • Core: Add babel plugin for typescript decorators (#11063)
  • CLI: Pass --quiet to disable HMR logging in browser console (#11087)
  • Addon-knobs: Add number of knobs to tab title (#11075)

Bug Fixes

  • Core: Fix package duplication issues by aliasing all storybook packages (#11092)
  • UI: Change isToolshown logic so it hides toolbar if there's only (hidden) canvas (#10599)
  • Core: Fix loglevel filtering (#11096)
  • Core: Remove @babel/plugin-transform-react-constant-elements (#11086)
  • UI: Fix search in production mode (#10917)

Maintenance

  • CLI: Refactor to simplify works with multiple package managers (#11074)

Dependency Upgrades

  • chore(deps-dev): bump protractor from 5.4.4 to 7.0.0 (#10832)
  • build(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4 (#11056)
  • build(deps): bump @babel/plugin-transform-shorthand-properties from 7.8.3 to 7.10.1 (#11088)
  • build(deps-dev): bump tslib from 1.13.0 to 2.0.0 (#11089)
  • build(deps-dev): bump @packtracker/webpack-plugin from 2.2.0 to 2.3.0 (#11091)

v6.0.0-beta.23

08 Jun 08:23
Compare
Choose a tag to compare
v6.0.0-beta.23 Pre-release
Pre-release

Features

  • Addon-docs: Add docs.forceExtractedArgTypes parameter (#11069)

Bug Fixes

  • Vue: Fix force rendering (#11076)
  • Controls: Fix enum extraction for react-docgen-typescript (#11070)

Maintenance

  • Core: Zero-config Typescript e2e test (#10843)

v6.0.0-beta.22

05 Jun 19:10
Compare
Choose a tag to compare
v6.0.0-beta.22 Pre-release
Pre-release

Features

  • Addon-controls: Add hideNoControlsWarning parameter (#11035)

Bug Fixes

  • Controls: Fix null entry in options array handling (#11048)
  • Ember: Return early when there's no JSDoc for a component (#10490)
  • Ember: Fix double render (#10971)
  • UI: Fix focus not showing up on buttons (#10944)
  • Composition: Fix bad package.json resolve (#11023)
  • Core: Fix Yarn 2 compatibility & E2E test (#11008)

Maintenance

  • Aurelia: Fix issue with auto generated knobs for elements (#10853)
  • Build: Upgrade cypress && FIX lodash dependency (#10925)

Dependency Upgrades

  • build(deps-dev): bump ember-source from 3.17.3 to 3.19.0 (#11043)
  • Bump rimraf from 2.7.1 to 3.0.2 (#10923)
  • build(deps-dev): bump ts-jest from 25.5.1 to 26.1.0 (#11042)
  • Update react-textarea-autosize & Remove @types/react-textarea-autosize (#11040)
  • Bump pug from 2.0.4 to 3.0.0 (#10920)
  • build(deps): bump @types/node from 13.13.9 to 14.0.10 (#11039)
  • Bump vue-docgen-api from 4.23.1 to 4.24.0 (#11017)
  • Bump @babel/preset-flow from 7.9.0 to 7.10.1 (#11018)

v6.0.0-beta.21

04 Jun 01:36
Compare
Choose a tag to compare
v6.0.0-beta.21 Pre-release
Pre-release

Breaking Changes

  • Preact: Update Preact version (#10978)

Features

  • Addon-docs: Angular ArgTypes for pipes, injectables, classes (#11016)
  • TypeScript: Add warning for setup issues and fix Babel config (#10998)
  • Core: Add logLevel preset property to filter logging (#10370)

Bug Fixes

  • Addon-controls: Fix initialization logic; remove react-select (#11024)
  • CLI: Fix sb init in Yarn workspace environment (#10985)

Maintenance

  • React: Remove argsStory helper function (#11036)
  • Addon-controls: Remove residual options-type controls (#11015)

v6.0.0-beta.20

01 Jun 14:27
Compare
Choose a tag to compare
v6.0.0-beta.20 Pre-release
Pre-release

Bug Fixes

  • Addon-controls: Fix options control types (#11003)
  • Addon-controls: Fix no-control handling (#11001)
  • Addon-docs: Fix function argType inference in react-docgen-typescript (#10997)

Maintenance

  • Addon-controls/a11y: Fix PARAM_KEY export for consistency (#10988)