Skip to content

Releases: Vehmloewff/decentralized-particles

v1.3.1

19 Nov 01:52
Compare
Choose a tag to compare

Fixes

  • No way to pass SegmentOptions to the canvas renderer

Commits

  • fix: passage of segment options to canvas 8637e18

v1.3.0...v1.3.1

v1.3.0

19 Nov 01:35
Compare
Choose a tag to compare

Features

  • Segments are now supported! (#12)

Commits

  • style: yarn lint 38f4b2f
  • docs: update for the next release 3eb9449
  • Merge pull request #12 from Vehmloewff/add-segments 21c4b0c
  • Tweak the default options f2159ee
  • Fix the opacity bug c5eef4e
  • Implement the segments on canvas dc997de
  • Allow the user to draw the segments 44d7425
  • Keep existing segments around if possible ebe2ce6
  • Implement the groupParticles module 5a48cf5
  • Prevent the tests from hanging ad9392a
  • Fix the typeError 82bdcf7
  • Make the tests pass 31601e1
  • Write a test for groupParticles b26fac3
  • Get ready for segment implementation ce720d5
  • Add an option to allow segments 542206d
  • Merge the default options 3375656
  • Make the segment move around 6faa639
  • Add default options a804768
  • Add a Segment class 5545200

v1.2.0...v1.3.0

v1.2.0

05 Feb 17:36
Compare
Choose a tag to compare

Fixes

  • Fixed speed miscalculations (#8). The speed used to be faster than what was specified.

Features

  • Added a keepAround option to Particle (#11)

Commits

  • Merge pull request #10 from Vehmloewff/min-max-clarity 0e53530
  • Merge pull request #11 from Vehmloewff/keep-particles-around-longer e19bb10
  • Actually keep the particles around 3b1a356
  • Add a keep around option 008de09
  • Throw if min is greater than max ea0d5bd
  • Make the speed more predictable (#8) e3e4df8
  • Make the speed more predictable 778df56

v1.1.0...v1.2.0

v1.1.0

24 Jan 14:07
Compare
Choose a tag to compare

Features

  • Images are now allowed on canvas (#1)

Fixes

  • Made the first lifespan more random (#3). This keeps the particles from "blinking".

Commits

v1.0.0...v1.1.0