From 7b74eb1cade6cdba01c191b66c9093567ee1e5d2 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Mon, 9 Sep 2024 14:39:09 -0600 Subject: [PATCH] Update docs to 8.3 --- apps/frontpage/content/releases/8.3.md | 19 +++++++++++++++++++ packages/utils/src/docs-versions.tsx | 8 ++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 apps/frontpage/content/releases/8.3.md diff --git a/apps/frontpage/content/releases/8.3.md b/apps/frontpage/content/releases/8.3.md new file mode 100644 index 00000000..8450a3d4 --- /dev/null +++ b/apps/frontpage/content/releases/8.3.md @@ -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. diff --git a/packages/utils/src/docs-versions.tsx b/packages/utils/src/docs-versions.tsx index 364b82a9..b74faf1d 100644 --- a/packages/utils/src/docs-versions.tsx +++ b/packages/utils/src/docs-versions.tsx @@ -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, // },