Releases: vue-final/vue-final-modal
Releases · vue-final/vue-final-modal
Release 4.0.7
Release 4.0.6
Release 4.0.5
Release 4.0.4
Release 4.0.3
Release 4.0.2
Release 4.0.1
Release 4.0.0
4.0.0 (2023-02-03)
Vue Final Modal 4 🚀
Documentation
Migration Guide
vue-final-modal 4.0 introduced a lot of breaking changes. You should treat 4.x as a different library and read the documentation carefully.
🚀 Features
- Providing the
useModal
composable function - Supporting Nuxt 3 SSR
- Rewritten with TS for a better DX
- Support new props including
swipe-to-close
,threshold
,showSwipeBanner
,preventNavigationGestures
- Support slot
swipe-banner
- Add built-in support transition names including:
'vfm-fade' | 'vfm-slide-down' | 'vfm-slide-up' | 'vfm-slide-right' | 'vfm-slide-left'
Release 4.0.0-rc.14
4.0.0-rc.14 (2023-02-03)
- Support props including
swipe-to-close
,threshold
,showSwipeBanner
,preventNavigationGestures
- Support slot
swipe-banner
- Delete
ModalFullscreen
andModalBottom
- Add built-in support transition names including:
'vfm-fade' | 'vfm-slide-down' | 'vfm-slide-up' | 'vfm-slide-right' | 'vfm-slide-left'
- The default value of
contentTransition
andoverlayTransition
are changed toundefined
- Improve autocompletion for contentTransition and overlayTransition