Skip to content

Latest commit

Β 

History

History
319 lines (127 loc) Β· 12.1 KB

CHANGELOG.md

File metadata and controls

319 lines (127 loc) Β· 12.1 KB

1.2.5 (2024-10-29)

1.2.4 (2024-10-29)

Features

  • add nuxt module for vue-sonner (08c4ee6)
  • add vue-sonner for nuxt module (96cbe8a)

1.2.3 (2024-10-21)

Bug Fixes

Features

1.2.2 (2024-10-15)

Bug Fixes

  • fixed docs (d75c6a8)
  • pass class, toastOptions class/classes to toast li element (13dcfd8)
  • use handleCloseToast instead of deleteToast function for headless toast to get onDismiss callback right (fa24350)

1.2.1 (2024-09-23)

1.2.0 (2024-09-23)

Bug Fixes

  • fixed the bug mentioned in PR #78 (2d3a9a9)
  • fixed the type (6224334)
  • fixed the useVueSonner types when build (b76df7e)

Features

1.1.5 (2024-08-24)

1.1.4 (2024-07-24)

Bug Fixes

  • format (9ac5953)
  • Toast: πŸ› move the heights update to Toaster.vue (cbcffb8)

1.1.3 (2024-06-19)

Bug Fixes

  • Fix the problem of rate calculation error when clicking actions quickly. (1f1af25)
  • fixed lint (b93387f)
  • README: Fix typo in markRaw import (6a0b916)

Features

  • support dynamic position (55102c4)

1.1.2 (2024-03-07)

Bug Fixes

  • changing index operator, adding '?' operator (c03d9dc)
  • resolve #56 via checking for array type (9e6d7e5)

1.1.1 (2024-03-02)

Features

  • add @microsoft/api-extractor to merge all types files in one d.ts file (83f27fa)

1.1.0 (2024-03-01)

Bug Fixes

  • 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)

Bug Fixes

  • blurry text in chromium (c9aa8ba)

Features

  • allow setting position when creating a toast (0326cea)
  • change the style (4b73c89)

1.0.3 (2024-01-24)

Bug Fixes

Features

  • inject-css with simple vite plugin API inspired by bunchee inline-css (f0ca814)
  • add base @vue/tsconfig, cjs instead of umd.cjs (c0a4d5c)
  • generate declaration files with vue-tsc (76311fb)

1.0.2 (2023-11-07)

Bug Fixes

1.0.1 (2023-11-03)

Features

  • make promise return promise (9608865)

1.0.0 (2023-10-31)

Features

  • add info & warning type for toast (daaedce)

0.4.4 (2023-08-30)

Features

0.4.3 (2023-08-06)

Bug Fixes

0.4.2 (2023-07-24)

Bug Fixes

  • exports types should be first (18b6044)

0.4.1 (2023-07-24)

Bug Fixes

  • ignore type definitions (9fe93d9)

0.4.0 (2023-07-24)

Features

0.3.3 (2023-07-04)

Bug Fixes

  • custom component memory leaks (2064312)
  • custom styling with toastOptions (65bf4ee)

0.3.2 (2023-05-15)

Bug Fixes

Features

  • ability to add a cutom color icon (eaaf175)

0.3.1 (2023-03-29)

Bug Fixes

Features

0.3.0 (2023-03-28)

Features

0.2.3 (2023-03-28)

Features

0.2.2 (2023-03-28)

0.2.1 (2023-03-28)

Features

  • change the highlight style (56c9a4b)
  • change the style import (b0fe712)

0.2.0 (2023-03-28)

Features

  • add render custom component (cf903c8)
  • add the custom vnode (fdad68f)
  • add the promise success/error callback (6c7f784)
  • handle close button (1390fa7)

0.1.0 (2023-03-27)