You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# v1.0.12 (Tue Nov 05 2024)
2
+
3
+
#### 🐛 Bug Fix
4
+
5
+
- fix: Optimize dependencies to fix hot reloading issues when switching between stories [#23](https://github.com/storybookjs/vite-plugin-storybook-nextjs/pull/23) ([@valentinpalkovic](https://github.com/valentinpalkovic))
6
+
- fix: Aliases to react & react-dom use full path resolution [#21](https://github.com/storybookjs/vite-plugin-storybook-nextjs/pull/21) ([@alexeden](https://github.com/alexeden))
7
+
- fix: Update storybook to make example work [#19](https://github.com/storybookjs/vite-plugin-storybook-nextjs/pull/19) ([@strozw](https://github.com/strozw))
8
+
- docs: update the `vitest.config.ts` sample to be more type-safe. [#18](https://github.com/storybookjs/vite-plugin-storybook-nextjs/pull/18) ([@strozw](https://github.com/strozw))
9
+
10
+
#### ⚠️ Pushed to `main`
11
+
12
+
- Fix CI for release ([@valentinpalkovic](https://github.com/valentinpalkovic))
13
+
14
+
#### Authors: 3
15
+
16
+
- Alex Eden ([@alexeden](https://github.com/alexeden))
0 commit comments