Skip to content

v5.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 22 Mar 16:41
· 3279 commits to dev since this release

馃捑 Download

Development Builds:

Production Builds:

Documentation:

Changed

v5.0.0-rc.2...v5.0.0-rc.3

馃悰 Fixed

  • Fixes documentation and typings (#5482, #5488, #5513, #5530, #5532)
  • Removes unused dependency canvas-renderer from sprite (#5456)
  • Cherry-pick fix to Matrix decompose rare case (#5457)
  • Update Application documentation for the forceCanvas option (#5468)
  • Fixes shader avoiding equal compare between float (#5466)
  • Remove canvas-renderer from @pixi/prepare dependency (#5476)
  • Moved resolution check to when a texture is created (#5480)
  • Fixes a bug when resizing RenderTexture with resolution other than one (#5492)
  • Don't use WebGL2 on mobiles by default (#5502)
  • Fixes Graphics clear (#5514)
  • Fixes Graphics closePath (#5515)
  • Fixes SimpleMesh tint (#5518)
  • Fixes Graphics holes on canvas and closePath (#5516)
  • Only call preventDefault on normalized events if the browser allows it. (#5521)
  • Re-implements autoDetectRender to reduce confusion (#5523)
  • Better support for IE 11, by moving polyfill to default bundle (#5524)
  • Fixes arc duplicating points (#5526)
  • Remove unused field, fix typings (#5527)
  • Bumped all dependencies (#5535)

馃巵 Added

  • Adds more documentation for displacement filter. (#5464)
  • Implements stale and lock apps (#5469)
  • Adds Container events for childAdded and childRemoved (#5472)
  • Adds @pixi/runner package (#5463)
  • Adds new opt-in packages for environments that don't support unsafe-eval (#5463)
  • Update displacement filter to support rotation of displacement map pixels (#5507)
  • Adds partial support for texture regions with beginTextureFill (#5519)
  • Provide a legacy deprecation notice for Graphics.generateCanvasTexture (#5525)
  • Adds browser bundles for individual packages (#5528)

鉁忥笍 Changed

  • Updates to EventEmitter3 latest release (#5473)
  • Removes remove-array-items dependency (#5501)
  • Mixin utils are no longer needed (#5529)

馃憦 Contributors: 11