Skip to content

Releases: scttcper/ngx-toastr

6.4.0

06 Oct 17:10
Compare
Choose a tag to compare

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

24 Sep 20:07
Compare
Choose a tag to compare

7f86d30 Clean up config overrides #190 @yarrgh

6.2.1

21 Sep 05:50
Compare
Choose a tag to compare

bde0df2 Fix bug for onHidden observable #187

6.2.0

15 Sep 20:55
Compare
Choose a tag to compare

Animations are now imported from '@angular/animations' instead of '@angular/core'. Hopefully this fixes issues with Angular 5 beta #183

Thanks @yarrgh

6.1.4

02 Sep 23:17
Compare
Choose a tag to compare

Build files now match @angular/material
es5, es2015, and umd bundles with source maps

6.1.2

27 Aug 01:55
Compare
Choose a tag to compare

Really can't change build settings without breaking everything. Fixed paths in package.json

6.1.1

26 Aug 15:47
Compare
Choose a tag to compare

fix missing css from release

6.1.0

26 Aug 06:22
Compare
Choose a tag to compare

new build process adds an es2015 build like official @angular
enabled typescript's strictNullChecks

6.0.1

08 Aug 22:35
Compare
Choose a tag to compare

closes #158 adds ToastrConfig as an alias of IndividualConfig 5f7e992

6.0.0

02 Aug 21:42
Compare
Choose a tag to compare

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