Skip to content

Commit 85dd6a2

Browse files
authored
Merge pull request #97 from galacean/docs/changelog-1.1.4
docs: changelog 1.1.4
2 parents 872bbc6 + 6332abe commit 85dd6a2

File tree

11 files changed

+23
-10
lines changed

11 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
- Major version release is not included in this schedule for breaking change and new features.
77

88
---
9+
## 1.1.4
10+
11+
`2023-01-05`
12+
13+
- Fix: Screen not cleared after composition destruction. [#91](https://github.com/galacean/effects-runtime/pull/91) @RGCHN
14+
- Fix: Issue with data template not updating correctly during repeated loads. [#89](https://github.com/galacean/effects-runtime/pull/89) @RGCHN
15+
- Fix: Batch problem with spine vertices exceeding the limit. [#86](https://github.com/galacean/effects-runtime/pull/86) @RGCHN
16+
- Fix: Issue with particle and camera follow movement. [#85](https://github.com/galacean/effects-runtime/pull/85) @RGCHN
17+
- Fix: Spine elements not disappearing as expected when configured as reusable. [#84](https://github.com/galacean/effects-runtime/pull/84) @RGCHN
18+
- Fix: Rendering error caused by missing mesh in spine's first frame. [#82](https://github.com/galacean/effects-runtime/pull/82) @RGCHN
19+
- Perf: Optimized logic for image updates during multiple loads. [#96](https://github.com/galacean/effects-runtime/pull/96) @RGCHN
20+
- Chore: add Github issue template. [#87](https://github.com/galacean/effects-runtime/pull/87) @zheeeng
21+
922
## 1.1.3
1023

1124
`2023-12-22`

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": "1.1.3",
3+
"version": "1.1.4",
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": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Galacean Effects runtime helper for the web",
55
"module": "./dist/index.mjs",
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": "1.1.3",
3+
"version": "1.1.4",
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": "1.1.3",
3+
"version": "1.1.4",
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": "1.1.3",
3+
"version": "1.1.4",
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": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Galacean Effects player downgrade plugin for Alipay",
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": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Galacean Effects player editor gizmo plugin",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

plugin-packages/model/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-model",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Galacean Effects player model plugin",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

plugin-packages/orientation-transformer/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-orientation-transformer",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Galacean Effects player orientation transformer plugin",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

plugin-packages/spine/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-spine",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Galacean Effects player spine plugin",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)