Skip to content

Releases: ngxpert/hot-toast

v3.0.2

05 Oct 11:46
Compare
Choose a tag to compare

3.0.2 (2024-10-05)

Bug Fixes

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

v3.0.2-beta.1

05 Oct 11:37
Compare
Choose a tag to compare
v3.0.2-beta.1 Pre-release
Pre-release

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

Bug Fixes

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

v3.0.1

25 Aug 13:53
Compare
Choose a tag to compare

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

25 Aug 13:26
Compare
Choose a tag to compare
v3.0.1-beta.1 Pre-release
Pre-release

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

Bug Fixes

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

v3.0.0

06 Jun 10:14
Compare
Choose a tag to compare

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

06 Jun 10:05
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

v2.0.1-beta.1

06 Jun 09:58
Compare
Choose a tag to compare
v2.0.1-beta.1 Pre-release
Pre-release

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

Bug Fixes

v2.0.0

17 Apr 07:18
Compare
Choose a tag to compare

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

17 Apr 06:33
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

v1.0.0

19 Feb 07:24
Compare
Choose a tag to compare

1.0.0 (2024-02-19)

Features