Skip to content

Latest commit

 

History

History
185 lines (82 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

185 lines (82 loc) · 6.63 KB

6.1.0 (2022-05-20)

Bug Fixes

  • ci: add gh and npm tokens (ecc2d87)
  • ci: explicitly add npm token (fb14930)
  • Allow react 18 in peer dependency (6598781)

Features

  • ci: travis => gh actions (7af7f03)

6.0.1 (2021-02-22)

Bug Fixes

  • Allow react 17 in peer dependency (266a3dd)

6.0.0 (2020-07-17)

chore

BREAKING CHANGES

  • deps: Requires node >= 10.18

5.1.0 (2020-06-17)

Features

  • initial velocity range options\ (929bc50)

5.0.1 (2019-10-18)

Bug Fixes

  • use componentDidUpdate instead (1ad95f9), closes #73
  • types: make canvasRef optional (607068a), closes #72

5.0.0 (2019-10-18)

  • Merge pull request #70 from wheeler/mw-r169 (8e7ec50), closes #70

Bug Fixes

BREAKING CHANGES

  • Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one.

4.0.1 (2019-08-09)

Bug Fixes

  • types: remove NamedExoticComponent (b6dec94), closes #65

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

  • changes module exports

3.1.2 (2019-07-11)

Bug Fixes

3.1.1 (2019-07-05)

Bug Fixes

3.1.0 (2019-04-25)

Features

  • add initialVelocityX and initialVelocityY props (bfc2ff5)

3.0.0 (2019-04-25)

Features

  • forward ref to inner canvas (091b055)

BREAKING CHANGES

  • wrap default export in forwardRef

2.8.0 (2019-04-17)

Features

  • Add onConfettiComplete param (8af89f2)

2.7.3 (2019-04-03)

Bug Fixes

  • Performance: stop raf loop before unmounting (fc2b48f), closes #47

2.7.2 (2019-04-02)

Bug Fixes

  • Destroy confetti instance on unmount (6965e37), closes #47

2.7.1 (2019-04-02)

Bug Fixes

  • trigger release to fix typescript typings (817b7c0), closes #45

2.7.0 (2019-03-18)

Bug Fixes

  • point to entire types dir (3c3184c)

Features

2.6.1 (2019-03-13)

Bug Fixes

  • add rotation direction to fix jump visible when rendering asymetrical shapes (ca2b22b)

2.6.0 (2019-03-10)

Features

  • Add prop to draw custom confetti (992376b)

2.5.0 (2019-03-08)

Features

  • build: output and add types to package (1349e1d)
  • ParticleGenerator: Bulk particle addition (3c9e108)
  • use easing function for adding confetti (829a560)

2.4.1 (2019-02-28)

Bug Fixes

  • test: testing semantic-release (ef3dfa8)