mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Merge branch 'next' of github.com:storybooks/storybook into next
This commit is contained in:
commit
df2949e8da
@ -31,6 +31,11 @@
|
||||
|
||||
* Addon-actions: Use v4 UUID instead of v1 for action IDs ([#7397](https://github.com/storybookjs/storybook/pull/7397))
|
||||
* UI: Remove recompose ([#7385](https://github.com/storybookjs/storybook/pull/7385))
|
||||
* UI: FIX & IMPROVE styling interop of addon-background & addon-viewport ([#7385](https://github.com/storybookjs/storybook/pull/7385))
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Move grid toolbar feature to background-addon ([#7385](https://github.com/storybookjs/storybook/pull/7385))
|
||||
|
||||
## 5.2.0-alpha.42 (July 12, 2019)
|
||||
|
||||
|
@ -64,6 +64,10 @@
|
||||
|
||||
## From version 5.1.x to 5.2.x
|
||||
|
||||
### Grid toolbar-feature
|
||||
|
||||
The grid feature in the toolbar has been relocated to [addon-background](https://github.com/storybookjs/storybook/tree/next/addons/backgrounds), follow the setup intructions on that addon to get the feature again.
|
||||
|
||||
### Docs mode docgen
|
||||
|
||||
This isn't a breaking change per se, because `addon-docs` is a new feature. However it's intended to replace `addon-info`, so if you're migrating from `addon-info` there are a few things you should know:
|
||||
|
Loading…
x
Reference in New Issue
Block a user