Releases: galacean/effects-runtime
v2.2.4
v2.2.3
- Fix: interact item drag invalid when delayed. #849 @wumaolinmaoan
- Fix: Resolve the issue with text masking. #848 @Sruimeng
- Fix: opt render level filter logic. #844 @wumaolinmaoan
- Chore: add gl lost check when framebuffer failed. #841 @wumaolinmaoan
- Fix: interact item drag invalid when delayed. #849 @wumaolinmaoan
- Fix: 修复文本遮罩问题。#848 @Sruimeng
- Fix: opt render level filter logic. #844 @wumaolinmaoan
- Chore: add gl lost check when framebuffer failed. #841 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.2.3/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.2.2
- Chore: add framebuffer creation failed error. #836 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.2.2/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.2.1
- Fix: Resolved the issue of bold font in rich text on Android devices. #824 @Sruimeng
- Fix: bounding box offset. #822 @wumaolinmaoan
- Fix: 修复安卓机富文本字重问题。#824 @Sruimeng
- Fix: bounding box offset. #822 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.2.1/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.2.0
- Feat: Enhanced rich text size handling, with support for vertical text alignment. #789 @Sruimeng
- Feat: Added
overflow
interface for rich text. #813 @Sruimeng - Feat: Introduced parameters to disable
avif/webp
formats. #805 @RGCHN - Feat: Exported the rich-text-loader module. #814 @yiiqii
- Refactor: Refactored the initialization parameters for the Stats plugin to support custom containers and visibility options. #798 @yiiqii
- Refactor: timeline playables structure. #788 @wumaolinmaoan
- Perf: opt timeline evaluate performance. #809 @wumaolinmaoan
- Fix: item render order. #816 @wumaolinmaoan
- Fix: Fixed an issue where WebGL creation failure caused errors during player destruction. #817 @Sruimeng
- Fix: Resolved errors related to threejs rendering. #818 @Sruimeng
- Chore: upgrade devDependencies. #793 @yiiqii
- Feat: 优化富文本大小处理,文本支持垂直对齐。#789 @Sruimeng
- Feat: 增加富文本
overflow
接口。#813 @Sruimeng - Feat: 增加是否禁用
avif/webp
参数。#805 @RGCHN - Feat: 导出 rich-text-loader。#814 @yiiqii
- Refactor: 重构 Stats 插件初始化入参,支持自定义容器和是否可见。#798 @yiiqii
- Refactor: timeline playables structure. #788 @wumaolinmaoan
- Perf: opt timeline evaluate performance. #809 @wumaolinmaoan
- Fix: item render order. #816 @wumaolinmaoan
- Fix: 修复 WebGL 创建失败, player 销毁报错问题。#817 @Sruimeng
- Fix: 修复 threejs 渲染报错。#818 @Sruimeng
- Chore: upgrade devDependencies. #793 @yiiqii
UNPKG: https://unpkg.com/@galacean/effects@2.2.0/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.1.5
- Fix: Resolve the issue with message element triggering. #801 @Sruimeng
- Fix: message item triggering issue caused by time accuracy. #804 @wumaolinmaoan
- Fix: player fps setting. #802 @wumaolinmaoan
- Fix: 修复消息元素触发问题。#801 @Sruimeng
- Fix: message item triggering issue caused by time accuracy. #804 @wumaolinmaoan
- Fix: player fps setting. #802 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.1.5/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.1.4
- Perf: opt sprite shader alpha clip performance. #794 @wumaolinmaoan
- Test: Enhance certain unit test types and optimize the messaging for frame comparison failures. #792 @yiiqii
- Perf: opt sprite shader alpha clip performance. #794 @wumaolinmaoan
- Test: 完善部分单测类型,优化帧对比失败提示。#792 @yiiqii
UNPKG: https://unpkg.com/@galacean/effects@2.1.4/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.1.3
- Perf: opt particle rotation calculate performance. #787 @wumaolinmaoan
- Fix: Resolved the issue with custom fonts in rich text. #784 @Sruimeng
- Fix: restore default font settings in richtext component rendering. #781 @Sruimeng
- Fix: particle system rotation over lifetime always exist. #779 @wumaolinmaoan
- Fix: Added a notification to install when using newly added plugins. #778 @yiiqii
- Fix: support rich text type in player and enhance rich text component. #777 @Sruimeng
- Fix: Implemented a check for the BOM object in SSR environments before usage. #767 @RGCHN
- Refactor: avoid BOM access when server-side rendering. #782 @PeachScript
- Fix: return can only be used within a function body. #783 @yiiqii
- Fix: texture source from cache error. #775 @wumaolinmaoan
- Fix: sprite billboard. #774 @wumaolinmaoan
- Fix: track bindings are set incorrectly when there are reused precompositions. #773 @wumaolinmaoan
- Test: Reorganized and refined the code for frame comparison tests. #780 @yiiqii
- Chore: imgui add node graph. #786 @wumaolinmaoan
- Perf: opt particle rotation calculate performance. #787 @wumaolinmaoan
- Fix: 修复富文本自定义字体问题。#784 @Sruimeng
- Fix: restore default font settings in richtext component rendering. #781 @Sruimeng
- Fix: particle system rotation over lifetime always exist. #779 @wumaolinmaoan
- Fix: 补充新增插件的使用时未 install 提示。#778 @yiiqii
- Fix: support rich text type in player and enhance rich text component. #777 @Sruimeng
- Fix: 兼容 SSR 环境 BOM 对象使用前的判断。#767 @RGCHN
- Refactor: avoid BOM access when server-side rendering. #782 @PeachScript
- Fix: return can only be used within a function body. #783 @yiiqii
- Fix: texture source from cache error. #775 @wumaolinmaoan
- Fix: sprite billboard. #774 @wumaolinmaoan
- Fix: track bindings are set incorrectly when there are reused precompositions. #773 @wumaolinmaoan
- Test: 整理并优化帧对比测试代码。#780 @yiiqii
- Chore: imgui add node graph. #786 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.1.3/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.1.2
- Fix: Optimized the calculation logic for the player's dimensions to ensure accurate width and height retrieval across various environments. #762 @Sruimeng
- Fix: composition setVisible and texture load error. #764 @wumaolinmaoan
- Fix: interact mesh rendering has offset. #768 @wumaolinmaoan
- Chore: update frame test old player version. #770 @wumaolinmaoan
- Chore: imgui add object field. #771 @wumaolinmaoan
- opt imgui assets loading logic
- Chore: add imgui widgets. #765 @wumaolinmaoan
- Fix: 修复播放器尺寸计算逻辑,确保在不同环境下正确获取宽高。#762 @Sruimeng
- Fix: composition setVisible and texture load error. #764 @wumaolinmaoan
- Fix: interact mesh rendering has offset. #768 @wumaolinmaoan
- Chore: update frame test old player version. #770 @wumaolinmaoan
- Chore: imgui add object field. #771 @wumaolinmaoan
- opt imgui assets loading logic
- Chore: add imgui widgets. #765 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.1.2/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!
v2.1.1
- Fix: spine transform update. #758 @wumaolinmaoan
- fix: interact mesh render error
- fix: shape data null check
- fix: composition not rendered when auto play false
- Fix: player auto play false rendering. #759 @wumaolinmaoan
- Fix: time precision issues caused by floating point errors. #757 @wumaolinmaoan
UNPKG: https://unpkg.com/@galacean/effects@2.1.1/dist/index.min.js
Note: Please do not use the above CDN links in the production environment!
注意:请不要在生产环境使用上面的 CDN 链接!