Releases: storybookjs/storybook
Releases · storybookjs/storybook
v6.0.0-beta.23
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
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)
Maintenance
- React: Remove argsStory helper function (#11036)
- Addon-controls: Remove residual options-type controls (#11015)
v6.0.0-beta.20
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)
v6.0.0-beta.19
Features
- Addon-controls: Add warning to controls tab on no-args story (#10986)
Bug Fixes
- Addon-docs: Handle JSON.parse exception for Angular union types (#10984)
v6.0.0-beta.18
Bug Fixes
- Core: Fix HMR for navigation sidebar in UI (#10981)
- Core: Fix
register.tsx
as manager code in preset heuristic (#10980)
- Core: Send global args with set stories (#10910)
- Core: Log swallowed errors when requiring stories (#10974)
- Core: Support valid globs (#10926)
v6.0.0-beta.17
Features
- Addon-controls: Angular support (#10946)
- Addon-controls: Web-components support (#10953)
v6.0.0-beta.16
Bug Fixes
- Core: Add missing babel plugin (#10941)
Maintenance
- CI: Stabilize E2E tests (#10888)
v6.0.0-beta.15
Features
- Addon-Controls: Next-generation knobs (#10834)
Bug Fixes
- Core: Avoid re-render on HMR of other stories (#10908)
- Core: Fix auth for refs (#10845)
Dependency Upgrades
- Bump react-syntax-highlighter from 11.0.2 to 12.2.1 (#10919)
v6.0.0-beta.14
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)