Skip to content

Release 4.1.0

Compare
Choose a tag to compare
@hunterliu1003 hunterliu1003 released this 28 Mar 17:18
· 127 commits to master since this release

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)