Releases: storybookjs/storybook
Releases · storybookjs/storybook
v6.0.0-beta.29
v6.0.0-beta.28
v6.0.0-beta.27
v6.0.0-beta.26
v6.0.0-beta.25
Bug Fixes
- Composition: Fix auto refs when there are no specified refs (#11057)
v6.0.0-beta.24
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
v6.0.0-beta.22
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
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)