Skip to content

Releases: pixijs/pixijs

v8.3.4

23 Aug 12:29
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.3.3...v8.3.4

🐛 Fixed

🧹 Chores

  • chore: optimise webGPU to not setVertexBuffer for each attribute if is inter… by @GoodBoyDigital in #10881
  • chore: Revert "fix: avoid creating new view in WebGPU" by @Zyie in #10883

v8.3.3

13 Aug 08:49
Compare
Choose a tag to compare

v8.3.2

08 Aug 17:34
Compare
Choose a tag to compare

v8.3.1

07 Aug 15:25
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.3.0...v8.3.1

🐛 Fixed

  • fix: deprecation for buildInstruction and collectAllRenderables by @Zyie in #10838
  • fix: Remove TextureSource from internal map when destroyed by @lunarraid in #10832

🧹 Chores

v8.3.0

06 Aug 14:17
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.2.6...v8.3.0

🎁 Added

feat: Perspective Plane by @GoodBoyDigital in #10811
feat: add a renderable GC by @GoodBoyDigital in #10681
feat: add ShaderSystem#maxTextures by @dev7355608 in #10713
feat: reserve texture units for batching by @dev7355608 in #10703
feat: add 'min' and 'max' blend modes by in @dev7355608 #10684
feat: Support alpha colors with Text stroke by @bigtimebuddy in #10800
feat: add resolution to resize event parameters by @dev7355608 in #10775
feat: Consistent BlurFilter properties and options by @bigtimebuddy in #10807

🐛 Fixed

fix: change renderPipeId types to string by @dev7355608 in #10758
fix: attributes locations by @dev7355608 in #10774
fix: split out update id and view update id by @GoodBoyDigital in #10771
fix: mesh texture on GPU by @GoodBoyDigital in #10772
fix: getMaxTexturesPerBatch being called before adaptor is ready by @Zyie in #10817
fix: Support filters through constructor arguments by @bigtimebuddy in #10806
fix: WebGPU bind group clashes by @GoodBoyDigital in #10804
fix: alphaMode always respected on texture load by @davidetan in #10803
fix: blend render texture by @GoodBoyDigital in #10816
fix: naming for gc system properties by @Zyie in #10822
fix: Blur Dimensions Flipped by @bigtimebuddy in #10819
fix: Support options for AnimatedSprite by @bigtimebuddy in #10813
fix: TextureMatrix#clampOffset calculation by @dev7355608 in #10734
fix: don't batch Mesh with incompatible state by @dev7355608 in #10749
fix: return correct type for render textures by @Zyie in #10802
fix: update test function to correct VideoFrame handling by @Tianj0o in #10814
fix: not using DOMAdapter when accessing navigator by @Zyie in #10830

🧹 Chores

chore: refactor views to extends a shared class by @Zyie in #10812

New Contributors

@Tianj0o made their first contribution in #10814

v8.2.6

29 Jul 08:11
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.2.5...v8.2.6

🐛 Fixed

fix: validateRenderable documentation by @dev7355608 in #10748
fix: inconsistencies in docs (10663) by @Szulerinio in #10739
fix: clean our render lists after use! by @GoodBoyDigital in #10745
fix: html text padding and uv issue by @GoodBoyDigital in #10795
fix: expose EventSystemFeatures type by @trezy in #10796
fix: ImageSource canvas drawImage supplying width and height by @Kethen in #10776

🧹 Chores

chore: add missing field in package.json by @Zyie in #10769
chore: add bunnymark to sandbox by @Zyie in #10721
chore: optimize Mesh instructions by @dev7355608 in #10747

New Contributors

v8.2.5

12 Jul 12:27
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.2.4...v8.2.5

🐛 Fixed

🧹 Chores

v8.2.4

11 Jul 10:00
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.2.3...v8.2.4

🐛 Fixed

v8.2.3

10 Jul 12:19
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.2.2...v8.2.3

🐛 Fixed

🧹 Chores

v8.2.2

05 Jul 11:50
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.2.1...v8.2.2

🐛 Fixed

🧹 Chores

New Contributors