vue-confetti

A Vue component for dropping confetti

MIT License

Downloads
50.8K
Stars
228
Committers
8

Bot releases are visible (Hide)

vue-confetti - v2.3.0 Latest Release

Published by alexandermendes over 2 years ago

2.3.0 (2022-02-11)

Bug Fixes

  • reuse the default canvas (5e02138)

Features

vue-confetti - v2.2.2

Published by github-actions[bot] about 3 years ago

2.2.2 (2021-07-23)

vue-confetti - v2.2.1

Published by alexandermendes about 4 years ago

2.2.1 (2020-09-12)

vue-confetti - v2.2.0

Published by alexandermendes about 4 years ago

2.2.0 (2020-09-06)

Features

  • add option for setting max wind speed (26a0a42)
vue-confetti - v2.1.1

Published by alexandermendes about 4 years ago

2.1.1 (2020-09-05)

Bug Fixes

  • clear canvas entirely before starting another run (df98fc5)
vue-confetti - v2.1.0

Published by alexandermendes about 4 years ago

2.1.0 (2020-09-05)

Features

  • add support for passing canvas element by reference for confetti (4cb6044)
vue-confetti - v2.0.11

Published by alexandermendes about 4 years ago

2.0.11 (2020-08-29)

vue-confetti - v2.0.10

Published by alexandermendes about 4 years ago

2.0.10 (2020-08-29)

Bug Fixes

  • cache multiple image particles to prevent tons of network calls (634df27)
vue-confetti - v2.0.9

Published by alexandermendes over 4 years ago

2.0.9 (2020-07-12)

vue-confetti - v2.0.8

Published by alexandermendes over 4 years ago

2.0.8 (2020-03-15)

vue-confetti - v2.0.7

Published by alexandermendes almost 5 years ago

2.0.7 (2020-01-05)

Bug Fixes

  • fix issue with falling back to the default colour (c055f69)
vue-confetti - v2.0.6

Published by alexandermendes almost 5 years ago

2.0.6 (2019-12-14)

vue-confetti - v2.0.5

Published by alexandermendes about 5 years ago

2.0.5 (2019-09-29)

Bug Fixes

  • don't throw if no options passed with confetti start (cb7d243)
vue-confetti - v2.0.4

Published by alexandermendes about 5 years ago

2.0.4 (2019-09-29)

vue-confetti - v2.0.3

Published by alexandermendes about 5 years ago

2.0.3 (2019-09-29)

vue-confetti - v2.0.2

Published by alexandermendes about 5 years ago

2.0.2 (2019-09-29)

vue-confetti - v2.0.1

Published by alexandermendes over 5 years ago

2.0.1 (2019-06-25)

Bug Fixes

  • add some checks when creating a custom canvas (e18464a)
vue-confetti - v2.0.0

Published by alexandermendes over 5 years ago

2.0.0 (2019-06-18)

Features

  • enable multiple customisable particles (f2b6484)

BREAKING CHANGES

  • The shape option has been replaced with particles, which takes an array of particle options. Various options to set defaults have also been added. See the README for more details.
vue-confetti - v1.3.0

Published by alexandermendes over 5 years ago

1.3.0 (2019-06-08)

Bug Fixes

  • ensure removal of correct particles during particle manager update (7bd6971)
  • return correct height from Canvas.height (fe44c35)

Features

  • add custom canvas option (d13e9c5)
  • add particlesPerFrame option (8042439)
vue-confetti - v1.2.0

Published by alexandermendes over 5 years ago

1.2.0 (2019-06-08)

Features

  • add custom SVG to the demo (08e8a91)
  • add option to pass through custom image element (d615630)