Releases: scttcper/ngx-toastr
Releases · scttcper/ngx-toastr
v19.0.0
19.0.0 (2024-06-01)
Features
- Angular 18 + enable usage with zoneless change detection (#1017) (5461eb4)
BREAKING CHANGES
- enable usage with zoneless change detection
Switched relevant parts to OnPush + Signals, so this will work with zoneless change detection enabled. I deliberately didn't use any of the new control flow syntax so this should technically still be compatible with Angular 16 (at least in a small test app with 16 it still worked for me)
v18.0.0
18.0.0 (2023-11-16)
Features
BREAKING CHANGES
- requires angular 17, typescript 5.2
v17.0.2
17.0.2 (2023-05-15)
Bug Fixes
- Move easeTime to the constructor (e3e4b74), closes #996
v17.0.0
17.0.0 (2023-05-14)
Features
BREAKING CHANGES
v16.2.0
16.2.0 (2023-05-04)
Features
- Add provider function, convert to standalone and use inject (#991) (94dba28)
v16.1.0
16.1.0 (2023-03-03)
Features
- Add generic for payload in IndividualConfig (#980) (815e1dd)
v16.0.1
16.0.1 (2022-11-17)
Bug Fixes
- Copy bs5-alert.scss to dist directory (e007ca3)