فهرست منبع

chore: release v3.0.0

alvarosabu 1 سال پیش
والد
کامیت
38b383aeb4
2فایلهای تغییر یافته به همراه19 افزوده شده و 1 حذف شده
  1. 18 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 18 - 0
CHANGELOG.md

@@ -1,3 +1,21 @@
+
+
+## [3.0.0](https://github.com/Tresjs/tres/compare/2.4.2...3.0.0) (2023-07-29)
+
+
+### ⚠ BREAKING CHANGES
+
+* UseTres is now useTresContext. Instead of using a store like in v2, we now use a context provider based on `provide/inject`.
+
+### Features
+
+* 331 new context for state ([#333](https://github.com/Tresjs/tres/issues/333)) ([0e66f43](https://github.com/Tresjs/tres/commit/0e66f43712d42370bd30ae0bdbe4d9b3a5d0f0ec)), closes [#340](https://github.com/Tresjs/tres/issues/340)
+
+
+### Documentation
+
+* explain state breaking changes ([4757da9](https://github.com/Tresjs/tres/commit/4757da981cd845c5a71b0d6f07c1d174855cc859))
+
 ### [2.4.2](https://github.com/Tresjs/tres/compare/2.4.1...2.4.2) (2023-07-14)
 
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/core",
   "description": "Declarative ThreeJS using Vue Components",
-  "version": "2.4.2",
+  "version": "3.0.0",
   "type": "module",
   "packageManager": "pnpm@8.3.1",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",