Releases: vue-final/vue-final-modal
Releases · vue-final/vue-final-modal
v0.14.0
Features
- A11y support
- New event
@click-outside
- Update documents
Deprecated
- Remove useless slots
content-before
,content
,content-after
v1.0.1
Support Vue 3.0
v0.13.5
v0.13.4
Bugfix
- Call
handleLockScroll
only when value is true
v0.13.3
Bugfixs
- fixed
body-scroll-lock
on mobile
v0.13.2
- Update docs
v0.13.1
Bugfixs
- Modal DOM element should be removed at
beforeDestroy
hook
v0.13.0
Features
- Add new prop
zIndexBase
. - Support auto binding zIndex with
modalStackIndex
.
Bugfixs
- Fixed computed
isComponentReadyToBeDestroyed
.
Else
- Refactor VueFinalModal style.
- Set prop
attach
default frombody
tofalse
.
v0.12.0
- Set default value of prop attach from false to 'body'
v0.11.0
- Set default value of prop
ssr
fromfalse
totrue
. - Set default value of prop
attach
frombody
tofalse
.