[Auto release] release 1.0.46#2074
Open
github-actions[bot] wants to merge 9 commits intomainfrom
Open
Conversation
[Auto Sync] Sync the code from branch main to branch develop after release 1.0.45
…xture feat: graphic support custom texture
xuefei1313
reviewed
Apr 15, 2026
Contributor
xuefei1313
left a comment
There was a problem hiding this comment.
自动 Review 结论(未做本地编译,仅基于 PR 变更与元信息):
- 这是一个自动发版 PR(release/1.0.46 -> main),包含版本策略/lockfile 更新、各 package 的 changelog 更新,以及新增纹理相关用例(texture-custom.test.ts)与渲染贡献代码变更。
- 建议重点关注:
- CI 全绿(单测 + 构建 + lint)。
- changelog(md/json)与 version-policies.json 是否一致,是否有遗漏包。
- 新增 custom texture 接口:是否存在破坏性变更;如有请在 release note 明确标注。
- base-texture-contribution-render.ts 改动较大(200+ 行变更),建议 reviewer 重点看渲染路径/性能回归风险。
如上述检查项均通过,可以考虑合并。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🆕 feat