6.4.0-rc.10 changelog

This commit is contained in:
Michael Shilman 2021-11-26 15:20:32 +08:00
parent 68c4086691
commit a89d8e9b1a

View File

@ -1,3 +1,13 @@
## 6.4.0-rc.10 (November 26, 2021)
### Bug Fixes
* Core: Allow args/argTypes/component to be set via parameters for storiesOf back-compat ([#16791](https://github.com/storybookjs/storybook/pull/16791))
* Core: Sort the results of `globby` when constructing Story Index ([#16788](https://github.com/storybookjs/storybook/pull/16788))
* Core: Don't log a console error when the story is missing ([#16783](https://github.com/storybookjs/storybook/pull/16783))
* Addon-docs: Wait for the story component to render before emitting ([#16792](https://github.com/storybookjs/storybook/pull/16792))
* Core: Ensure that `context.args` is always set ([#16790](https://github.com/storybookjs/storybook/pull/16790))
## 6.4.0-rc.9 (November 26, 2021)
### Features