Skip to content

Latest commit

 

History

History
91 lines (43 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

91 lines (43 loc) · 3.53 KB

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