Skip to content

Releases: vue-final/vue-final-modal

Release 4.1.4

31 Mar 09:48
Compare
Choose a tag to compare

4.1.4 (2023-03-31)

Bug Fixes

  • should not disableBodyScroll when modelValueLocal is false (c5eab4f)

Release 4.1.3

31 Mar 09:27
Compare
Choose a tag to compare

4.1.3 (2023-03-31)

Bug Fixes

Release 4.1.2

30 Mar 17:04
Compare
Choose a tag to compare

4.1.2 (2023-03-30)

Bug Fixes

  • execute setActiveVfm on createVfm() (c7a6090)

Release 4.1.1

28 Mar 19:31
Compare
Choose a tag to compare

4.1.1 (2023-03-28)

Bug Fixes

Release 4.1.0

28 Mar 17:18
Compare
Choose a tag to compare

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

08 Mar 11:22
90e5ae7
Compare
Choose a tag to compare

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.10

07 Mar 11:32
8c7b7b5
Compare
Choose a tag to compare

4.0.10 (2023-03-07)

Bug Fixes

Release 4.0.9

02 Mar 16:45
Compare
Choose a tag to compare

4.0.9 (2023-03-02)

Bug Fixes

  • fixed focus, blur and disableBodyScroll timing (4cfc8b9)

Release 4.0.8

02 Mar 15:34
Compare
Choose a tag to compare

4.0.8 (2023-03-02)

Bug Fixes

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)