Skip to content

Commit

Permalink
Update from-older-version.md
Browse files Browse the repository at this point in the history
updated feature list
  • Loading branch information
joevaugh4n authored Mar 7, 2024
1 parent 9eea0d4 commit c2be62f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/migration-guide/from-older-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
title: 'Migration guide from Storybook 6.x to 8.0'
---

Storybook 8 focuses on performance and stability.

- 💨 [2-4x faster test builds](/blog/optimize-storybook-7-6/#2-4x-faster-builds-with-thetest-flag), [25-50% faster React docgen](/blog/optimize-storybook-7-6/#22x-faster-react-docgen), and [SWC support for Webpack projects](/blog/optimize-storybook-7-6/#using-webpack-enable-swc)
- ✨ Improved framework support: you no longer need to install React as a peer dependency when using a non-React renderer
- 🌐 [Support for React Server Components (RSC)](/blog/storybook-react-server-components/): our experimental solution renders async RSC in the browser and mocks Node code
Storybook 8 focuses on improving performance, compatibility, and stability. Key features include:

- 🩻 A new visual testing workflow via [the Visual Tests addon](https://www.chromatic.com/docs/visual-tests-addon/)
- 💨 [2-4x faster test builds](https://storybook.js.org/blog/optimize-storybook-7-6/#2-4x-faster-builds-with-thetest-flag), [25-50% faster React docgen](https://storybook.js.org/blog/optimize-storybook-7-6/#22x-faster-react-docgen), and [SWC support for Webpack projects](https://storybook.js.org/blog/optimize-storybook-7-6/#using-webpack-enable-swc)
- 🧩 Improved framework support: you no longer need to install React as a peer dependency when using a non-React renderer
- 🎛️ Strengthened control generation in [React](https://storybook.js.org/blog/storybook-8-beta/#major-performance-improvements
) and [Vue](https://storybook.js.org/blog/first-class-vue-support-storybook-8/) projects
- ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
- 🌐 [Support for React Server Components (RSC)](https://storybook.js.org/blog/storybook-react-server-components/): our experimental solution renders async RSC in the browser and mocks Node code
- ✨ A refreshed desktop UI & mobile UX
- ➕ Much, much more

This guide is meant to help you **upgrade from Storybook 6.x to 8.0** successfully!
Expand Down

0 comments on commit c2be62f

Please sign in to comment.