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: packages/pinia/CHANGELOG.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,10 @@ No code changes.
18
18
19
19
### ⚠ BREAKING CHANGES
20
20
21
-
- We now use the native `Awaited` introduced in TS 4.5.
22
-
This shouldn't affect you.
23
-
-`PiniaStorePlugin` is now removed. Use `PiniaPlugin`
24
-
instead.
25
-
-`defineStore({ id: 'id' })` is now removed. Use
26
-
`defineStore('id')` instead
21
+
- We now use the native `Awaited` introduced in TS 4.5. This shouldn't affect you.
22
+
-`PiniaStorePlugin` is now removed. Use `PiniaPlugin` instead.
23
+
-`defineStore({ id: 'id' })` is now removed. Use `defineStore('id')` instead
24
+
- The new version of Vue Devtools is too large to be included in the iife version and has been removed. It must now be included manually (depending on your workflow)
0 commit comments