Skip to content

Releases: vue-final/vue-final-modal

Release 4.0.7

01 Mar 17:33
Compare
Choose a tag to compare

4.0.7 (2023-03-01)

Bug Fixes

  • add package information and MIT license (41e9a7e)
  • make sure the overlay closed (3899876)

Release 4.0.6

28 Feb 03:12
b28eacb
Compare
Choose a tag to compare

4.0.6 (2023-02-28)

Bug Fixes

Release 4.0.5

27 Feb 15:54
86216b3
Compare
Choose a tag to compare

4.0.5 (2023-02-27)

Features

Release 4.0.4

14 Feb 05:52
dddb928
Compare
Choose a tag to compare

4.0.4 (2023-02-14)

Bug Fixes

Release 4.0.3

10 Feb 14:49
Compare
Choose a tag to compare

4.0.3 (2023-02-10)

Bug Fixes

Release 4.0.2

10 Feb 14:31
2b9f2bb
Compare
Choose a tag to compare

4.0.2 (2023-02-10)

Bug Fixes

Release 4.0.1

08 Feb 15:43
Compare
Choose a tag to compare

4.0.1 (2023-02-08)

Bug Fixes

  • fixed built-in transition style (a7fb444)

Features

  • ability to use <VueFinalModal /> without register createVfm() plugin (#320) (68600b7)

Release 4.0.0

03 Feb 18:13
Compare
Choose a tag to compare

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

03 Feb 16:41
Compare
Choose a tag to compare
Release 4.0.0-rc.14 Pre-release
Pre-release

4.0.0-rc.14 (2023-02-03)

  • Support props including swipe-to-close, threshold, showSwipeBanner, preventNavigationGestures
  • Support slot swipe-banner
  • Delete ModalFullscreen and ModalBottom
  • 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 and overlayTransition are changed to undefined
  • Improve autocompletion for contentTransition and overlayTransition

Release 4.0.0-rc.13

29 Jan 16:28
Compare
Choose a tag to compare
Release 4.0.0-rc.13 Pre-release
Pre-release

4.0.0-rc.13 (2023-01-29)

Bug Fixes