Skip to content

Latest commit

Β 

History

History
227 lines (103 loc) Β· 9.08 KB

CHANGELOG.md

File metadata and controls

227 lines (103 loc) Β· 9.08 KB

4.1.1 (2024-12-11)

Bug Fixes

4.1.0 (2024-12-10)

Features

4.0.1 (2024-12-10)

Bug Fixes

  • toast getting reopened on change (625daf7)

4.0.1-beta.1 (2024-12-10)

Bug Fixes

  • toast getting reopened on change (625daf7)

4.0.0 (2024-12-10)

Features

BREAKING CHANGES

  • update to angular 19

4.0.0-beta.1 (2024-12-10)

Features

BREAKING CHANGES

  • update to angular 19

3.2.0-beta.1 (2024-12-10)

Features

3.1.1 (2024-12-10)

Bug Fixes

  • use inject function instead of decorator (9b63e61), closes #22

3.1.1-beta.1 (2024-12-10)

Bug Fixes

  • use inject function instead of decorator (9b63e61), closes #22

3.1.0-beta.3 (2024-12-10)

Bug Fixes

  • use inject function instead of decorator (9b63e61), closes #22

3.1.0 (2024-12-10)

Bug Fixes

  • assign statically increasing ids to toasts (c3ec7a1), closes #15
  • filter undefined refs from group, add test cases (af1ed00), closes #9
  • revert toastref.groupref assignment (a99204a)

Features

  • add new builder pattern to handle pre-grouping (8b59a9a), closes #9

3.1.0-beta.2 (2024-12-10)

Bug Fixes

  • assign statically increasing ids to toasts (c3ec7a1), closes #15
  • revert toastref.groupref assignment (a99204a)

3.1.0-beta.1 (2024-12-07)

Bug Fixes

  • filter undefined refs from group, add test cases (af1ed00), closes #9

Features

  • add new builder pattern to handle pre-grouping (8b59a9a), closes #9

3.0.2 (2024-10-05)

Bug Fixes

  • add exit animation once enter animation is done (48c7600), closes #21

3.0.2-beta.1 (2024-10-05)

Bug Fixes

  • add exit animation once enter animation is done (48c7600), closes #21

3.0.1 (2024-08-25)

Bug Fixes

  • fixed toast message not being removed automatically and minor changeDetection changes (aceb7ae), closes #16

3.0.1-beta.1 (2024-08-25)

Bug Fixes

  • fixed toast message not being removed automatically and minor changeDetection changes (aceb7ae), closes #16

3.0.0 (2024-06-06)

Bug Fixes

Features

  • trigger breaking change release (d4a681f), closes #10

BREAKING CHANGES

  • Angular has been updated to version 18

3.0.0-beta.1 (2024-06-06)

Features

  • trigger breaking change release (d4a681f), closes #10

BREAKING CHANGES

  • Angular has been updated to version 18

2.0.1-beta.1 (2024-06-06)

Bug Fixes

2.0.0 (2024-04-17)

Bug Fixes

  • handle expanded in doCheck (58a188a)
  • make options optional in show function (8ecbbc2)

Features

  • add grouping feature (c342de6)
  • post grouping (bc32842)
  • remove first child div from .hot-toast-message (8b7b09f)

BREAKING CHANGES

  • a div around ng-container in .hot-toast-message has been removed. User will need to take care of this in their ng-template

2.0.0-beta.1 (2024-04-17)

Bug Fixes

  • handle expanded in doCheck (58a188a)
  • make options optional in show function (8ecbbc2)

Features

  • add grouping feature (c342de6)
  • post grouping (bc32842)
  • remove first child div from .hot-toast-message (8b7b09f)

BREAKING CHANGES

  • a div around ng-container in .hot-toast-message has been removed. User will need to take care of this in their ng-template

1.0.0 (2024-02-19)

Features