Releases: vue-final/vue-final-modal
Releases · vue-final/vue-final-modal
Release 4.2.0
4.2.0 (2023-04-04)
Bug Fixes
Features
- get rid of context and made useModal can be execute everywhere (47cf520)
Release 4.1.4
4.1.4 (2023-03-31)
Bug Fixes
- should not disableBodyScroll when modelValueLocal is false (c5eab4f)
Release 4.1.3
4.1.3 (2023-03-31)
Bug Fixes
Release 4.1.2
4.1.2 (2023-03-30)
Bug Fixes
- execute setActiveVfm on createVfm() (c7a6090)
Release 4.1.1
4.1.1 (2023-03-28)
Bug Fixes
Release 4.1.0
4.1.0 (2023-03-28)
Bug Fixes
- transition: only set transition appear when displayDirective is set to
if
, because of the focusTrap should be activated until the modal transition end (7e38512)
- type (c820c02)
Features
- Add activeVfm (inspire by pinia), so we don't need to pass down
vfm
instance anymore. We can use useVfm()
and useModal()
out of setup script (8ee2021)
- Destroy dynamic modal onClosed by default and add
keepAlive
option for keeping modal instance alive after modal.close()
(f2cb5bf)
Release 4.0.11
4.0.11 (2023-03-08)
Bug Fixes
- fixed animation of swipe to close (81ff204)
- should focus vfmContent element when click outside (503c1f1)
Release 4.0.9
4.0.9 (2023-03-02)
Bug Fixes
- fixed focus, blur and disableBodyScroll timing (4cfc8b9)
Release 4.0.8
4.0.8 (2023-03-02)
Bug Fixes