-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 Dev1.4
to main
#324
Merge Dev1.4
to main
#324
Conversation
* feat: add support for builtin shader chunks
* feat: support iridescence in ShaderLab PBR
* fix: iridescence bug
* feat: pbr support sheen
* feat: collider shape rotation change radians to degrees
* feat: update package
Caution Review failedThe pull request is closed. WalkthroughThis pull request represents a significant version update across the Galacean Engine Toolkit, incrementing versions from 1.3.10 to 1.4.0 and updating dependencies. The changes span multiple packages, with a notable removal of the Changes
Sequence DiagramsequenceDiagram
participant Developer
participant Toolkit
participant Engine
participant Gizmo
participant Icon
Developer->>Toolkit: Update to version 1.4.0
Toolkit->>Engine: Update peer dependency
Toolkit->>Gizmo: Add RectControl
Gizmo->>Icon: Create new Icon class
Icon-->>Gizmo: Icon rendering support
Toolkit->>Developer: Enhanced toolkit capabilities
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (20)
📒 Files selected for processing (42)
✨ Finishing Touches
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
CodeRabbit Configuration File (
|
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Summary by CodeRabbit
Release Notes for Galacean Engine Toolkit v1.4.0
Overview
This release includes several significant updates and improvements across the Galacean Engine Toolkit ecosystem.
Key Changes
Notable Removals
CI/CD Updates
Compatibility