]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@3.0.2 @pinia/testing@1.0.1 @pinia/nuxt@0.11.0 @pinia/nuxt@0.11.0 @pinia/testing@1.0.1 v3.0.2
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 9 Apr 2025 14:23:01 +0000 (16:23 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 9 Apr 2025 14:23:01 +0000 (16:23 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 681ea3426cbe16b5caa438c6f3023d4472daea54..89d4db7ae8e5f67e554eab5e13d34bcb50bc834a 100644 (file)
@@ -1,3 +1,10 @@
+## [0.11.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.10.1...@pinia/nuxt@0.11.0) (2025-04-09)
+
+### Features
+
+- **nuxt:** move to esm-only ([#2947](https://github.com/vuejs/pinia/issues/2947)) ([4865716](https://github.com/vuejs/pinia/commit/4865716011cde049aef05e029d2720ac93483389))
+- fix `obj.hasOwnProperty` in `shouldHydrate`
+
 ### [0.10.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.10.0...@pinia/nuxt@0.10.1) (2025-02-12)
 
 ### Bug Fixes
index 83690f24616d2cbd026048a8241cb38f52e59801..781de27532e1fc36fc227bb874fea1900c8da13d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.10.1",
+  "version": "0.11.0",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 2338d3014f6d875192e7978b1038b12acec18055..8e4dcb091e806ef59f11b1f855fb387599df0e1f 100644 (file)
@@ -1,3 +1,65 @@
+### [3.0.2](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.2) (2025-04-09)
+
+### Bug Fixes
+
+- fix `obj.hasOwnProperty` in `shouldHydrate`
+
+### 3.0.1 (2025-02-12)
+
+### Bug Fixes
+
+- avoid including devtools code in builds ([d3b24a3](https://github.com/vuejs/pinia/commit/d3b24a3d6a4b5af82c8ef7e66e4cecd890c30fdd)), closes [#2910](https://github.com/vuejs/pinia/issues/2910)
+
+## 3.0.0 (2025-02-11)
+
+### ⚠ 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
+
+### Code Refactoring
+
+- remove deprecated alias ([87c6182](https://github.com/vuejs/pinia/commit/87c6182c4bf61e1f96a4877eb884fd59cf824e1f))
+- remove internal type `_Awaited` ([ce48ec4](https://github.com/vuejs/pinia/commit/ce48ec46e0d7626eeefa0ee9c4e8c6b65fce31e1))
+- remove support for `id` as a property ([24b2b89](https://github.com/vuejs/pinia/commit/24b2b89c7be4ffda8b6fbc35155757f5780971d8))
+
+### 2.3.1 (2025-01-20)
+
+### Bug Fixes
+
+- **types:** support for Vue 2.7 ([d14e1a7](https://github.com/vuejs/pinia/commit/d14e1a723e5f19cfa89f439d2f0444cc4f5f6dfc))
+
+## 2.3.0 (2024-12-04)
+
+### Features
+
+- writable `computed`s to be picked up by `mapWritableState` ([#2847](https://github.com/vuejs/pinia/issues/2847)) ([0fa633e](https://github.com/vuejs/pinia/commit/0fa633e81864b09d300859a0ed1c10d2a89affa8))
+
+### Bug Fixes
+
+- avoid npm bug when resolving optional deps ([#2841](https://github.com/vuejs/pinia/issues/2841)) ([1e45f33](https://github.com/vuejs/pinia/commit/1e45f332efe8c0f543cfd186cd26b768abdf2b62))
+
+### 2.2.8 (2024-11-28)
+
+### Features
+
+- deprecate old defineStore ([d1858e8](https://github.com/vuejs/pinia/commit/d1858e8c932d89cd2bf9121fe62179795ebb5c5f))
+
+### Bug Fixes
+
+- avoid immediate computing with `storeToRefs` ([67d3109](https://github.com/vuejs/pinia/commit/67d31094784cc3bd256b0636b79dc8e421f6c3fb)), closes [#2812](https://github.com/vuejs/pinia/issues/2812)
+- **types:** unwrap refs in `mapWritableState` for setup stores ([#2805](https://github.com/vuejs/pinia/issues/2805)) ([ea14e53](https://github.com/vuejs/pinia/commit/ea14e53fdfc0d0f4cd80d5242572f87714a77e3b)), closes [#2804](https://github.com/vuejs/pinia/issues/2804)
+
+### 2.2.7 (2024-11-27)
+
+### Bug Fixes
+
+- **devtools:** avoid running outside of browsers ([eb5e6fd](https://github.com/vuejs/pinia/commit/eb5e6fd6073da8e828a9087c876d0e8fde3cdb3d)), closes [#2843](https://github.com/vuejs/pinia/issues/2843)
+
 ### [3.0.1](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.1) (2025-02-12)
 
 ### Bug Fixes
index cc09424cf06424922a106507c6fca4e8a6000afa..c99797b7715c4aab744f21de9bc7827ae0d85413 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "3.0.1",
+  "version": "3.0.2",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "type": "module",
   "main": "index.cjs",
index a8435eab9dffa1f67be6d6e012252ee952f6b212..3c9f309698ce9fc906ac3b921dfd2a9a9c4ea895 100644 (file)
@@ -1,3 +1,9 @@
+### [1.0.1](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.0...@pinia/testing@1.0.1) (2025-04-09)
+
+### Bug Fixes
+
+- consistent computation of computed in tests with storeToRefs ([417db7a](https://github.com/vuejs/pinia/commit/417db7aacb35b98ebe4274fd43bba593eaa583df)), closes [#2913](https://github.com/vuejs/pinia/issues/2913)
+
 ## [1.0.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.7...@pinia/testing@1.0.0) (2025-02-11)
 
 The testing package has been stable for a long time so it was time to have a v1!
index 1a7d669e104b9da1da99186d77644be4e2e93a60..c34b634ccd3823a535687b44e30f3acfb096b10d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -48,7 +48,7 @@
     "tsup": "^8.3.6"
   },
   "peerDependencies": {
-    "pinia": ">=3.0.0"
+    "pinia": ">=3.0.2"
   },
   "publishConfig": {
     "access": "public"