Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@hunterliu1003 hunterliu1003 released this 03 Feb 18:13
· 194 commits to master since this release

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'