From ffac3055b55662bcb27e18f7ff7773c1f469ed5d Mon Sep 17 00:00:00 2001 From: yiiqii Date: Mon, 11 Dec 2023 14:31:35 +0800 Subject: [PATCH] docs: changelog 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ 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/editor-gizmo/package.json | 2 +- plugin-packages/model/package.json | 2 +- .../orientation-transformer/package.json | 2 +- plugin-packages/spine/package.json | 2 +- scripts/print-changelog/utils.js | 2 +- 12 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a5dbc9f..d5d98db61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ - 主版本号:含有破坏性更新和新特性,不在发布周期内。 --- +## 1.1.0 + +`2023-12-11` + +- Feat: Added support for direct parsing and playback of pre-compositions, and unified math library. [#3cd9c82](https://github.com/galacean/effects-runtime/commit/3cd9c8265013407f4aa9b52fe0c838e7ffecb66d) +- Fix: solve pre composition problem in 3D plugin. [#27](https://github.com/galacean/effects-runtime/pull/27) @liuxi150 +- Fix: errors about visible and transform when setting. [#25](https://github.com/galacean/effects-runtime/pull/25) @RGCHN +- Fix: hitTest bug in pre-composition. [#9](https://github.com/galacean/effects-runtime/pull/9) @RGCHN +- Fix: Resolved dragging issue. [#8](https://github.com/galacean/effects-runtime/pull/8) @liuxi150 +- Fix: add id and transform setting from pre-composition item. [#5](https://github.com/galacean/effects-runtime/pull/5) @RGCHN +- Chore: auto tigger bot review for specific branches. [#23](https://github.com/galacean/effects-runtime/pull/23) @zheeeng +- Test: fix plugin unit test. [#28](https://github.com/galacean/effects-runtime/pull/28) @liuxi150 +- Test: fix unit and case test problems. [#26](https://github.com/galacean/effects-runtime/pull/26) @liuxi150 +- Build: support CHANGELOG generation script. [#4](https://github.com/galacean/effects-runtime/pull/4) @yiiqii +- Build: add vite legacy polyfill. [#29](https://github.com/galacean/effects-runtime/pull/29) @yiiqii + ## 1.0.1 `2023-12-04` diff --git a/packages/effects-core/package.json b/packages/effects-core/package.json index 1d13e8028..212a4109a 100644 --- a/packages/effects-core/package.json +++ b/packages/effects-core/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-core", - "version": "1.0.1", + "version": "1.1.0", "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 aa6fab963..b5dd79ec8 100644 --- a/packages/effects-helper/package.json +++ b/packages/effects-helper/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-helper", - "version": "1.0.1", + "version": "1.1.0", "description": "Galacean Effects runtime helper for the web", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/effects-threejs/package.json b/packages/effects-threejs/package.json index 450a5d050..23f34e7a7 100644 --- a/packages/effects-threejs/package.json +++ b/packages/effects-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-threejs", - "version": "1.0.1", + "version": "1.1.0", "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 fad97a22d..764839a8b 100644 --- a/packages/effects-webgl/package.json +++ b/packages/effects-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-webgl", - "version": "1.0.1", + "version": "1.1.0", "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 8e79b6a9d..842dbcc6e 100644 --- a/packages/effects/package.json +++ b/packages/effects/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects", - "version": "1.0.1", + "version": "1.1.0", "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 f490b5cff..e5e0f4776 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": "1.0.1", + "version": "1.1.0", "description": "Galacean Effects player downgrade plugin for Alipay", "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 ec37a0d93..45400cf67 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": "1.0.1", + "version": "1.1.0", "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 3a0688d4b..904c96b6c 100644 --- a/plugin-packages/model/package.json +++ b/plugin-packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-model", - "version": "1.0.1", + "version": "1.1.0", "description": "Galacean Effects player model 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 6f5fad114..7431bf1ec 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": "1.0.1", + "version": "1.1.0", "description": "Galacean Effects player orientation transformer plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/spine/package.json b/plugin-packages/spine/package.json index c7e385c23..a5a14c6d4 100644 --- a/plugin-packages/spine/package.json +++ b/plugin-packages/spine/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-spine", - "version": "1.0.1", + "version": "1.1.0", "description": "Galacean Effects player spine plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/scripts/print-changelog/utils.js b/scripts/print-changelog/utils.js index fc9482ec4..98e5c0046 100644 --- a/scripts/print-changelog/utils.js +++ b/scripts/print-changelog/utils.js @@ -19,7 +19,7 @@ function printPR(prList) { const authorText = `@${author}`; const urlText = `[#${pr}](${url})`; - console.log(`- ${titleText}。${urlText} ${authorText}`); + console.log(`- ${titleText}. ${urlText} ${authorText}`); if (descriptions.length !== 0) { console.log(descriptions.map(desc => ` - ${desc}`).join('\n'));