mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:51:07 +08:00
4.9 KiB
4.9 KiB
7.0.0-alpha.5 (June 20, 2022)
Bug Fixes
- Core: Allow a teardown function to be returned from
renderToDOM
(#18457) - CLI: Add npm7 migration for legacy peer deps (#18510)
- Interactions: Fix broken UI on nested interactions (#18499)
Maintenance
- Build: Upgrade yarn to 3.2.1 (#18511)
7.0.0-alpha.4 (June 19, 2022)
Breaking Changes
- Core: Remove standalone node APIs (#18089)
Maintenance
7.0.0-alpha.3 (June 17, 2022)
Features
- Interactions: Collapse child interactions (#18484)
Bug Fixes
- Interactions: Fix
waitFor
behavior while debugging (#18460) - UI: Fix display skip to sidebar button (#18479)
Maintenance
7.0.0-alpha.2 (June 15, 2022)
Features
- UI: Update manager to respect
parameters.docsOnly
instories.json
(#18433) - CLI: Add additional files api to sb repro (#18389)
Bug Fixes
- Core: Fix process is not defined when using components (#18469)
- Story index: Warn on
storyName
in CSF3 exports (#18464) - Telemetry: Strip out preset from addon name (#18442)
Maintenance
- CLI: Improve to be more async & cleanup (#18475)
- 7.0.0 pnp support (#18461)
- Build: Use playright version of sb-bench (#18458)
- Angular: Support Angular 14 standalone components (#18272)
- Build: Fix prebundle script on Windows (#18365)
- Scripts: Clean verdaccio cache when running locally (#18359)
- Core: fix PnP compatibility for @storybook/ui and @storybook/router packages (#18412)
7.0.0-alpha.1 (June 7, 2022)
Bug Fixes
- CLI: Fix
init
to install correct version of sb/storybook (#18417)
7.0.0-alpha.0 (June 7, 2022)
Breaking Changes
- Build chain upgrades: TS4, Webpack5, modern ESM, TSUP (#18205)
- Create frameworks & rename renderers (#18201)
- Core-webpack: Factor out webpack dependencies (#18114)
- Core: Remove start-/build-storybook from all frameworks (#17899)
Features
- Core: Add pluggable indexers (#18355)
- CLI: Add dev/build commands (#17898)
- CLI: Add support for angular/cli v14 (#18334)
Bug Fixes
- Vue/Vue3: Fix decorators in StoryStoreV7 (#18375)
- Preview: Default select to
viewMode
story (#18370)
Maintenance
- Core: Split webpack presets out of frameworks (#18018)
- Core: Renderer refactor (#17982)
- Core: Allow builders to be set in presets (#18182)
- Core: Minimize webpack deps (#18024)
- Core: Make renderers presets (#18004)
- Examples: Simplify sb usage in package.json scripts (#18065)
Older versions
For older versions of the changelog, see CHANGELOG.v6.md, CHANGELOG.v1-5.md