Releases: alampros/react-confetti
Releases · alampros/react-confetti
v4.0.0
4.0.0 (2019-08-06)
Bug Fixes
- disable pointer events again (a28a426), closes #63
- Export the same class as the default export (385f981)
BREAKING CHANGES
v3.1.2
3.1.2 (2019-07-11)
Bug Fixes
v3.1.1
3.1.1 (2019-07-05)
Bug Fixes
v3.1.0
3.1.0 (2019-04-25)
Features
- add
initialVelocityX
and initialVelocityY
props (bfc2ff5)
v3.0.0
3.0.0 (2019-04-25)
Features
- forward ref to inner canvas (091b055)
BREAKING CHANGES
- wrap default export in forwardRef
v2.8.0
2.8.0 (2019-04-17)
Features
- Add onConfettiComplete param (8af89f2)
v2.7.3
2.7.3 (2019-04-03)
Bug Fixes
- Performance: stop raf loop before unmounting (fc2b48f), closes #47
v2.7.2
2.7.2 (2019-04-02)
Bug Fixes
- Destroy confetti instance on unmount (6965e37), closes #47
v2.7.1
2.7.1 (2019-04-02)
Bug Fixes
- trigger release to fix typescript typings (817b7c0), closes #45
v2.7.0
2.7.0 (2019-03-18)
Bug Fixes
- point to entire types dir (3c3184c)
Features