Skip to content

Commit

Permalink
8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Jan 14, 2025
1 parent c3dcd65 commit 8709d8e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 14 deletions.
12 changes: 6 additions & 6 deletions apps/frontpage/content/releases/8.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
20 changes: 20 additions & 0 deletions apps/frontpage/content/releases/8.5.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 8 additions & 8 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8709d8e

Please sign in to comment.