-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update dependency pixi.js to v8.8.0 #74
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pixijs-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
✅ Deploy Preview for baba-is-you ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
01f53ca
to
1872618
Compare
1872618
to
e225322
Compare
f16fa7e
to
0ae40bf
Compare
0ae40bf
to
f369f12
Compare
|
de6bb5e
to
8c73040
Compare
8c73040
to
e8d3fbb
Compare
e8d3fbb
to
764c4fc
Compare
764c4fc
to
13c8dc0
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
8.5.2
->8.8.0
Release Notes
pixijs/pixijs (pixi.js)
v8.8.0
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🚨 Behavior Change 🚨
Since 8.0.0 PixiJS has been incorrectly applying gradients and graphics fill textures. Instead of using normalized "local space" coordinates (0–1), gradients were using "global space" values in pixels. This was an unintended change that made working with gradients/texture fills much harder. In this release, we have changed the default behavior back to "local space" to match v7.
For anyone who needs the old behavior, you can change the default options globally or you can control it individually as all APIs now accept a
textureSpace
property that can be set to"global"
. For example:🚨 Behavior Change 🚨
Since version 8.0.0, TilingSprite has returned negative values for
tilingSprite.bounds.width
andtilingSprite.bounds.height
. This has been corrected in this release, and these properties now return positive values. If your code relies on bounds, you may need to adjust it accordingly.🎁 Added
AnimatedSpriteOptions
by @trezy in https://github.com/pixijs/pixijs/pull/11241autoPlay
toAnimatedSprite
by @trezy in https://github.com/pixijs/pixijs/pull/11243🐛 Fixed
v8.7.3
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.7.2
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
AccessibilitySystem.defaultOptions.accessibilityOptions
from 8.7.0 this has been correctly changed toAccessibilitySystem.defaultOptions
v8.7.1
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.7.0
Compare Source
🚨 NOTE 🚨
Please use the latest patch version of this release, as we have identified and fixed several issues related to the new GIF functionality and problematic types.
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🎁 Added
altitudeAngle
andazimuthAngle
toFederatedPointerEvent
by @LukeAbby in https://github.com/pixijs/pixijs/pull/11159resetState
function to allow integration with other WebGL libraries by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11142🐛 Fixed
🧹 Chores
New Contributors
v8.6.6
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
v8.6.5
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
New Contributors
v8.6.4
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
Assets.ts
comment for src file ext by @furic in https://github.com/pixijs/pixijs/pull/11127New Contributors
v8.6.3
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
New Contributors
v8.6.2
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
https://github.com/pixijs/pixijs/pull/111111111
v8.6.1
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.6.0
Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🎁 Added
🐛 Fixed
includeInBuild
Check by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11069🧹 Chores
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.