]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: changelog
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Nov 2025 10:29:53 +0000 (11:29 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Nov 2025 10:29:55 +0000 (11:29 +0100)
Close #2923
Ref #2919

packages/pinia/CHANGELOG.md

index f4744ceadae9e0873631ecdbfad151a1ad14066d..b99c58513cc93be805aedf82869c96ef361f9894 100644 (file)
@@ -18,12 +18,10 @@ No code changes.
 
 ### ⚠ BREAKING CHANGES
 
-- We now use the native `Awaited` introduced in TS 4.5.
-  This shouldn't affect you.
-- `PiniaStorePlugin` is now removed. Use `PiniaPlugin`
-  instead.
-- `defineStore({ id: 'id' })` is now removed. Use
-  `defineStore('id')` instead
+- We now use the native `Awaited` introduced in TS 4.5. This shouldn't affect you.
+- `PiniaStorePlugin` is now removed. Use `PiniaPlugin` instead.
+- `defineStore({ id: 'id' })` is now removed. Use `defineStore('id')` instead
+- 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)
 
 ### Code Refactoring