Releases: Vehmloewff/decentralized-particles
Releases · Vehmloewff/decentralized-particles
v1.3.1
Fixes
- No way to pass SegmentOptions to the canvas renderer
Commits
- fix: passage of segment options to canvas 8637e18
v1.3.0
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
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
Features
- Images are now allowed on canvas (#1)
Fixes
- Made the first lifespan more random (#3). This keeps the particles from "blinking".
Commits
- Make lifespan more random (#6) f30e258
- Allow image backgrounds (#5) 95723e4
- Make particle.lifespan.min more random at first 8db0e2e
- Put the defaultParticleOptions in their own module 3e08b62
- Remove extra CI af95a85
- Update the example ba09946
- Allow images af1a257
- Add a nice image 0e9b117
- Update todo comment 74f3bfa
- Remove extra console.log b00c811
- Fix badge typo 648fac7