You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 6.2.0 (March 30, 2021)
2
+
3
+
## [Storybook 6.2](https://github.com/storybookjs/storybook/issues/13160) future-proof component development
4
+
5
+
Storybook 6.2 includes major improvements for new frameworks, package managers, and bundlers.
6
+
7
+
🚀 Frameworks: Vue 3, Svelte Native CSF
8
+
📦 Packaging: NPM 7, Yarn 2, ESM
9
+
🛠 Bundlers: Webpack 5, pluggable bundlers to enable Vite, ESBuild, Snowpack, & more.
10
+
11
+
It also includes an overhaul of Storybook’s auto-generated controls.
12
+
13
+
6.2 contains hundreds more fixes, features, and tweaks. Browse the [changelogs](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) matching `6.2.0-alpha.*`, `6.2.0-beta.*`, and `6.2.0-rc.*` for the full list of changes. See [Storybook 6 migration guide](https://storybook.js.org/blog/storybook-6-migration-guide/) to upgrade from `5.x` or [MIGRATION.md](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md) for detailed migration instructions.
0 commit comments