better-toast 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/fesm2022/better-toast.mjs +242 -384
- package/fesm2022/better-toast.mjs.map +1 -1
- package/package.json +1 -2
- package/types/better-toast.d.ts +15 -33
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Better Toast](https://better-toast.vercel.app) is a toast notification library for **Angular** 21 and 22: stacked messages, variants, swipe-to-dismiss, entry and exit animations, accessibility-friendly live region, and a small `ToasterService` API.
|
|
4
4
|
|
|
5
|
-
**Requirements:** Angular `^21.0.0 || ^22.0.0` (`@angular/core
|
|
5
|
+
**Requirements:** Angular `^21.0.0 || ^22.0.0` (`@angular/core`).
|
|
6
6
|
|
|
7
7
|
**Support policy:** current Angular major plus the previous major. When Angular 23 is current, Angular 21 will be dropped.
|
|
8
8
|
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
You can find the full documentation on the [Better Toast](https://better-toast.vercel.app) website.
|
|
12
12
|
|
|
13
|
+
The [changelog](https://better-toast.vercel.app/docs/changelog) lists what changed in each release.
|
|
14
|
+
|
|
13
15
|
## Install
|
|
14
16
|
|
|
15
17
|
```bash
|