Skip to content

Commit c561272

Browse files
authored
Merge pull request #1344 from galacean/docs/changelog-2.8.2
docs: changelog 2.8.2
2 parents 5bd0492 + acce22b commit c561272

File tree

18 files changed

+36
-16
lines changed

18 files changed

+36
-16
lines changed

CHANGELOG-zh_CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
---
1010

11+
## 2.8.2
12+
13+
`2025-12-25`
14+
15+
- Fix: update textVariable assignment logic. [#1329](https://github.com/galacean/effects-runtime/pull/1329) @Fryt1
16+
- Fix: unify line height configuration on business side. [#1339](https://github.com/galacean/effects-runtime/pull/1339) @Fryt1
17+
- Fix: improve video loading compatibility. [#1342](https://github.com/galacean/effects-runtime/pull/1342) @ChengYi996
18+
- Fix: lost old gl context when player dispose. [#1340](https://github.com/galacean/effects-runtime/pull/1340) @wumaolinmaoan
19+
- Fix: pre composition and dynamic added item hit test process. [#1337](https://github.com/galacean/effects-runtime/pull/1337) @wumaolinmaoan
20+
1121
## 2.8.1
1222

1323
`2025-12-23`

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
---
99

10+
## 2.8.2
11+
12+
`2025-12-25`
13+
14+
- Fix: update textVariable assignment logic. [#1329](https://github.com/galacean/effects-runtime/pull/1329) @Fryt1
15+
- Fix: unify line height configuration on business side. [#1339](https://github.com/galacean/effects-runtime/pull/1339) @Fryt1
16+
- Fix: improve video loading compatibility. [#1342](https://github.com/galacean/effects-runtime/pull/1342) @ChengYi996
17+
- Fix: lost old gl context when player dispose. [#1340](https://github.com/galacean/effects-runtime/pull/1340) @wumaolinmaoan
18+
- Fix: pre composition and dynamic added item hit test process. [#1337](https://github.com/galacean/effects-runtime/pull/1337) @wumaolinmaoan
19+
1020
## 2.8.1
1121

1222
`2025-12-23`

packages/effects-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-core",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects runtime core for the web",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

packages/effects-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-helper",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects runtime helper for the web",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/effects-threejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-threejs",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects runtime threejs plugin for the web",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

packages/effects-webgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-webgl",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects runtime webgl for the web",
55
"types": "./dist/index.d.ts",
66
"files": [

packages/effects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects runtime player for the web",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

plugin-packages/alipay-downgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-plugin-alipay-downgrade",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects player downgrade plugin for Alipay",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

plugin-packages/downgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-plugin-downgrade",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects player downgrade plugin",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

plugin-packages/editor-gizmo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@galacean/effects-plugin-editor-gizmo",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Galacean Effects player editor gizmo plugin",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)