From 8709d8e2ee00a7d5c4968cb97f7ea5f1095ed2ea Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Tue, 14 Jan 2025 15:08:13 -0700 Subject: [PATCH] 8.5 release --- apps/frontpage/content/releases/8.4.md | 12 ++++++------ apps/frontpage/content/releases/8.5.md | 20 ++++++++++++++++++++ packages/utils/src/docs-versions.tsx | 16 ++++++++-------- 3 files changed, 34 insertions(+), 14 deletions(-) create mode 100644 apps/frontpage/content/releases/8.5.md diff --git a/apps/frontpage/content/releases/8.4.md b/apps/frontpage/content/releases/8.4.md index 9aaf531d..95d4edd8 100644 --- a/apps/frontpage/content/releases/8.4.md +++ b/apps/frontpage/content/releases/8.4.md @@ -4,12 +4,12 @@ title: 'Storybook 8.4 - October 2024' Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser! -▶️ Unified UI for component testing -5️⃣ Svelte 5 and Svelte CSF support -⚛️ React Native Storybook 8 release -🏷️ Tags-based filtering to organize your Storybook -🫧 Dependency cleanup to reduce install footprint -💯 Hundreds more improvements +- ▶️ Unified UI for component testing +- 5️⃣ Svelte 5 and Svelte CSF support +- ⚛️ React Native Storybook 8 release +- 🏷️ Tags-based filtering to organize your Storybook +- 🫧 Dependency cleanup to reduce install footprint +- 💯 Hundreds more improvements Browse the [changelogs](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) for the full list of changes. diff --git a/apps/frontpage/content/releases/8.5.md b/apps/frontpage/content/releases/8.5.md new file mode 100644 index 00000000..76216515 --- /dev/null +++ b/apps/frontpage/content/releases/8.5.md @@ -0,0 +1,20 @@ +--- +title: 'Storybook 8.5 - January 2025' +--- + +Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new: + +- ♿️ **Realtime accessibility tests** to help build UIs for everybody +- 🛡️ **Project code coverage** to measure the completeness of your tests +- 🎯 **Focused tests** for faster test feedback +- ⚛️ **React Native Web Vite framework (experimental)** for testing mobile UI +- 🎁 **Storybook Test Bootcamp** to level up your testing game +- 💯 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 bd70302b..2faa07a4 100644 --- a/packages/utils/src/docs-versions.tsx +++ b/packages/utils/src/docs-versions.tsx @@ -28,16 +28,16 @@ export interface DocsVersion { **/ export const docsVersions: DocsVersion[] = [ { - label: 'Version 8.4', - id: '8.4', - branch: 'main', - }, - { - label: 'Version 8.5 (alpha)', + label: 'Version 8.5', id: '8.5', - branch: 'next', - preRelease: true, + branch: 'main', }, + // { + // label: 'Version 8.6 (alpha)', + // id: '8.6', + // branch: 'next', + // preRelease: true, + // }, { label: 'Version 7', id: '7.6',