Canvas Confetti Versions Save

🎉 performant confetti animation in the browser

1.9.3

2 weeks ago

Bug Fixes

Testing improvements

New Contributors

Full Changelog: https://github.com/catdad/canvas-confetti/compare/1.9.2...1.9.3

1.9.2

5 months ago
  • Fixed a bug that caused Emoji confetti to render poorly in Firefox -- see #213

https://github.com/catdad/canvas-confetti/compare/1.9.1...1.9.2

1.9.1

6 months ago
  • Fixed a bug that caused Emoji confetti to not work in Safari -- see #209

https://github.com/catdad/canvas-confetti/compare/1.9.0...1.9.1

1.9.0

7 months ago
  • 🎉 Emoji are finally here 🎉 Create confetti from any emoji you'd like, using the confetti.shapeFromText() helper -- see #82 and #206

https://github.com/catdad/canvas-confetti/compare/1.8.0...1.9.0

1.8.0

7 months ago
  • Custom confetti shapes are here! You can now use any SVG Path string to make a custom confetti shape, using the confetti.shapeFromPath() helper -- see #81 and #203

https://github.com/catdad/canvas-confetti/compare/1.7.0...1.8.0

1.7.0

7 months ago
  • Added a flat option to allow rendering confetti without any tilt or wobble -- see #157 and #202

https://github.com/catdad/canvas-confetti/compare/1.6.1...1.7.0

1.6.1

7 months ago
  • Fixed a bug that was preventing all canvas resize events from being cleared after confetti fires -- see #195

https://github.com/catdad/canvas-confetti/compare/1.6.0...1.6.1

1.6.0

1 year ago
  • Added a new shape: star 🌟 -- see #189 and thanks to @jessbarnes
  • fixed a bug with resetting confetti before it has been fired for the first time

https://github.com/catdad/canvas-confetti/compare/1.5.0...1.6.0

1.5.0

2 years ago
  • Improved rotating animation, reducing the confetti that render as a slim line and spin around one of their edges -- see #2 and #150
  • The confetti web worker is now lazy loaded, allowing you to avoid loading it in cases where you cannot use a web worker -- see #171

https://github.com/catdad/canvas-confetti/compare/1.4.0...1.5.0

1.4.0

3 years ago
  • Added an option to control the left/right movement of confetti using the drift option -- see #99 and #144

https://github.com/catdad/canvas-confetti/compare/1.3.3...1.4.0