Skip to content

Commit

Permalink
Merge pull request #865 from galacean/docs/changelog-2.2.5
Browse files Browse the repository at this point in the history
docs: changelog 2.2.5
  • Loading branch information
yiiqii authored Feb 14, 2025
2 parents 396f90d + 7611156 commit 58451f5
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 15 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.5

`2025-02-14`

- Fix: 修复富文本渲染白屏问题。[#857](https://github.com/galacean/effects-runtime/pull/857) @Sruimeng
- Fix: 移除粒子点击后会多移除一个的逻辑。[#863](https://github.com/galacean/effects-runtime/pull/863) @RGCHN
- Fix: 移除 http 请求 response 代码 0 表示成功的逻辑。[#860](https://github.com/galacean/effects-runtime/pull/860) @RGCHN
- Fix: 3d mesh max joint and camera rotation error. [#858](https://github.com/galacean/effects-runtime/pull/858) @wumaolinmaoan

## 2.2.4

`2025-02-07`
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.5

`2025-02-14`

- Fix: Resolved the issue where rich text rendering resulted in a blank screen. [#857](https://github.com/galacean/effects-runtime/pull/857) @Sruimeng
- Fix: Eliminated the logic where an additional particle was removed upon clicking. [#863](https://github.com/galacean/effects-runtime/pull/863) @RGCHN
- Fix: Removed the logic where an HTTP request response code of 0 indicated success. [#860](https://github.com/galacean/effects-runtime/pull/860) @RGCHN
- Fix: 3d mesh max joint and camera rotation error. [#858](https://github.com/galacean/effects-runtime/pull/858) @wumaolinmaoan

## 2.2.4

`2025-02-07`
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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"description": "Galacean Effects runtime stats for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion web-packages/test/unit/src/effects/scene-load.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('player/scene-load', () => {
try {
await player.loadScene('https://www.galacean.com/effects/', { timeout: 5 });
} catch (e: any) {
expect(e.message).to.include('Load error in processJSON');
expect(e.message).to.include('Load error in loadJSON');
spy();
}
expect(spy).to.has.been.called.once;
Expand Down

0 comments on commit 58451f5

Please sign in to comment.