Skip to content

Latest commit

 

History

History
128 lines (73 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

128 lines (73 loc) · 4.15 KB

Changelog

  • 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 to dismiss(), #39
  • Rename onClose prop to onDismiss
  • 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 with v-, if you were overriding any css class then revisit your code
  • Add: allow html in message prop
  • Add: pauseOnHover prop, disabled by default
  • Fix: issue #18
  • Remove: undocumented prop container

0.1.0

  • Add a new color theme along with default, #6
  • See UPGRADING.md for migration instructions

0.0.3

  • Add: method to close all toast at-once

0.0.2

  • Fix: default value for onClose prop

0.0.1

  • Initial release