mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 23:02:00 +08:00
Add migration note for dropping TypeScript < 4.9 support
This commit is contained in:
parent
4407b5ed9d
commit
3fa61cfce1
@ -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
|
||||
|
@ -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 */}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user