Added migration note

This commit is contained in:
Tom Coleman 2024-02-02 16:20:04 +11:00
parent 7977f3b1ba
commit 14a66e6c04

View File

@ -28,6 +28,7 @@
- [Removed stories.json](#removed-storiesjson)
- [Removed `sb babelrc` command](#removed-sb-babelrc-command)
- [Changed interfaces for `@storybook/router` components](#changed-interfaces-for-storybookrouter-components)
- [Extract no longer batches](#extract-no-longer-batches)
- [Framework-specific changes](#framework-specific-changes)
- [React](#react)
- [`react-docgen` component analysis by default](#react-docgen-component-analysis-by-default)
@ -712,6 +713,10 @@ The reasoning behind is to condense and provide some clarity to what's happened
The `hideOnly` prop has been removed from the `<Route />` component in `@storybook/router`. If needed this can be implemented manually with the `<Match />` component.
#### Extract no longer batches
`Preview.extract()` no longer loads CSF files in batches. This was a workaround for resource limitations that slowed down extract. This shouldn't affect behaviour.
### Framework-specific changes
#### React