Changelog
Release history for the better-toast library.
0.2.0

Changed
Collapsed card stack is now the default. Extra toasts collapse into a 3-layer stack (latest in front). Hover, focus, or a press on touch expands the full list.
Upgrading from 0.1.0 changes the layout without a template change. Set [stacked]="false" to keep every toast fully visible.
Added
stacked input on <better-toaster>
0.1.0
Added
Angular 22 support. Peer dependencies are now @angular/core / @angular/common^21.0.0 || ^22.0.0.
Support
This release was developed and tested on Angular 22. Angular 21 remains declared; a dedicated Angular 21 CI job is a follow-up.
0.0.4
Added
Initial stable release of Better Toast.