Releases: storybookjs/storybook
Releases · storybookjs/storybook
v6.0.0-alpha.41
Features
- Addon-docs: Reset styles in Preview component (#10274)
Bug Fixes
- Addon-docs: Port Vue to ArgsTable (#10482)
- Addon-docs: Fix Props controls to point to primary story (#10480)
- Core: Fix addon tab in react-native-server (#10468)
Dependency Upgrades
v6.0.0-alpha.40
Bug Fixes
- Addon-docs: Fix controls column display logic (#10473)
v6.0.0-alpha.39
Breaking Changes
- Addon-docs: Inline stories in Vue by default (#10463)
Features
- Addon-docs: Provide better props include/exclude features (#10464)
- UI: Improve loading state (#10444)
Bug Fixes
- UI: Fix bad shortcutpage layout (#10445)
v6.0.0-alpha.37
Features
- Addon-actions: Make arg auto-generation more aggressive (#10451)
Maintenance
- Examples: Format stringified parameters (#10435)
Dependency Upgrades
- Bump recast from 0.16.2 to 0.19.0 (#10415)
v6.0.0-alpha.36
Bug Fixes
- Server: Fix serialization of knobs params back to server (#10391)
- Core: Serve correctly hashed static files with the Cache-Control header (#10390)
- Addon-a11y: Fix default a11y parameters (#10439)
- Core: Fix event source handling (#10416)
Maintenance
- Addon-docs: Add blocks typings (#10441)
v6.0.0-alpha.35
Bug Fixes
- Core: Fix static build with DLL (#10377)
- Addon-Docs: Fix Args table generation for story with no component (#10436)
Maintenance
- Yarn 2: Fix compatibility with
.storybook/preview.js
file (#10342)
- Official-storybook: Fix passArgsFirst problems (#10432)
v6.0.0-alpha.34
Breaking Changes
- Addon-A11y: Remove decorator in favor of parameter configuration (#10381)
Features
- Addon-docs: Add controls to ArgsTable (#10354)
- CLI: Reuse existing chromium tab if possible (#10329)
Bug Fixes
- Core: Fix main.js
stories
regex to glob conversion (#10400)
- Composition: Fix ref getSourceType for URL paths with index.html (#10421)
- Core: Add .cjs files for main.js config (#10358)
Dependency Upgrades
- Bump @types/react-select from 2.0.19 to 3.0.11 (#10262)
- Bump strip-json-comments from 3.0.1 to 3.1.0 (#10334)
- Bump axe version to 3.5.3 (#10375)
- Bump markdown-to-jsx from 6.11.0 to 6.11.1 (#10331)
- Bump semver from 7.1.3 to 7.2.2 (#10385)
v6.0.0-alpha.33
Breaking prerelease
- Core: Rename ParameterEnhancer to ArgsEnhancer (#10398)
Bug Fixes
- Core: Fix
webpackFinal
being called twice (#10402)
- Core: Fix legacy redirect (#10404)
Maintenance
- CLI: Update fixtures used for CLI tests (#10396)
- Build: Update bootstrap to install optional deps on CI (#10408)
- Addon-docs: Format source at render time (#10383)
v6.0.0-alpha.32
Features
- CSF: Warn when there are no exported stories (#10357)
Bug Fixes
- Marko: Always destroy old component when switching stories (#10345)
Maintenance
- Dev: Build script for package development (#10343)
v6.0.0-alpha.31
Bug Fixes
- Core: Fix ie11 compatibility (#10281)
- Core: Add .cjs & .mjs to interpret-files (#10288)
- Core: Fix source-map strategy for production (#10290)
- Addon-knobs: Allow
text
and number
to take undefined values (#10101)
Maintenance
- Core: Warn about deprecated config files (#10097)
- Yarn 2: rework imports in webpack preview virtual module to fix compatibility (#10305)
- Addon-centered: Move to deprecated-addons (#10300)