diff --git a/CHANGELOG.md b/CHANGELOG.md index cddae65e2761..04e3e201d13b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 7.0.0-alpha.6 (June 21, 2022) + +### Bug Fixes + +- Interactions: Reset instrumenter state on HMR ([#18516](https://github.com/storybookjs/storybook/pull/18516)) +- Interactions: Prevent showing child exception while parent is still playing ([#18518](https://github.com/storybookjs/storybook/pull/18518)) + +### Maintenance + +- Docs2 core: Fetch `index.json` for composition ([#18521](https://github.com/storybookjs/storybook/pull/18521)) +- Addon-docs: Switch Meta block to receive all module exports ([#18514](https://github.com/storybookjs/storybook/pull/18514)) +- Re-add deprecated fields to lib/api ([#18488](https://github.com/storybookjs/storybook/pull/18488)) +- Core: Handle v3 index in composition ([#18498](https://github.com/storybookjs/storybook/pull/18498)) +- Story index: Ensure that `extract` script works and SBs can be composed into v6 storybooks ([#18409](https://github.com/storybookjs/storybook/pull/18409)) +- Docs2: Handle new docs entries in the preview ([#18099](https://github.com/storybookjs/storybook/pull/18099)) +- Docs2: Refactor manager to use new index data ([#18023](https://github.com/storybookjs/storybook/pull/18023)) + ## 7.0.0-alpha.5 (June 20, 2022) ### Bug Fixes