]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-rc.1 v2.0.0-rc.1
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 30 Jul 2021 14:16:37 +0000 (16:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 30 Jul 2021 14:16:37 +0000 (16:16 +0200)
CHANGELOG.md
package.json

index c19d24918ad621be848311962b0bbdffc138edb8..b1a056d7ba2bc34c332c2e7380d1acf03856d06b 100644 (file)
@@ -1,9 +1,21 @@
+# [2.0.0-rc.1](https://github.com/posva/pinia/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2021-07-30)
+
+Posted https://github.com/posva/pinia/issues/592 to help people installing or upgrading Pinia.
+
+### Bug Fixes
+
+- collect reactive effects ran in plugins ([54cee00](https://github.com/posva/pinia/commit/54cee009cf15a5086ad031da65278a7689230587))
+- **devtools:** update when custom properties change ([7dcb71e](https://github.com/posva/pinia/commit/7dcb71e8182900c451a56f1ad9e0e931dba48dcb))
+- **store:** keep original refs with $reset ([a7dadff](https://github.com/posva/pinia/commit/a7dadfff8aae4abb83696a47904b030295408a09)), closes [#593](https://github.com/posva/pinia/issues/593)
+
 # [2.0.0-rc.0](https://github.com/posva/pinia/compare/v2.0.0-beta.5...v2.0.0-rc.0) (2021-07-28)
 
 ## Required Vue version ‼️
 
 This release requires Vue 3.2.0, which is currently only available under the `beta` dist tag (`npm i vue@beta` or `yarn add vue@beta` + the corresponding packages like `@vue/compiler-sfc@beta`).
 
+Follow the instructions at https://github.com/posva/pinia/issues/592 if you need help updating your package versions.
+
 It contains major improvements:
 
 - Performance: Pinia now uses `effectScope()`, effectively reducing memory consumption and removing the drawbacks mentioned in the Plugin section about `useStore()` creating multiple store instances (still sharing the state).
index e7290addb6b950d6204662f8005d3cbe55606710..4b4cfa0e264fb1f04cdb314863f94493e62cd5a7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.0",
+  "version": "2.0.0-rc.1",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",