Skip to content

Releases: ngxpert/hot-toast

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