diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ec61f9f63d..380149b5837c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 7.0.0 (March 31, 2023) + +Storybook 7.0 is here! 🎉 + +- ⚡️ [First-class Vite](https://storybook.js.org/blog/first-class-vite-support-in-storybook/) +- 🔼 [Zero-config NextJS](https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/) +- 🇸 [Zero-config SvelteKit](https://storybook.js.org/blog/storybook-for-sveltekit/) +- 🏗️ [Frameworks API](https://storybook.js.org/blog/framework-api/) +- 3️⃣ [Component Story Format v3](https://storybook.js.org/blog/storybook-csf3-is-here/) +- 🛡️ [Improved type safety](https://storybook.js.org/blog/improved-type-safety-in-storybook-7/) +- 📚 [Docs overhaul with MDx2 support](https://storybook.js.org/blog/storybook-7-docs/) +- ☂️ [Code coverage for interaction testing](https://storybook.js.org/blog/code-coverage-with-the-storybook-test-runner/) +- 🖼️ [UI design refresh](https://storybook.js.org/blog/7-0-design-alpha/) +- 🏛️ [Improved stability](https://storybook.js.org/blog/storybook-ecosystem-ci/) + +7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching `7.0.0-alpha.*`, `7.0.0-beta.*`, and `7.0.0-rc.*` for the full list of changes. + +See our [Migration guide](https://storybook.js.org/migration-guides/7.0) to upgrade from earlier versions of Storybook. + +Full announcement and proper release to the `latest` npm tag coming soon. 😘 + ## 7.0.0-rc.11 (March 31, 2023) #### Features