Releases: vue-final/vue-final-modal
Releases · vue-final/vue-final-modal
v0.21.0
🚀 Features
- support prop
zIndexAuto
- support
$vfm.get
API
- #22 - support vetur intellisense
- refactor
lock-scroll
prop
🐛 Bugfix
- #30 - only show warning in client side
- convert zIndex type from String to Number
- emit
before-open
event before this.getAttachElement()
v1.7.1
🐛 Bugfix
- fix: beforeDestroy should not emit before-close event
v1.7.0
🚀 Features
- #27: make before-open, before-close stoppable
- #28: passing params in show method
v0.20.1
🐛 Bugfix
- fix: beforeDestroy should not emit before-close event
v0.20.0
🚀 Features
- #27: make before-open, before-close stoppable
- #28: passing params in show method
v1.6.3
🚀 PR
- #26: fix compatibility with choices.js
💖 Thanks to
v0.19.2
🚀 PR
- #26: fix compatibility with choices.js
💖 Thanks to
v1.6.2
🐛 Bugfix
- #23 - Fixed Background shifts when modal is opened (if background has scrollbar)
v0.19.1
🐛 Bugfix
- #23: Fixed Background shifts when modal is opened (if background has scrollbar)
v1.6.1
🐛 Bugfix
- Fixed overlay v-show to v-if because transition bug.