Open
Conversation
7d36013 to
f099c1c
Compare
f133ac0 to
c629e6c
Compare
d8111d6 to
ac0f48e
Compare
ac0f48e to
9a4da72
Compare
7a7e0b1 to
80bb505
Compare
80bb505 to
b6284bb
Compare
b6284bb to
05d4b3e
Compare
98f8c7e to
44a3a17
Compare
44a3a17 to
1e42159
Compare
82c1037 to
fcd2da3
Compare
fcd2da3 to
72d2b44
Compare
9343cd2 to
0a9871f
Compare
0a9871f to
89a4eb2
Compare
89a4eb2 to
00759c0
Compare
5b5a37b to
f6d3b53
Compare
f6d3b53 to
56c8a8e
Compare
5d7ebf3 to
a7d3875
Compare
99c08eb to
3739e9b
Compare
a2e5b01 to
3796d2a
Compare
3796d2a to
5451da9
Compare
5451da9 to
0543798
Compare
0543798 to
547cb19
Compare
547cb19 to
09a5df3
Compare
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.
This PR contains the following updates:
7.0.5→8.13.2Release Notes
pixijs/pixi.js (pixi.js)
v8.13.2Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
GraphicsContextregardless of renderingdirtystate by @mayakwd in pixijs/pixijs#11671v8.13.1Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
New Contributors
v8.13.0Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🎁 Added
TextStylewill now share the same texture🐛 Fixed
parenttype onIFederatedContainerby @Mysak0CZ in pixijs/pixijs#11603onRendertype should includenullby @bee1an in pixijs/pixijs#11627buildGeometryFromPathfunctionality by @mayakwd in pixijs/pixijs#11623🧹 Chores
documentandImageby @UlyssesZh in pixijs/pixijs#11600New Contributors
Full Changelog: pixijs/pixijs@v8.12.0...v8.13.0
v8.12.0Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🚨 Behavior Change 🚨
lineHeightis now correctly calculated forBitmapText. This change may result in some text elements changing position slightly. See #11531.🎁 Added
🐛 Fixed
TextandBitmapTextthat doesn't render it's new value on some condition by @privatestefans in pixijs/pixijs#11547GetGlobalMixinimplementation with documentation by @albinkong in pixijs/pixijs#11574lineHeightcalculation for multi-line layout forBitmapTextby @privatestefans in pixijs/pixijs#11531🧹 Chores
New Contributors
v8.11.0Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🚨 Behavior Change 🚨
In this release, we've corrected how
textStyle.paddinginteracts with text positioning whenanchorvalues are set. Previously, padding could incorrectly offset the position of text objects. With this fix, text objects now behave consistently but you may notice some text elements appear slightly repositioned as a result. This is expected and reflects the intended, more predictable layout.🎁 Added
🐛 Fixed
🧹 Chores
New Contributors
v8.10.2Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
v8.10.1Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.10.0Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🚨 Behavior Change 🚨
With this release we have fixed the
ParticleContainer.removeParticles(startIndex, endIndex)logic to correctly set theendIndextothis.particleChildren.lengthby default. This now matches the behavior ofcontainer.removeChildren()🎁 Added
textureStyleobject🐛 Fixed
🧹 Chores
New Contributors
v8.9.2Compare Source
💾 Download
Installation:
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
New Contributors
v8.9.1Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.9.0Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🎁 Added
🐛 Fixed
PointDataimport by @kosmotema in pixijs/pixijs#11308New Contributors
v8.8.1Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
New Contributors
v8.8.0Compare 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
textureSpaceproperty that can be set to"global". For example:🚨 Behavior Change 🚨
Since version 8.0.0, TilingSprite has returned negative values for
tilingSprite.bounds.widthandtilingSprite.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
AnimatedSpriteOptionsby @trezy in pixijs/pixijs#11241autoPlaytoAnimatedSpriteby @trezy in pixijs/pixijs#11243🐛 Fixed
v8.7.3Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.7.2Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
AccessibilitySystem.defaultOptions.accessibilityOptionsfrom 8.7.0 this has been correctly changed toAccessibilitySystem.defaultOptionsv8.7.1Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
v8.7.0Compare 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
altitudeAngleandazimuthAngletoFederatedPointerEventby @LukeAbby in pixijs/pixijs#11159resetStatefunction to allow integration with other WebGL libraries by @GoodBoyDigital in pixijs/pixijs#11142🐛 Fixed
🧹 Chores
New Contributors
v8.6.6Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
🧹 Chores
v8.6.5Compare Source
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
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.