From 7b6996ef12fb9f36701ced57310520882eb25d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=84=8F=E7=BB=AE?= Date: Fri, 20 Dec 2024 14:41:17 +0800 Subject: [PATCH] docs: changelog 2.1.4 (#796) * docs: changelog 2.1.4 * fix: typo --- CHANGELOG-zh_CN.md | 7 +++++++ CHANGELOG.md | 7 +++++++ packages/effects-core/package.json | 2 +- packages/effects-helper/package.json | 2 +- packages/effects-threejs/package.json | 2 +- packages/effects-webgl/package.json | 2 +- packages/effects/package.json | 2 +- plugin-packages/alipay-downgrade/package.json | 2 +- plugin-packages/downgrade/package.json | 2 +- plugin-packages/editor-gizmo/package.json | 2 +- plugin-packages/model/package.json | 2 +- plugin-packages/multimedia/package.json | 2 +- plugin-packages/orientation-transformer/package.json | 2 +- plugin-packages/rich-text/package.json | 2 +- plugin-packages/spine/package.json | 2 +- plugin-packages/stats/package.json | 2 +- 16 files changed, 28 insertions(+), 14 deletions(-) diff --git a/CHANGELOG-zh_CN.md b/CHANGELOG-zh_CN.md index cf34a0c1..abd74e86 100644 --- a/CHANGELOG-zh_CN.md +++ b/CHANGELOG-zh_CN.md @@ -8,6 +8,13 @@ --- +## 2.1.4 + +`2024-12-20` + +- Perf: opt sprite shader alpha clip performance. [#794](https://github.com/galacean/effects-runtime/pull/794) @wumaolinmaoan +- Test: 完善部分单测类型,优化帧对比失败提示。[#792](https://github.com/galacean/effects-runtime/pull/792) @yiiqii + ## 2.1.3 `2024-12-16` diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a57b9e..d42885eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ --- +## 2.1.4 + +`2024-12-20` + +- Perf: opt sprite shader alpha clip performance. [#794](https://github.com/galacean/effects-runtime/pull/794) @wumaolinmaoan +- Test: Enhance certain unit test types and optimize the messaging for frame comparison failures. [#792](https://github.com/galacean/effects-runtime/pull/792) @yiiqii + ## 2.1.3 `2024-12-16` diff --git a/packages/effects-core/package.json b/packages/effects-core/package.json index dcb67715..3a4797c2 100644 --- a/packages/effects-core/package.json +++ b/packages/effects-core/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-core", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects runtime core for the web", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/packages/effects-helper/package.json b/packages/effects-helper/package.json index 7fb78a6a..b55c65ff 100644 --- a/packages/effects-helper/package.json +++ b/packages/effects-helper/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-helper", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects runtime helper for the web", "module": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/effects-threejs/package.json b/packages/effects-threejs/package.json index db29efbe..4b7934bb 100644 --- a/packages/effects-threejs/package.json +++ b/packages/effects-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-threejs", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects runtime threejs plugin for the web", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/packages/effects-webgl/package.json b/packages/effects-webgl/package.json index f26efce8..940bb780 100644 --- a/packages/effects-webgl/package.json +++ b/packages/effects-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-webgl", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects runtime webgl for the web", "types": "./dist/index.d.ts", "files": [ diff --git a/packages/effects/package.json b/packages/effects/package.json index b28bd4ce..a146b8cd 100644 --- a/packages/effects/package.json +++ b/packages/effects/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects runtime player for the web", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/alipay-downgrade/package.json b/plugin-packages/alipay-downgrade/package.json index 13de2669..5010113f 100644 --- a/plugin-packages/alipay-downgrade/package.json +++ b/plugin-packages/alipay-downgrade/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-alipay-downgrade", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player downgrade plugin for Alipay", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/downgrade/package.json b/plugin-packages/downgrade/package.json index ea780cd5..5c2b1d15 100644 --- a/plugin-packages/downgrade/package.json +++ b/plugin-packages/downgrade/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-downgrade", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player downgrade plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/editor-gizmo/package.json b/plugin-packages/editor-gizmo/package.json index bf3a8426..2d92f8d9 100644 --- a/plugin-packages/editor-gizmo/package.json +++ b/plugin-packages/editor-gizmo/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-editor-gizmo", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player editor gizmo plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/model/package.json b/plugin-packages/model/package.json index 213abee5..a91439b2 100644 --- a/plugin-packages/model/package.json +++ b/plugin-packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-model", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player model plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/multimedia/package.json b/plugin-packages/multimedia/package.json index e5274952..240ce935 100644 --- a/plugin-packages/multimedia/package.json +++ b/plugin-packages/multimedia/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-multimedia", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player multimedia plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/orientation-transformer/package.json b/plugin-packages/orientation-transformer/package.json index 8b3e8824..8c93c919 100644 --- a/plugin-packages/orientation-transformer/package.json +++ b/plugin-packages/orientation-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-orientation-transformer", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player orientation transformer plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/rich-text/package.json b/plugin-packages/rich-text/package.json index f0659d45..9a605348 100644 --- a/plugin-packages/rich-text/package.json +++ b/plugin-packages/rich-text/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-rich-text", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player richtext plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/spine/package.json b/plugin-packages/spine/package.json index 4325722c..6d206547 100644 --- a/plugin-packages/spine/package.json +++ b/plugin-packages/spine/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-spine", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects player spine plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/stats/package.json b/plugin-packages/stats/package.json index 0050acca..839d2d88 100644 --- a/plugin-packages/stats/package.json +++ b/plugin-packages/stats/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-stats", - "version": "2.1.3", + "version": "2.1.4", "description": "Galacean Effects runtime stats for the web", "module": "./dist/index.mjs", "main": "./dist/index.js",