Skip to content

Latest commit

 

History

History
132 lines (66 loc) · 6.03 KB

CHANGELOG.md

File metadata and controls

132 lines (66 loc) · 6.03 KB

2.0.2 (2024-08-23)

Bug Fixes

  • prioritize toast position over toaster's (874f47d)

2.0.1 (2024-06-13)

Bug Fixes

  • show correct icons when promise toast updates (#22) (ac0d1b8)

2.0.0 (2024-06-11)

⚠ BREAKING CHANGES

  • minimal angular version is now v18

Features

1.0.1 (2024-06-11)

Bug Fixes

  • allow to render custom icons for toasts (59c1aca), closes #10

Chores

  • provide zoneless change detection support (ca8066b)
  • remove polyfills from lib schema (820e23b)
  • update node version (15f87a5)
  • update nx (c9774d1)

1.0.0 (2024-04-16)

⚠ BREAKING CHANGES

  • toast dissmisable field has been renamed to dismissible

Features

  • add closeButton property to toast options (#17) (da3fdda)

Bug Fixes

  • check toast dismissible value in toaster (31bfc7b)
  • dismissable renamed to dismissible (8e30c20)
  • dismissable renamed to dismissible (a162a3f)
  • don't allow to swipe out a toast if it's not dismissible (9502c43)
  • remove console log (42a940b)

0.4.2 (2024-04-16)

Bug Fixes

0.4.1 (2024-04-11)

Bug Fixes

  • hide close button on non dimissable toasts (#12) (3d1b31a)

0.4.0 (2024-04-01)

Features

Bug Fixes

  • blurry toasts (#6) (5ba650c)
  • preserve heights order when adding new toasts (#8) (c7775a2)

Chores

0.3.4 (2024-03-07)

Bug Fixes

  • cleanup tests (b241099)
  • move toast buttons style condition to toast component (1ca7986)
  • remove unused app (e87c93c)
  • toast button styles (b2d6118)

0.3.3 (2024-03-06)

Bug Fixes

  • toast styles via toastOptions (0f593cb)

0.3.2 (2024-02-26)

Bug Fixes

0.3.1 (2024-02-26)

Bug Fixes

Chores