- Fix Typescript types #94
- Fix: issue with z-index
- Fix: warning must have dark text color
- Add
bootstrap
theme - Introduce
$toast-icons-path
scss variable
- Fix: issue #72
- Fix: issue #72
- Fix: issue #69
- Add missing type for typescript usage, #68
- Allow Composition API usage
import {useToast} from "vue-toast-notification";
- (Breaking) Use named export in browser environment
- app.use(VueToast)
+ app.use(VueToast.ToastPlugin)
- Fix: Composition API usage, #58
- Drop support for Vue 2.x, add support for Vue 3.x
- Drop Internet Explorer support
- Fix: SSR issue, #57
- Add ability to keep toast opened, #46
- Chore: upgrade to webpack 5
- Rename
close()
method todismiss()
, #39 - Rename
onClose
prop toonDismiss
- Using BEM naming convention in CSS classes
- Fix: type definitions, #30
- Fix: previous release
- Fix: previous release
- Add type definitions
- Fix:
- Change:
⚠️ CSS classes has been prefixed withv-
, if you were overriding any css class then revisit your code
- Fix: #24
- Add: allow html in
message
prop - Add:
pauseOnHover
prop, disabled by default
- Fix: issue #18
- Remove: undocumented prop
container
- Add a new color theme along with default, #6
- See UPGRADING.md for migration instructions
- Add: method to close all toast at-once
- Fix: default value for
onClose
prop
- Initial release