Skip to content

Commit

Permalink
Add 8.4 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Oct 31, 2024
1 parent d2cbe8b commit 1280796
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
20 changes: 20 additions & 0 deletions apps/frontpage/content/releases/8.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
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

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.3',
id: '8.3',
label: 'Version 8.4',
id: '8.4',
branch: 'main',
},
// {
// label: 'Version 8.4 (beta)',
// id: '8.4',
// branch: 'next',
// preRelease: true,
// },
{
label: 'Version 8.5 (alpha)',
id: '8.5',
branch: 'next',
preRelease: true,
},
{
label: 'Version 7',
id: '7.6',
Expand Down

0 comments on commit 1280796

Please sign in to comment.