Merge branch 'next' of github.com:storybooks/storybook into next

This commit is contained in:
Norbert de Langen 2019-07-17 13:46:21 +02:00
commit df2949e8da
2 changed files with 9 additions and 0 deletions

View File

@ -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)

View File

@ -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: