Skip to content

Releases: pixijs/particle-emitter

5.0.8

28 Nov 04:04
Compare
Choose a tag to compare

Recognizes support for PixiJS V7. (#190).

5.0.7

27 May 02:02
Compare
Choose a tag to compare

Fixed LinkedListContainer throwing an error in removeChildren() when destroy() is called while it has children.

5.0.5

09 Apr 18:12
Compare
Choose a tag to compare

Fixes Torus data not existing correctly in the editor build of the library (#177)

5.0.4

10 Mar 03:12
Compare
Choose a tag to compare

Fix an error that could occur when spawning particles with long frame deltas.

5.0.3

15 Jan 18:45
Compare
Choose a tag to compare

Improved handling of incomplete data in upgradeConfig() - #168.

5.0.1

23 Aug 02:50
Compare
Choose a tag to compare

Improvement to cleanup performed in Emitter.destroy() and add Emitter.destroyed.

5.0.0

23 Aug 01:48
Compare
Choose a tag to compare
  • Dropped support for PixiJS v4 and official support for v5 (probably still works). Added support for v6. (#152)
  • Rewrote configuration format and runtime implementation to be behavior based (#158)
  • Library output is now ES6.

4.3.1

09 Jun 13:14
Compare
Choose a tag to compare

Fixed an edge case in AnimatedParticle, where the particle texture could very rarely be incorrectly chosen.

4.3.0

18 Sep 13:52
Compare
Choose a tag to compare

Added LinkedListContainer, a semi-experimental Container subclass that will give better performance when using thousands of short lived particles.

4.2.1

02 May 01:31
Compare
Choose a tag to compare
  • Fixed emitter allowing a lifetime of 0 for infinite life, as the docs say only -1. (#133)
  • Fix error in PathParticle with no speed interpolation (#129)
  • Move first update() for newly spawned particles after they are added to the parent/list, so that they can recycle themselves in that first update safely.