- fix build process #66
- add fix backdrop #57
- remove
console.log
#48
- stop buttons event propagation #37
- added ability to hide icon
icon: false
#28 - back to SFC. Now with runtime-only build #14
- add variables namespace #30
- oneAtTime | preventDuplicates - add global config options #28
- add button custom className #24
- fix toastChanged event initialization #20
- bump dependencies
- fix icons #17
- fix icons #15
- fix backdrop #16
- improve documentation
- escape SVG icons for Safari, Firefox
- Breaking changes - Look migration guide
- Features
- New Documentation based on gitbook
- Prompt input validation
- New callbacks with jQuery-like syntax
- Reworked toast arguments ordering based on - see function signatures
- Replaced all animations and icons to styles (now it more customizable up to you)
- Add toast default configuration
- Reworked toast
timeout
interval - now based onrequestAnimationFrame
- bump dependencies
- Fix
action is not a function
error by @grantcarthew
- optimize typings
- [BREAKING CHANGE] As most of you wanted this. I moved
SnotifyService
ontoVue.prototype
. Now accessible only from toVue.$snotify // this.$snotify
- create CDN versions
- add VueJS like documentation
- add Typescript typings
- fix ES module name
- Ported from Angular version