-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from storybookjs/7-5-release-note
Add 7.5 release note
- Loading branch information
Showing
2 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: 'Storybook 7.5 - October 2023' | ||
--- | ||
|
||
- ⚡️ Vite 5 and Lit 3.0 support | ||
- 👻 `storiesOf` and `storyStoreV6` officially deprecated | ||
- 🀄 Support rename font import for Next.js | ||
- ✨ Many Angular improvements: `argsToTemplate`, new CLI debugging options, support for standalone directives, etc. | ||
- ⬆️ Upgrade `react-docgen` to 6.0.x and improve argTypes | ||
- 🔨 Fix Webpack5 build errors not being propagated | ||
|
||
Lots of little fixes and 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/migration-guides/7.0) to upgrade from | ||
pre-7.0 of Storybook. |