Add migration note for dropping TypeScript < 4.9 support

This commit is contained in:
Valentin Palkovic 2025-03-02 13:08:18 +01:00
parent 4407b5ed9d
commit 3fa61cfce1
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<h1>Migration</h1>
- [From version 8.x.x to 9.0.0](#from-version-8xx-to-900)
- [Dropped support for TypeScript \< 4.9](#dropped-support-for-typescript--49)
- [From version 8.5.x to 8.6.x](#from-version-85x-to-86x)
- [Angular: Support experimental zoneless support](#angular-support-experimental-zoneless-support)
- [Addon-a11y: Replaced experimental `ally-test` tag behavior with `parameters.a11y.test`](#addon-a11y-replaced-experimental-ally-test-tag-behavior-with-parametersa11ytest)
@ -431,6 +433,12 @@
- [Packages renaming](#packages-renaming)
- [Deprecated embedded addons](#deprecated-embedded-addons)
## From version 8.x.x to 9.0.0
### Dropped support for TypeScript < 4.9
Storybook now requires TypeScript 4.9 or later. If you're using an older version of TypeScript, you'll need to upgrade to continue using Storybook.
## From version 8.5.x to 8.6.x
### Angular: Support experimental zoneless support

View File

@ -84,7 +84,7 @@ Most code examples should include a file name so readers can understand which fi
### Language configuration
Use the `language` attribute to define the language to which the code snippet applies. The documentation uses this attribute to determine which variant to display (e.g., JavaScript, TypeScript, TypeScript 4.9, MDX).
Use the `language` attribute to define the language to which the code snippet applies. The documentation uses this attribute to determine which variant to display (e.g., JavaScript, TypeScript, MDX).
{/* prettier-ignore-start */}