Releases: Maronato/vue-toastification
Releases · Maronato/vue-toastification
v0.5.1
🔧 Bug fixes
- Reset timeout on update: The toast timeout can be optionally reset with
.update
docs (#19)
v0.5.0
🚀 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
🚀New features
- Update toasts: Toasts can now be updated dynamically using
$toast.update
docs (#15)
v0.3.0
🚀New features
- Transitions: Two new transitions have been added (#10)
v0.2.4
🔧 Bug Fixes
- Typescript: Added support for function-based components in typescript
v0.2.3
🔧 Bug Fixes
- Typescript: Fix support for custom components within typescript
v0.2.2
🚀 New Features
- Typescript Support: Added typescript type definitions (#8)
v0.2.1
🔧 Bug Fixes
- Style: Progress Bar overflowing into corner (#3)
v0.2.0
🚀 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
No updates to code, just package.json and readme