6.4.0-beta.11 changelog

This commit is contained in:
Michael Shilman 2021-10-14 11:31:56 +08:00
parent bf812047c8
commit 62a121a176

View File

@ -1,3 +1,19 @@
## 6.4.0-beta.11 (October 14, 2021)
### Features
- Core: Align storyIndex generated by the server and client ([#16311](https://github.com/storybookjs/storybook/pull/16311))
- Core: Render behavior around play functions ([#16208](https://github.com/storybookjs/storybook/pull/16208))
- Angular: Allow to set configuration in angularBrowserTarget ([#16218](https://github.com/storybookjs/storybook/pull/16218))
### Bug Fixes
- CLI: Force `sb upgrade` to use latest version of `npm-check-updates` ([#16336](https://github.com/storybookjs/storybook/pull/16336))
### Maintenance
- Core: Fix broken build ([#16346](https://github.com/storybookjs/storybook/pull/16346))
## 6.4.0-beta.10 (October 13, 2021)
### Features