Skip to content

Commit

Permalink
Merge pull request #851 from galacean/docs/changelog-2.2.3
Browse files Browse the repository at this point in the history
docs: changelog 2.2.3
  • Loading branch information
yiiqii authored Feb 7, 2025
2 parents 6846271 + 68ab850 commit 21e2e58
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 26 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

---

## 2.2.3

`2025-02-07`

- Fix: interact item drag invalid when delayed. [#849](https://github.com/galacean/effects-runtime/pull/849) @wumaolinmaoan
- Fix: 修复文本遮罩问题。[#848](https://github.com/galacean/effects-runtime/pull/848) @Sruimeng
- Fix: opt render level filter logic. [#844](https://github.com/galacean/effects-runtime/pull/844) @wumaolinmaoan
- Chore: add gl lost check when framebuffer failed. [#841](https://github.com/galacean/effects-runtime/pull/841) @wumaolinmaoan

## 2.2.2

`2025-01-13`
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

---

## 2.2.3

`2025-02-07`

- Fix: interact item drag invalid when delayed. [#849](https://github.com/galacean/effects-runtime/pull/849) @wumaolinmaoan
- Fix: Resolve the issue with text masking. [#848](https://github.com/galacean/effects-runtime/pull/848) @Sruimeng
- Fix: opt render level filter logic. [#844](https://github.com/galacean/effects-runtime/pull/844) @wumaolinmaoan
- Chore: add gl lost check when framebuffer failed. [#841](https://github.com/galacean/effects-runtime/pull/841) @wumaolinmaoan

## 2.2.2

`2025-01-13`
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-core",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects runtime core for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-helper",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects runtime helper for the web",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-threejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-threejs",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects runtime threejs plugin for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-webgl",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects runtime webgl for the web",
"types": "./dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects runtime player for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/alipay-downgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-alipay-downgrade",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player downgrade plugin for Alipay",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/downgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-downgrade",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player downgrade plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/editor-gizmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-editor-gizmo",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player editor gizmo plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-model",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player model plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/multimedia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-multimedia",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player multimedia plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/orientation-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-orientation-transformer",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player orientation transformer plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-rich-text",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player richtext plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/spine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-spine",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects player spine plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-stats",
"version": "2.2.2",
"version": "2.2.3",
"description": "Galacean Effects runtime stats for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
14 changes: 3 additions & 11 deletions web-packages/test/case/src/2d/assets/inspire.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,6 @@ export default {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/GRPXATAUECLT/49510158-65ef1.json',
name: '五福首页2022——四条福',
},
cloud: {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/FKOJKJSVVYLC/-427266929-fc9f2.json',
name: '五福首页2022——云',
},
tab3: {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/LLIQIDQPYUSL/-949676776-a8d26.json',
name: '五福首页2022——tab3',
Expand All @@ -370,15 +366,15 @@ export default {
},
running: {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/AIPUQVVFLCPA/1548889573-0d943.json',
name: '【2.1.2 未通过】支付宝2021——跑步',
name: '支付宝2021——跑步',
},
door: {
url: 'https://mdn.alipayobjects.com/mars/afts/file/A*XkbvQpf-_uwAAAAAAAAAAAAADlB4AQ',
name: '支付宝2021——开门动画',
},
payment: {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/DVHWTIBIRXHY/-788542078-c8fed.json',
name: '【2.1.2 未通过】支付宝2021——缴费',
name: '支付宝2021——缴费',
},
autumn: {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/LSQRKALOXBYU/1384187888-f221a.json',
Expand Down Expand Up @@ -462,10 +458,6 @@ export default {
url: 'https://gw.alipayobjects.com/os/gltf-asset/mars-cli/VKYICIAHDXQJ/-1570241290-2edef.json',
name: '数据大屏——右侧男孩',
},
camera2: {
url: 'https://mdn.alipayobjects.com/mars/afts/file/A*4p4DQblt4PUAAAAAAAAAAAAADlB4AQ',
name: '交互元素测试',
},
blackCard: {
url: 'https://mdn.alipayobjects.com/mars/afts/file/A*Uw1PTbYunfkAAAAAAAAAAAAADlB4AQ',
name: '618黑卡',
Expand All @@ -488,7 +480,7 @@ export default {
},
try: {
url: 'https://mdn.alipayobjects.com/mars/afts/file/A*fkEYR6woEj8AAAAAAAAAAAAADlB4AQ',
name: '【2.1.2 未通过】尝一口',
name: '尝一口',
},
redpack11: {
url: 'https://mdn.alipayobjects.com/mars/afts/file/A*qkvkSbQYeWcAAAAAAAAAAAAADlB4AQ',
Expand Down
2 changes: 1 addition & 1 deletion web-packages/test/case/src/common/test-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TestPlayer } from './test-player';
import { loadScript } from './utilities';

const params = new URLSearchParams(location.search);
const oldVersion = params.get('version') || '2.1.3'; // 旧版 Player 版本
const oldVersion = params.get('version') || '2.2.2'; // 旧版 Player 版本

const playerOptions: PlayerConfig = {
env: 'editor',
Expand Down

0 comments on commit 21e2e58

Please sign in to comment.