-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge origin/main into origin/dev #823
Conversation
Merge origin/dev into origin/main
docs: changelog 2.1.2
Merge origin/dev into origin/main
docs: changelog 2.1.3
* feat: 优化富文本大小处理,增加文本对齐能力 * fix: 修复文本布局中的 overflow 属性命名错误
* refactor: timeline playables structure * fix: node graph
chore: upgrade devDependencies
Merge origin/dev into origin/main
* docs: changelog 2.1.4 * fix: typo
Merge origin/main into origin/feat/2.2
* feat: 增加是否使用avif/webp参数 * fix: 专有名称大小写问题 --------- Co-authored-by: yiiqii <[email protected]>
Merge origin/dev into origin/main
docs: changelog 2.1.5
Merge origin/main into origin/feat/2.2
* perf: opt timeline evaluate performance * style: code spacing --------- Co-authored-by: wumaolin.wml <[email protected]> Co-authored-by: yiiqii <[email protected]>
feat: 加载的图片支持使用 ImageBitmap 格式
Revert "feat: 加载的图片支持使用 ImageBitmap 格式"
* refactor: addComponent 支持可选参数,重构 Stats 插件初始化入参,支持自定义容器和是否可见 * revert: 恢复 addComponent 可选参数设置,更改 Stats 组件初始化生命周期 * chore: 根据机器人建议优化代码 * fix(stats): 修复 drawcall 数量问题 --------- Co-authored-by: SuRuiMeng <[email protected]>
* feat: 增加富文本 overflow 接口 * refactor: 优化 overflow 默认值 * refactor: 优化注释 * docs: update --------- Co-authored-by: yiiqii <[email protected]>
feat: 导出 rich-text-loader
fix: item render order
fix: 修复 WebGL 创建失败, player 销毁报错问题
fix: 修复 threejs 渲染报错
Merge origin/feat/2.2 into origin/main
docs: changelog 2.2.0
Caution Review failedThe pull request is closed. WalkthroughThis release (version 2.2.0) introduces significant enhancements to the Galacean Effects library, focusing on rich text handling, performance optimization, and rendering improvements. Key changes include adding support for vertical text alignment, implementing an overflow interface for rich text, and introducing parameters to disable AVIF and WebP image formats. The update also refactors the Stats plugin initialization, improves timeline playables structure, and addresses various rendering and performance issues. Changes
Sequence DiagramsequenceDiagram
participant User
participant Scene
participant AssetManager
participant RichTextComponent
participant TimelinePlayable
User->>Scene: Load scene with new options
Scene->>AssetManager: Process images with format options
AssetManager-->>Scene: Apply image format preferences
User->>RichTextComponent: Set text overflow mode
RichTextComponent->>RichTextComponent: Update text rendering
User->>TimelinePlayable: Initialize with new structure
TimelinePlayable->>TimelinePlayable: Optimize evaluation process
Possibly related PRs
Suggested Reviewers
Poem
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (65)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit
Here are the release notes for version 2.2.0:
New Features
overflow
interface for rich textrich-text-loader
Performance
Refactoring
Bug Fixes
Dependency Updates