Skip to content

Releases: scttcper/ngx-toastr

6.0.0-beta.2

01 Aug 18:52
Compare
Choose a tag to compare
6.0.0-beta.2 Pre-release
Pre-release

whoops: Individual toasts now correctly inherit settings set with global settings

6.0.0-beta.1

01 Aug 18:29
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release

Breaking Changes

  • Refactor config to use InjectionToken https://angular.io/api/core/InjectionToken
  • Global and Individual toast configs are now interfaces
  • Minimum Angular version now 4.3.0+
  • Individual toasts now correctly inherit settings set with global settings
  • Refactor toast component constructor, fewer dependencies
  • block multiple forRoot calls

5.3.1

20 Jul 21:49
Compare
Choose a tag to compare

Makes toastrService.isDuplicate public along with toastrService.currentlyActive and toastrService.toasts[].
Disables warning for angular 5

5.3.0

30 Jun 20:44
Compare
Choose a tag to compare

#143 html passed to toasts is now sanitized before display. thanks @superMDguy

5.2.4

31 May 16:35
Compare
Choose a tag to compare
  • Fix iconClasses override when using forRoot() #131 @yarrgh

5.2.2

24 May 20:29
Compare
Choose a tag to compare

remove un-used, transitive NgZone dependency #130 @dherges

5.2.1

04 May 19:26
Compare
Choose a tag to compare

Reverted changes for es2015 flat module. Kept UMD sourcemapping Closes #123

5.2.0

02 May 15:32
Compare
Choose a tag to compare

Add's toast position center-center 97dd12c @wsyt1985

Missed the release notes for 5.1.0:
Builds now include a es2015 build closes #104

5.0.7

16 Apr 04:24
Compare
Choose a tag to compare

fixed newestOnTop config param. Changed the way defaults are set. 66230af

5.0.6

30 Mar 06:43
Compare
Choose a tag to compare

Fix toast-container overlay UI blocking #108 @tschettler