5.2.0-alpha.34 changelog

This commit is contained in:
Michael Shilman 2019-07-02 09:28:27 +08:00
parent 9835ab9d79
commit b8966e25dd

View File

@ -1,3 +1,11 @@
## 5.2.0-alpha.34 (July 2, 2019)
### Bug Fixes
* CLI: Fix `--preview-url` for static builds ([#7245](https://github.com/storybookjs/storybook/pull/7245))
* Addon-docs: Fix non-React support & add Vue example ([#7222](https://github.com/storybookjs/storybook/pull/7222))
* CLI: Move the free port logic so that loadOptions don't override it ([#7237](https://github.com/storybookjs/storybook/pull/7237))
## 5.2.0-alpha.33 (July 1, 2019)
### Features