Skip to content

Releases: pixijs-userland/particle-emitter

4.2.0

26 Oct 14:45
Compare
Choose a tag to compare

Adds orderedArt as a config option that requires that each sprite/animation be used once in order before looping back around to be used on another particle. (#114)
See the spaceship destruction example to see it in action.

4.1.3

09 Oct 14:16
Compare
Choose a tag to compare

Fixes Textures provided as string names when paired with Pixi.js 5+

4.1.2

05 Jul 15:42
Compare
Choose a tag to compare
  • Improve ability to subclass Emitter - #107

4.1.1

05 Jul 15:42
Compare
Choose a tag to compare
  • Fix issue with playOnce()

4.1.0

09 Apr 13:35
Compare
Choose a tag to compare
  • Support for constant angular acceleration (#101)
  • Tweaked how position changes when acceleration is applied (#102)
  • Added strongly typed emitter configuration interfaces.

4.0.1

13 Mar 00:33
Compare
Choose a tag to compare

Fixes an issue with the ES module file.

4.0.0

11 Mar 15:37
Compare
Choose a tag to compare
  • Drops support for Bower.
  • Adds support for Pixi v5
  • Rewrite of build, docs, type definition process. Docs have been converted from jsdoc to typedoc and also live in the type definition files.

3.2.0

18 Feb 15:13
Compare
Choose a tag to compare

Added a new emission type - polygonal chain, which emits particles along one or more paths made up of (straight) line segments. (#93)

3.1.0

30 Aug 14:03
Compare
Choose a tag to compare

Restored node export functionality.

3.0.1

29 Aug 15:51
Compare
Choose a tag to compare
  • Fixed issues with negative time deltas.
  • Fixed ring spawners not allowing for a ring with a non-zero ring width.