Closed RGCHN closed 3 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request involve updates to several configuration and package files, primarily focusing on version increments and dependency management. The .github/dependabot.yml
file has been modified to include ignore rules for specific npm dependencies. The changelog files (CHANGELOG.md
and CHANGELOG-zh_CN.md
) have been updated to reflect new version entries and bug fixes for version 2.0.7. Additionally, multiple package.json
files across various packages have been updated to version 2.0.7, along with some modifications to the handling of rendering options in specific TypeScript files.
File Path | Change Summary |
---|---|
.github/dependabot.yml |
Added ignore rules for @galacean/effects-specification , three , and @types/three . |
CHANGELOG-zh_CN.md |
Updated with entries for versions 2.0.5, 2.0.6, and 2.0.7, detailing bug fixes and enhancements. |
CHANGELOG.md |
Updated with release notes for version 2.0.7 and previous versions, detailing various fixes. |
packages/effects-core/package.json |
Version updated from 2.0.3 to 2.0.7 , dependency updated to @galacean/effects-specification version 2.0.2 . |
packages/effects-helper/package.json |
Version updated from 2.0.3 to 2.0.7 . |
packages/effects-threejs/package.json |
Version updated from 2.0.3 to 2.0.7 . |
packages/effects-webgl/package.json |
Version updated from 2.0.3 to 2.0.7 . |
packages/effects/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/alipay-downgrade/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/downgrade/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/editor-gizmo/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/model/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/orientation-transformer/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/spine/package.json |
Version updated from 2.0.3 to 2.0.7 . |
plugin-packages/spine/src/slot-group.ts |
Renamed property renderer to renderOptions in SlotGroupProps and SlotGroup . |
plugin-packages/spine/src/spine-component.ts |
Added new interface SpineMaskOptions , updated renderer to rendererOptions . |
plugin-packages/spine/src/spine-mesh.ts |
Renamed property renderer to renderOptions in SpineMeshRenderInfo and updated constructor. |
plugin-packages/stats/package.json |
Version updated from 2.0.3 to 2.0.7 . |
@galacean/effects-specification
dependency, directly related to the changes in this PR.2.0.7
, documenting a fix for a masking issue with Spine elements, related to this PR.🐰 In the garden where changes bloom,
New versions hop, dispelling gloom.
Dependencies ignored, a tidy space,
Changelogs updated, keeping pace.
With every fix, our code takes flight,
A joyful leap into the night! 🌙
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?
Summary by CodeRabbit
Release Notes
New Features
SpineMaskOptions
in theSpineComponent
class for enhanced rendering flexibility.Bug Fixes
Version Updates
Changelog Updates