5.2.0-beta.1 changelog

This commit is contained in:
Michael Shilman 2019-07-18 10:05:37 +08:00
parent 97b07f9586
commit 91efd6ab8b

View File

@ -1,3 +1,14 @@
## 5.2.0-beta.1 (July 18, 2019)
### Features
* React native: Emit event when story is rendered ([#7449](https://github.com/storybookjs/storybook/pull/7449))
### Bug Fixes
* Addon-knobs: improve types via generics and readonlyarray ([#7411](https://github.com/storybookjs/storybook/pull/7411))
* Ondevice-backgrounds: use same param key as addon-backgrounds ([#7437](https://github.com/storybookjs/storybook/pull/7437))
## 5.2.0-beta.0 (July 15, 2019)
### Features