Skip to content

Releases: Maronato/vue-toastification

v0.5.1

11 Nov 22:15
Compare
Choose a tag to compare

🔧 Bug fixes

  • Reset timeout on update: The toast timeout can be optionally reset with .update docs (#19)

v0.5.0

11 Nov 09:38
Compare
Choose a tag to compare

🚀 New features

  • Filter toasts: Two new callback filters added to enable custom toast filtering docs (#16 #13)
  • Create or Update: New option added to .update that creates a toast if no matching ID is found (#17)

🔧 TypeScript Fixes

  • Missing Types: Added missing TypeScript type definitions (#18)

v0.4.0

05 Nov 22:49
Compare
Choose a tag to compare

🚀New features

  • Update toasts: Toasts can now be updated dynamically using $toast.update docs (#15)

v0.3.0

28 Oct 20:33
Compare
Choose a tag to compare

🚀New features

  • Transitions: Two new transitions have been added (#10)

v0.2.4

22 Oct 15:14
Compare
Choose a tag to compare

🔧 Bug Fixes

  • Typescript: Added support for function-based components in typescript

v0.2.3

22 Oct 14:20
Compare
Choose a tag to compare

🔧 Bug Fixes

  • Typescript: Fix support for custom components within typescript

v0.2.2

22 Oct 00:50
Compare
Choose a tag to compare

🚀 New Features

  • Typescript Support: Added typescript type definitions (#8)

v0.2.1

21 Oct 17:30
Compare
Choose a tag to compare

🔧 Bug Fixes

  • Style: Progress Bar overflowing into corner (#3)

v0.2.0

19 Oct 23:44
Compare
Choose a tag to compare

🚀 New Features

  • You can now specify custom transition classes [docs]
  • New interface method to update plugin defaults in runtime [docs]

⚡ Demo Update

Many more features were added to the interactive demo, including plugin options and other options from the API that were missing.

v0.1.7

19 Oct 03:00
Compare
Choose a tag to compare

No updates to code, just package.json and readme