Skip to content

Latest commit

Β 

History

History
244 lines (97 loc) Β· 8.85 KB

CHANGELOG.md

File metadata and controls

244 lines (97 loc) Β· 8.85 KB

1.2.0 (2024-05-30)

Bug Fixes

  • README: Fix typo in markRaw import (6a0b916)

Features

  • multiple actions support and api improvements (#2) (79bb083)
  • 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)