Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pixi.js (source) 8.5.2 -> 8.8.0 age adoption passing confidence

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:

FillGradient.defaultLinearOptions.textureSpace = 'global'
FillGradient.defaultRadialOptions.textureSpace = 'global'
// or individually
new FillGraident(0, 0, 100, 100, 'global')

GraphicsContext.defaultFillStyle.textureSpace = 'global'
GraphicsContext.defaultStrokeStyle.textureSpace = 'global'
// or individually
new Graphics().fill({ texture, textureSpace: 'global' })
new Graphics().stroke({ texture, textureSpace: 'global' })
🚨 Behavior Change 🚨

Since version 8.0.0, TilingSprite has returned negative values for tilingSprite.bounds.width and tilingSprite.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
🐛 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
  • fix: accessibility system being added to shared systems by @​Zyie in https://github.com/pixijs/pixijs/pull/11227
    • NOTE: If you used the new AccessibilitySystem.defaultOptions.accessibilityOptions from 8.7.0 this has been correctly changed to AccessibilitySystem.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
🐛 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

New 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

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
🧹 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Nov 26, 2024

Deploy Preview for baba-is-you ready!

Name Link
🔨 Latest commit 13c8dc0
🔍 Latest deploy log https://app.netlify.com/sites/baba-is-you/deploys/67ab749d5e329f0008d3af9b
😎 Deploy Preview https://deploy-preview-74--baba-is-you.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100
Accessibility: 100
Best Practices: 92
SEO: 91
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.0 fix(deps): update dependency pixi.js to v8.6.1 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch 2 times, most recently from 01f53ca to 1872618 Compare November 29, 2024 16:32
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.1 fix(deps): update dependency pixi.js to v8.6.2 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch from 1872618 to e225322 Compare December 2, 2024 16:38
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.2 fix(deps): update dependency pixi.js to v8.6.3 Dec 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.3 fix(deps): update dependency pixi.js to v8.6.4 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch 2 times, most recently from f16fa7e to 0ae40bf Compare December 15, 2024 18:40
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.4 fix(deps): update dependency pixi.js to v8.6.5 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch from 0ae40bf to f369f12 Compare December 18, 2024 13:29
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.5 fix(deps): update dependency pixi.js to v8.6.6 Dec 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.6.6 fix(deps): update dependency pixi.js to v8.7.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch 2 times, most recently from de6bb5e to 8c73040 Compare January 23, 2025 22:41
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.7.0 fix(deps): update dependency pixi.js to v8.7.1 Jan 23, 2025
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.7.1 fix(deps): update dependency pixi.js to v8.7.2 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch from 8c73040 to e8d3fbb Compare January 24, 2025 10:06
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.7.2 fix(deps): update dependency pixi.js to v8.7.3 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch from e8d3fbb to 764c4fc Compare January 29, 2025 14:24
@renovate renovate bot force-pushed the renovate/pixijs-monorepo branch from 764c4fc to 13c8dc0 Compare February 11, 2025 16:02
@renovate renovate bot changed the title fix(deps): update dependency pixi.js to v8.7.3 fix(deps): update dependency pixi.js to v8.8.0 Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants