瀏覽代碼

Merge pull request #88 from Tresjs/release/core-v1.5.1-cientos-1.5.0

Release/core v1.5.1 cientos 1.5.0
Alvaro Saburido 2 年之前
父節點
當前提交
a1224b7d67
共有 7 個文件被更改,包括 68 次插入593 次删除
  1. 1 1
      docs/cientos/shapes/plane.md
  2. 2 2
      package.json
  3. 8 0
      packages/cientos/CHANGELOG.md
  4. 6 6
      packages/cientos/package.json
  5. 7 0
      packages/tres/CHANGELOG.md
  6. 5 5
      packages/tres/package.json
  7. 39 579
      pnpm-lock.yaml

+ 1 - 1
docs/cientos/shapes/plane.md

@@ -1,4 +1,4 @@
-# Plane
+# Plane <Badge type="warning" text="^1.5.0" />
 
 ![](/cientos/plane.png)
 

+ 2 - 2
package.json

@@ -51,8 +51,8 @@
     "@changesets/changelog-github": "^0.4.7",
     "@changesets/cli": "^2.25.2",
     "@stackblitz/sdk": "^1.8.1",
-    "@tresjs/cientos": "workspace:^1.4.0",
-    "@tresjs/core": "workspace:^1.5.0",
+    "@tresjs/cientos": "workspace:^1.5.0",
+    "@tresjs/core": "workspace:^1.5.1",
     "@typescript-eslint/eslint-plugin": "^5.42.0",
     "@typescript-eslint/parser": "^5.42.0",
     "conventional-changelog-cli": "^2.2.2",

+ 8 - 0
packages/cientos/CHANGELOG.md

@@ -1,3 +1,11 @@
+# 1.5.0 (2023-01-19)
+
+### Features
+
+- **cientos:** plane abstraction ([3f27400](https://github.com/Tresjs/tres/commit/3f274007d3177bb35bcd74a705ab7c74ca3ce1cf))
+- **cientos:** updated onLoop delta usage for useAnimations ([9e7fdbd](https://github.com/Tresjs/tres/commit/9e7fdbd9d1184b8405fdc252c2ba19e53b1bf91b))
+- **cientos:** useAnimations ([2704288](https://github.com/Tresjs/tres/commit/2704288fd8d814ef9091001f3630fbdb97f13884))
+
 # 1.4.0 (2023-01-10)
 
 ### Features

+ 6 - 6
packages/cientos/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/cientos",
   "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
-  "version": "1.4.0",
+  "version": "1.5.0",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [
@@ -42,20 +42,20 @@
     "vue": "^3.2.45"
   },
   "devDependencies": {
-    "@tweakpane/plugin-essentials": "^0.1.5",
+    "@tweakpane/plugin-essentials": "^0.1.7",
     "@vitejs/plugin-vue": "^4.0.0",
     "kolorist": "^1.6.0",
     "pathe": "^1.0.0",
     "rollup-plugin-analyzer": "^4.0.0",
-    "rollup-plugin-visualizer": "^5.8.3",
-    "tweakpane": "^3.1.1",
+    "rollup-plugin-visualizer": "^5.9.0",
+    "tweakpane": "^3.1.2",
     "typescript": "^4.9.4",
-    "vite": "^4.0.3",
+    "vite": "^4.0.4",
     "vite-plugin-banner": "^0.7.0",
     "vite-plugin-dts": "^1.7.1"
   },
   "dependencies": {
-    "@tresjs/core": "workspace:^1.5.0",
+    "@tresjs/core": "workspace:^1.5.1",
     "three-stdlib": "^2.21.5"
   }
 }

+ 7 - 0
packages/tres/CHANGELOG.md

@@ -1,3 +1,10 @@
+# 1.5.1 (2023-01-19)
+
+### Bug Fixes
+
+- **core:** corret use of clock.getDelta() ([728b43e](https://github.com/Tresjs/tres/commit/728b43ee5e95549c02c98941de4091af5681fa66))
+- **core:** remove histoire ([14ab727](https://github.com/Tresjs/tres/commit/14ab727685bcab4fa78addd620f1652700ca5613))
+
 # 1.5.0 (2023-01-10)
 
 ### Features

+ 5 - 5
packages/tres/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/core",
   "description": "Declarative ThreeJS using Vue Components",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [
@@ -49,12 +49,12 @@
   },
   "devDependencies": {
     "@alvarosabu/utils": "^2.2.0",
-    "@tresjs/cientos": "workspace:^1.4.0",
+    "@tresjs/cientos": "workspace:^1.5.0",
     "@types/three": "^0.148.0",
     "@vitejs/plugin-vue": "^4.0.0",
     "@vitest/coverage-c8": "^0.25.8",
     "@vitest/ui": "^0.25.8",
-    "@vueuse/core": "^9.7.0",
+    "@vueuse/core": "^9.11.0",
     "gl": "6.0.1",
     "happy-dom": "^8.1.0",
     "kolorist": "^1.6.0",
@@ -63,10 +63,10 @@
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-visualizer": "^5.8.3",
     "unplugin-vue-components": "^0.22.12",
-    "vite": "^4.0.3",
+    "vite": "^4.0.4",
     "vite-plugin-banner": "^0.7.0",
     "vite-plugin-dts": "^1.7.1",
-    "vite-plugin-glsl": "^1.0.1",
+    "vite-plugin-glsl": "^1.1.0",
     "vite-plugin-require-transform": "^1.0.4",
     "vitest": "^0.25.8",
     "vue-demi": "^0.13.11"

文件差異過大導致無法顯示
+ 39 - 579
pnpm-lock.yaml


部分文件因文件數量過多而無法顯示