5.2.4 changelog

This commit is contained in:
Michael Shilman 2019-10-14 17:33:20 +08:00
parent 7bbb3e77ee
commit f656eea58d

View File

@ -39,6 +39,20 @@
* Official-storybook: Add a story with duplicate decorators ([#8407](https://github.com/storybookjs/storybook/pull/8407))
## 5.2.4 (October 14, 2019)
### Bug Fixes
* Angular: Fix angular2-template-loader / raw-loader version conflicts ([#8269](https://github.com/storybookjs/storybook/pull/8269))
* CSF: Warn when CSF and `storiesOf` mixed in one file ([#8411](https://github.com/storybookjs/storybook/pull/8411))
* Addon API: Clean preview hooks when removing a story ([#8408](https://github.com/storybookjs/storybook/pull/8408))
* Update button.svelte ([#8369](https://github.com/storybookjs/storybook/pull/8369))
* CSF: Ignore __esModule export ([#8317](https://github.com/storybookjs/storybook/pull/8317))
### Maintenance
* Publish top-level .js and .d.ts files ([#8354](https://github.com/storybookjs/storybook/pull/8354))
## 5.3.0-alpha.17 (October 10, 2019)
### Maintenance