Skip to content

Commit

Permalink
Merge pull request #229 from storybookjs/8-3
Browse files Browse the repository at this point in the history
Update docs to 8.3
  • Loading branch information
kylegach committed Sep 11, 2024
2 parents d87e459 + 7b74eb1 commit 5bea7cc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions apps/frontpage/content/releases/8.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'Storybook 8.3 - September 2024'
---

Fresh out of the oven! Storybook 8.3 brings you:

- ⚡️ **First-class Vitest integration** to run stories as component tests
- 🔼 **Next.js-Vite framework** for Vitest compatibility and better DX
- 🗜️ **Further reduced bundle size** for a smaller install footprint
- 🌐 **Experimental Story globals** to standardize stories for themes, viewports, and locales
- 💯 **Hundreds** more improvements

Browse the [changelogs](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) for the full list of changes.

---

There are no breaking changes, but you can refer to our
[Migration guide](https://storybook.js.org/docs/migration-guide) to upgrade from
pre-8.0 of Storybook.
8 changes: 4 additions & 4 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ export interface DocsVersion {
**/
export const docsVersions: DocsVersion[] = [
{
label: 'Version 8.2',
id: '8.2',
label: 'Version 8.3',
id: '8.3',
branch: 'main',
},
// {
// label: '8.3 (beta)',
// id: '8.3',
// label: 'Version 8.4 (beta)',
// id: '8.4',
// branch: 'next',
// preRelease: true,
// },
Expand Down

0 comments on commit 5bea7cc

Please sign in to comment.