Releases: artemsky/vue-snotify
Releases · artemsky/vue-snotify
v3.2.1
v3.0.3
v3.0.2
v3.0.1
v3.0.0
- Breaking changes - Look migration guide
- Features
- New Documentation based on gitbook
- Now typescript based
- 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
v2.0.1
Change Log
v2.0.1
- 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
v1.1.3
- fix typings
- add typescript example