7.1.0-alpha.11 changelog

This commit is contained in:
Michael Shilman 2023-04-28 22:47:04 +08:00
parent 7e197e1c1f
commit 4cff91ea2c

View File

@ -1,3 +1,21 @@
## 7.1.0-alpha.11 (April 28, 2023)
#### Features
- Feature: Add support for Angular 16 [#22096](https://github.com/storybooks/storybook/pull/22096)
#### Bug Fixes
- Vue3: Rollback v7 breaking change and keep reactive v6-compatible API [#22229](https://github.com/storybooks/storybook/pull/22229)
#### Maintenance
- Core: Add tests for mapping behaviour in #22169 [#22301](https://github.com/storybooks/storybook/pull/22301)
#### Dependency Upgrades
- Update glob to v10.0.0 [#22171](https://github.com/storybooks/storybook/pull/22171)
## 7.1.0-alpha.10 (April 28, 2023)
#### Bug Fixes