Skip to content

Latest commit

 

History

History
110 lines (61 loc) · 6.89 KB

CHANGELOG.md

File metadata and controls

110 lines (61 loc) · 6.89 KB

0.5.1 (2024-12-30)

Features

  • bump angular from 19.0.3 to 19.0.5 (0032c09)

0.5.0 (2024-12-07)

Features

0.4.1 (2024-09-03)

Features

0.4.0 (2024-05-29)

Bug Fixes

  • lock wrap-ansi and string-wdith version (5d5fb43)

Features

Performance Improvements

  • The callback function for requestAnimationFrame has been extracted into the main body of the animate method to avoid creating a new function on each animation loop (8d81455)

0.3.1 (2024-05-29)

Bug Fixes

  • deps: update dependency highlight.js to v11.9.0 (#73) (22d736d)

0.3.0 (2023-11-14)

Bug Fixes

  • deps: update dependency webpack-bundle-analyzer to v4.9.1 (#71) (df49d39)

Features

0.2.2 (2023-07-28)

Features

  • bump angular from 16.1.6 to 16.1.7 (c409c62)

0.2.1 (2023-07-25)

Bug Fixes

  • deps: update dependency rxjs to v7.8.1 (5ca5768)
  • deps: update dependency tslib to v2.6.0 (#41) (7fee744)

Features

  • bump angular from 16.0.0 to 16.1.6 (3902c4a)
  • deps: update dependency tslib to v2.6.1 (#56) (83a22c0)

0.2.0 (2023-05-07)

Bug Fixes

  • add NgxConfettiDirective into export list in top-level library entrypoint (f4d7e6a)
  • deps: update dependency rxjs to ~7.8.0 (#20) (1b8490d)
  • fix no provider for NgxDomConfettiService (1061e10)

Features

  • add confetti directive (1eb52e5)
  • bump angular eslint from 15.2.1 to 16.0.0 (d295ec2)
  • bump angular from 15.2.0 to 16.0.0 (7a7cc24)
  • ngx-dom-confetti need angular mini version v16.0.0 (b9c1518)
  • use active property to shwo confetti (6657cbe)

0.1.0 (2022-12-07)

Bug Fixes

  • deps: update dependency zone.js to ~0.12.0 (#7) (4c3f25e)

Features

  • add NgxDomConfettiService (ab4336c)
  • bump angular from 14.2.10 to 15.0.0 (#18) (cd86f2b)
  • ngx-dom-confetti drop the angular 13 support (1cd4422)
  • ngx-dom-confetti need angular mini version v15.0.0 (ccd22bc)

Performance Improvements

  • use DocumentFragment instead of Document (4da8f50)

0.0.2 (2022-11-11)

Features

  • dom-confetti does work (bdc0670)
  • release: use changesets tool (0763ead)