Skip to content

3.0.0

Compare
Choose a tag to compare
@andrewstart andrewstart released this 12 Feb 04:35
· 173 commits to master since this release

Note: The editor does not support this version yet, although 3.0.0 is backwards compatible with the old config format.

  • Converted source code to Typescript
  • Removed special handling for ParticleContainer, because it didn't work properly.
  • Add Emitter.spawnChance to sometimes not spawn particles at the regular intervals.
  • Make Emitter.particlesPerWave work on all spawn types, not just Burst emission.
  • Don't set autoUpdate in Emitter.playOnce(), so that it the method (and complete callback) can be used while manually ticking Emitters.
  • Added multi-step functionality for alpha, color, scale, and speed interpolation with individual easing allowed.
  • Dropped support for Pixi v3
  • Dropped support for Node exports (library is added to the PIXI global namespace as it was previously)