Releases: scttcper/ngx-toastr
Releases Β· scttcper/ngx-toastr
6.0.0-beta.2
whoops: Individual toasts now correctly inherit settings set with global settings
6.0.0-beta.1
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
Makes toastrService.isDuplicate
public along with toastrService.currentlyActive
and toastrService.toasts[]
.
Disables warning for angular 5
5.3.0
#143 html passed to toasts is now sanitized before display. thanks @superMDguy
5.2.4
- Fix iconClasses override when using forRoot() #131 @yarrgh
5.2.1
Reverted changes for es2015 flat module. Kept UMD sourcemapping Closes #123
5.2.0
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
fixed newestOnTop config param. Changed the way defaults are set. 66230af