Releases: ngxpert/hot-toast
Releases Β· ngxpert/hot-toast
v3.0.2
3.0.2 (2024-10-05)
Bug Fixes
- add exit animation once enter animation is done (48c7600), closes #21
v3.0.2-beta.1
Bug Fixes
- add exit animation once enter animation is done (48c7600), closes #21
v3.0.1
3.0.1 (2024-08-25)
Bug Fixes
- fixed toast message not being removed automatically and minor changeDetection changes (aceb7ae), closes #16
v3.0.1-beta.1
Bug Fixes
- fixed toast message not being removed automatically and minor changeDetection changes (aceb7ae), closes #16
v3.0.0
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
v3.0.0-beta.1
Features
- trigger breaking change release (d4a681f), closes #10
BREAKING CHANGES
- Angular has been updated to version 18
v2.0.0
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
v2.0.0-beta.1
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
v1.0.0
1.0.0 (2024-02-19)
Features