1.2.5 (2024-10-29)
1.2.4 (2024-10-29)
1.2.3 (2024-10-21)
- fixed the type error (4b73dd2)
1.2.2 (2024-10-15)
- fixed docs (d75c6a8)
- pass class, toastOptions class/classes to toast li element (13dcfd8)
- use
handleCloseToast
instead ofdeleteToast
function for headless toast to get onDismiss callback right (fa24350)
1.2.1 (2024-09-23)
1.2.0 (2024-09-23)
- fixed the bug mentioned in PR #78 (2d3a9a9)
- fixed the type (6224334)
- fixed the useVueSonner types when build (b76df7e)
1.1.5 (2024-08-24)
1.1.4 (2024-07-24)
1.1.3 (2024-06-19)
- Fix the problem of rate calculation error when clicking actions quickly. (1f1af25)
- fixed lint (b93387f)
- README: Fix typo in markRaw import (6a0b916)
- support dynamic position (55102c4)
1.1.2 (2024-03-07)
- changing index operator, adding '?' operator (c03d9dc)
- resolve #56 via checking for array type (9e6d7e5)
1.1.1 (2024-03-02)
- add
@microsoft/api-extractor
to merge all types files in one d.ts file (83f27fa)
1.1.0 (2024-03-01)
- fixed the close button do not have fade animation bug (6288840)
- fixed the default toast render the icon element bug (0f57a19)
1.0.4 (2024-02-29)
- blurry text in chromium (c9aa8ba)
1.0.3 (2024-01-24)
inject-css
with simple vite plugin API inspired by bunchee inline-css (f0ca814)- add base
@vue/tsconfig
,cjs
instead ofumd.cjs
(c0a4d5c) - generate
declaration
files withvue-tsc
(76311fb)
1.0.2 (2023-11-07)
- fixed the promise bug (c297881)
1.0.1 (2023-11-03)
- make promise return promise (9608865)
1.0.0 (2023-10-31)
- add info & warning type for toast (daaedce)
0.4.4 (2023-08-30)
- export toaster props (a183aab)
0.4.3 (2023-08-06)
- remove default offset (c327753)
0.4.2 (2023-07-24)
- exports types should be first (18b6044)
0.4.1 (2023-07-24)
- ignore type definitions (9fe93d9)
0.4.0 (2023-07-24)
0.3.3 (2023-07-04)
0.3.2 (2023-05-15)
- ability to add a cutom color icon (eaaf175)
0.3.1 (2023-03-29)
- add copy icon (1cb61e8)
- add header for SEO (9571b9d)
- add seo meta (9317f63)
- change brand color (ef97ea9)
- refactor to hooks (eb3a578)
- style for mobile (1ace50b)
- update video (2f10ac1)
- upload the video (52761c8)
0.3.0 (2023-03-28)
- add the inject css (848bea7)
0.2.3 (2023-03-28)
- add side effects (6a879c4)