mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Added migration note
This commit is contained in:
parent
7977f3b1ba
commit
14a66e6c04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user