Releases: vue-final/vue-final-modal
Releases · vue-final/vue-final-modal
v1.8.5
🐛 Bugfix
- #25 fix: Scroll blocking doesn't work on ios(safari)
v0.21.4
🐛 Bugfix
- #25 fix: Scroll blocking doesn't work on ios(safari)
v1.8.4
🐛 Bugfix
- #41: fix: correctly populate event.ref.params in events
💖 Thanks to
v1.8.3
🐛 Bugfix
- fix:
$vfm.openedModals
should not reference with $vfm.modals
v1.8.2
🐛 Bugfix
- #39: fix type name typo for vue-final-modal@next
💖 Thanks to
v0.21.3
🐛 Bugfix
- fix:
$vfm.openedModals
should not reference with $vfm.modals
v0.21.2
🚀 PR
- #38: update v0.21.x type definition
🐛 Bugfix
💖 Thanks to
v1.8.1
🐛 Bugfix
- #31 Update deep selector
- #32 TypeError: Cannot read property 'remove' of null
- #36 Refine documentation
- Bump rollup-plugin-vue, vue@3.0.4, rollup config
- Remove setup suger
- Babel extensions vue
v0.21.1
🐛 Bugfix
- #31 Update deep selector
- #32 TypeError: Cannot read property 'remove' of null
- #36 Refine documentation
- Bump rollup-plugin-vue, vue@3.0.4, rollup config
- Remove setup suger
- Babel extensions vue
v1.8.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()