Skip to content

v4.8.0

Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 25 May 14:33

馃捑 Download

Development Build:

Production Build:

Documentation:

Changed

馃巵 Added

  • Allow passing DisplayObject destroy options to PIXI.Application destroy (#4922)
  • Adds autoUpdate (default to true) to Mesh to support manually updating vertices (#4879) (#4901)
  • Adds whiteSpace option to TextStyle (#4794)
  • Adds ability to customize strings in TextMetrics.measureFont() (#4550)
  • Support for multiple textures for single bitmap font. (#4641)
  • Add tests for TilingSprite.getLocalBounds (#4752)
  • Add tests for AnimatedSprite (#4744)
  • Add tests for WebGLRenderer (#4748)
  • Adds letterSpacing property to BitmapText (#4642)
  • Adds stroke alignment property to lineStyle (#4886)
const graphics = new PIXI.Graphics();
graphics.lineStyle(4, 0xffffff, 1, 0.5); // (width, color, alpha, alignment)

screen shot 2018-05-04 at 9 43 16 am

  • Adds Graphics adaptive calculation of quadratic curve and arc subdivision (#4658)
PIXI.Graphics.CURVES.adaptive = true;

adaptive

馃悰 Fixed

  • Fixes for TextMetrics word-wrap newline issues (#4794)
  • ParticleContainer wrong buffer index (#4864)
  • Backport filterPoolKey property from v5 (#4858)
  • Fixes pointertap event when doing release only (#4872) (#4909)
  • Fixes DATA_URI regex to allow charset=utf8;base64 for the encoding part (#4880)
  • Fixes VAO memory leak in Mesh and Graphics (#4893)
  • Documentation updates (#4896)
  • Fixes memory leak in FilterState target (#4897)
  • Fixes NineSlicePlane resize problem (#4916)
  • Accessibility Updates: Shift-Tab, div order, and button names (#4435)
  • Bump jsdoc-template (#4929)
  • Fix animations lag on destroying (#4234)

馃憦 Contributors: 16