Releases: scttcper/ngx-toastr
Releases Β· scttcper/ngx-toastr
6.4.0
Features
5273ce3 adds progressAnimation for setting progress bar direction thanks @yarrgh closes #192
breaking for maybe a few
removes ToastContainerModule.forRoot()
you should be importing ToastContainerModule
in the module that you're going to use the directive. Normal use of ngx-toastr does not require this. I think this is the issue seen in #147
6.3.0
6.2.1
6.2.0
6.1.4
6.1.2
6.1.1
6.1.0
6.0.1
6.0.0
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