Skip to content

Tags: scttcper/ngx-toastr

Tags

v19.0.0

Toggle v19.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Angular 18 + enable usage with zoneless change detection (#1017)

BREAKING CHANGE: 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

Toggle v18.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update v17 in readme

v17.0.2

Toggle v17.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
scttcper Scott Cooper
fix: Move easeTime to the constructor

fixes #996

v17.0.1

Toggle v17.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
scttcper Scott Cooper
fix: add provenance

v17.0.0

Toggle v17.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Upgrade to angular 16 (#995)

BREAKING CHANGE: requires angular >= 16

v16.2.0

Toggle v16.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add provider function, convert to standalone and use inject (#991)

v16.1.1

Toggle v16.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bump dependencies (#989)

v16.1.0

Toggle v16.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add generic for payload in IndividualConfig (#980)

v16.0.2

Toggle v16.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
scttcper Scott Cooper
fix: upgrade dependencies

v16.0.1

Toggle v16.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
scttcper Scott Cooper
fix: Copy bs5-alert.scss to dist directory