Skip to content

Commit

Permalink
Merge pull request #821 from galacean/docs/changelog-2.2.0
Browse files Browse the repository at this point in the history
docs: changelog 2.2.0
  • Loading branch information
yiiqii authored Dec 31, 2024
2 parents e515bfb + dfc8679 commit 54343cc
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

---

## 2.2.0

`2024-12-31`

- Feat: 优化富文本大小处理,文本支持垂直对齐。[#789](https://github.com/galacean/effects-runtime/pull/789) @Sruimeng
- Feat: 增加富文本 `overflow` 接口。[#813](https://github.com/galacean/effects-runtime/pull/813) @Sruimeng
- Feat: 增加是否禁用 `avif/webp` 参数。[#805](https://github.com/galacean/effects-runtime/pull/805) @RGCHN
- Feat: 导出 rich-text-loader。[#814](https://github.com/galacean/effects-runtime/pull/814) @yiiqii
- Refactor: 重构 Stats 插件初始化入参,支持自定义容器和是否可见。[#798](https://github.com/galacean/effects-runtime/pull/798) @yiiqii
- Refactor: timeline playables structure. [#788](https://github.com/galacean/effects-runtime/pull/788) @wumaolinmaoan
- Perf: opt timeline evaluate performance. [#809](https://github.com/galacean/effects-runtime/pull/809) @wumaolinmaoan
- Fix: item render order. [#816](https://github.com/galacean/effects-runtime/pull/816) @wumaolinmaoan
- Fix: 修复 WebGL 创建失败, player 销毁报错问题。[#817](https://github.com/galacean/effects-runtime/pull/817) @Sruimeng
- Fix: 修复 threejs 渲染报错。[#818](https://github.com/galacean/effects-runtime/pull/818) @Sruimeng
- Chore: upgrade devDependencies. [#793](https://github.com/galacean/effects-runtime/pull/793) @yiiqii

## 2.1.5

`2024-12-27`
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@

---

## 2.2.0

`2024-12-31`

- Feat: Enhanced rich text size handling, with support for vertical text alignment. [#789](https://github.com/galacean/effects-runtime/pull/789) @Sruimeng
- Feat: Added `overflow` interface for rich text. [#813](https://github.com/galacean/effects-runtime/pull/813) @Sruimeng
- Feat: Introduced parameters to disable `avif/webp` formats. [#805](https://github.com/galacean/effects-runtime/pull/805) @RGCHN
- Feat: Exported the rich-text-loader module. [#814](https://github.com/galacean/effects-runtime/pull/814) @yiiqii
- Refactor: Refactored the initialization parameters for the Stats plugin to support custom containers and visibility options. [#798](https://github.com/galacean/effects-runtime/pull/798) @yiiqii
- Refactor: timeline playables structure. [#788](https://github.com/galacean/effects-runtime/pull/788) @wumaolinmaoan
- Perf: opt timeline evaluate performance. [#809](https://github.com/galacean/effects-runtime/pull/809) @wumaolinmaoan
- Fix: item render order. [#816](https://github.com/galacean/effects-runtime/pull/816) @wumaolinmaoan
- Fix: Fixed an issue where WebGL creation failure caused errors during player destruction. [#817](https://github.com/galacean/effects-runtime/pull/817) @Sruimeng
- Fix: Resolved errors related to threejs rendering. [#818](https://github.com/galacean/effects-runtime/pull/818) @Sruimeng
- Chore: upgrade devDependencies. [#793](https://github.com/galacean/effects-runtime/pull/793) @yiiqii

## 2.1.5

`2024-12-27`
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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"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.1.5",
"version": "2.2.0",
"description": "Galacean Effects runtime stats for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 54343cc

Please sign in to comment.