PixiJS v5.2.2 Release Notes

Release Date: 2020-04-21 // about 4 years ago
  • ๐Ÿฑ ๐Ÿ’พ Download

    ๐Ÿ— Development Build:

    ๐Ÿ— Production Build:

    ๐Ÿ“š Documentation:

    ๐Ÿ”„ Changed

    v5.2.1...v5.2.2

    ๐Ÿฑ ๐ŸŽ Added

    • โšก๏ธ Accessibility feature updates (#6264)
      • Fix for android quirk (refreshing divs at 60fps messes the index order)
      • Fix for resolution of Renderer not being taken into account for accessibility layer
      • Fix where if the div elements total became zero, the accessibility manager was being permanently deactivated (even if new ones were added)
      • Made copy on hook div be a little more helpful
    • โž• Add public update to AnimatedSprite (#6464)
    • ๐Ÿ‘Œ Support beginTextureFill() and lineTextureStyle() for canvas2d (#6367, #6404)
    • ๐Ÿ‘ Line height & leading support for vertical text gradients (#6469)

    ๐Ÿฑ ๐Ÿ› Fixed

    • ๐Ÿ›  Fix ImageResource load behavior (#6374)
    • ๐Ÿ›  Fix canvas baseTexture.source deprecation if texture is not valid (#6403)
    • โšก๏ธ Travis configuration update (#6418)
    • ๐Ÿ‘Œ Support depth texture on WebGL 1 (#6420)
    • ๐Ÿ›  Fix floating point imprecision could break vertical text gradient generation (#6423)
    • ๐Ÿ›  Fixes usage of isNaN (#6426)
    • ๐Ÿ›  Fix extract plugin alpha and flipping bug (#6430)
    • Canvas transform improvements (#6443)
    • โ†ช Workaround Safari < 13 GC bug disposing Text canvases (#6427)
    • ๐Ÿ›  Fix text gradient not accounting for texture padding. (#6462)
    • ๐Ÿ›  Fix filter outside of cacheAsBitmap (#6466)
    • ๐Ÿ‘ฏ Texture.clone should clone orig, frame, trim Rectangles (#6482)
    • ๐Ÿ›  Fix AnimatedSprite's current texture index does not match current frame index (#6487, #6513)
    • ๐Ÿ›  Fix ambiguous reference to scaleModes (#6489)
    • โœ‚ Remove unused Sprite members (#6496)
    • Unsubscribe from baseTexture loaded event on Texture destroy (#6534)
    • ๐Ÿ›  Fix SimpleRope on Canvas renderer (#6532)
    • Clamp extreme radius inputs for RoundedRectangle (#6539)
    • ๐Ÿ›  Fix issue with preparing Graphics without shader (#6540)
    • ๐Ÿ›  Fix ismobilejs breakage (#6551)
    • ๐Ÿ›  Fix documentation typo (#6555, #6554)
    • ๐Ÿ›  Fix Texture leak with SpritesheetLoader (#6508)
    • ๐Ÿ›  Fix example code for RenderTexture.create (#6559)
    • ๐Ÿ›  Fix SVG disposed while loading (#6486)
    • โž• Add support for setMatrix with drawEllipse and drawCircle (#6562, #6565)
    • ๐Ÿ›  Fix filters to sum padding instead of max padding (#6520)
    • ๐Ÿ‘Œ Support BitmapText resolution on high-density displays (#6564)

    ๐Ÿฑ ๐Ÿ‘ Collaborators: 14