File tree Expand file tree Collapse file tree 11 files changed +23
-10
lines changed Expand file tree Collapse file tree 11 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 6
6
- Major version release is not included in this schedule for breaking change and new features.
7
7
8
8
---
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
+
9
22
## 1.1.3
10
23
11
24
` 2023-12-22 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-core" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects runtime core for the web" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-helper" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects runtime helper for the web" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-threejs" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects runtime threejs plugin for the web" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-webgl" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects runtime webgl for the web" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects runtime player for the web" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-plugin-alipay-downgrade" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects player downgrade plugin for Alipay" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-plugin-editor-gizmo" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects player editor gizmo plugin" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-plugin-model" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects player model plugin" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-plugin-orientation-transformer" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects player orientation transformer plugin" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @galacean/effects-plugin-spine" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Galacean Effects player spine plugin" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments