Releases

v3.2.1 5/4/2021

πŸ› Bugfix

  • Transition not working propery when using Array or Object type for "content-class"-prop (#92)

πŸ’– Thanks to

v3.2.0 5/3/2021

πŸš€ Features

  • support v-html in dynamic modal slot (#60)
  • api return promise (#53)
  • add close method to scoped-slot (#93)

Refactor

  • add postcss plugin autoprefixer (#88)
  • refactor plugin validation, unit test (#89)
  • vite (#90)

πŸ’– Thanks to

v3.1.0 3/25/2021

πŸš€ Features

Merge these two PR for Vue 3:

  • #62: feat: Added custom transition object support
  • #63: refactor: keydown event is refactored for more generic use

πŸ’– Thanks to

v3.0.1 3/9/2021

πŸš€ Features

  • #57: Support String type for the slots of dynamic modal

πŸ’– Thanks to

v3.0.0 3/7/2021

πŸš€ Features

  • #10: Dynamic modals
  • #46: Unit testing
  • #47: Support zh-Hant documentations

πŸ’– Thanks to

v2.2.0 5/3/2021

πŸš€ Features

  • support v-html in dynamic modal slot (#60)
  • api return promise (#53)
  • add close method to scoped-slot (#93)

Refactor

  • add postcss plugin autoprefixer (#71)
  • refactor plugin validation, unit test (#70)
  • vite (#78)

πŸ’– Thanks to

v2.1.0 3/21/2021

πŸš€ Features

  • #62: feat: Added custom transition object support
  • #63: refactor: keydown event is refactored for more generic use

πŸ’– Thanks to

v2.0.1 3/9/2021

πŸš€ Features

  • #57: Support String type for the slots of dynamic modal

πŸ’– Thanks to

v2.0.0 3/7/2021

πŸš€ Features

  • #10: Dynamic modals
  • #46: Unit testing
  • #47: Support zh-Hant documentations

πŸ’– Thanks to

v1.8.8 3/4/2021

πŸ› Bugfix

  • #55: Set prop ssr: false with mobile device it have error message

v1.8.7 2/12/2021

πŸ› Bugfix

  • #49: fix: Add params parameter to show() and toggle()

πŸ’– Thanks to

v1.8.6 2/8/2021

πŸ› Bugfix

  • #48 fix: mobile safari dont scroll

v1.8.5 1/21/2021

πŸ› Bugfix

  • #25 fix: Scroll blocking doesn't work on ios(safari)

v1.8.4 1/3/2021

πŸ› Bugfix

  • #41: fix: correctly populate event.ref.params in events

πŸ’– Thanks to

v1.8.3 12/28/2020

πŸ› Bugfix

  • fix: $vfm.openedModals should not reference with $vfm.modals

v1.8.2 12/28/2020

πŸ› Bugfix

  • #39: fix type name typo for vue-final-modal@next

πŸ’– Thanks to

v1.8.1 12/16/2020

πŸ› Bugfix

  • #31 Update deep selector
  • #32 TypeError: Cannot read property 'remove' of null
  • #36 Refine documentation
  • Bump rollup-plugin-vue, vue@3.0.4, rollup config
  • Remove setup suger
  • Babel extensions vue

v1.8.0 12/15/2020

πŸš€ Features

  • support prop zIndexAuto
  • support $vfm.get API
  • #22 - support vetur intellisense
  • refactor lock-scroll prop

πŸ› Bugfix

  • #30 - only show warning in client side
  • convert zIndex type from String to Number
  • emit before-open event before this.getAttachElement()

v1.7.1 12/8/2020

πŸ› Bugfix

  • fix: beforeDestroy should not emit before-close event

v1.7.0 12/8/2020

πŸš€ Features

  • #27: make before-open, before-close stoppable
  • #28: passing params in show method

v0.21.7 3/4/2021

πŸ› Bugfix

  • remove console.log

v0.21.6 3/4/2021

πŸ› Bugfix

  • #55: Set prop ssr: false with mobile device it have error message

v0.21.5 2/8/2021

πŸ› Bugfix

  • #48 fix: mobile safari dont scroll

v0.21.4 1/21/2021

πŸ› Bugfix

  • #25 fix: Scroll blocking doesn't work on ios(safari)

v0.21.3 12/28/2020

πŸ› Bugfix

  • fix: $vfm.openedModals should not reference with $vfm.modals

v0.21.2 12/28/2020

πŸš€ PR

  • #38: update v0.21.x type definition

πŸ› Bugfix

  • #9: Issue with nuxt

πŸ’– Thanks to

v0.21.1 12/16/2020

πŸ› Bugfix

  • #31 Update deep selector
  • #32 TypeError: Cannot read property 'remove' of null
  • #36 Refine documentation
  • Bump rollup-plugin-vue, vue@3.0.4, rollup config
  • Remove setup suger
  • Babel extensions vue

v0.21.0 12/15/2020

πŸš€ Features

  • support prop zIndexAuto
  • support $vfm.get API
  • #22 - support vetur intellisense
  • refactor lock-scroll prop

πŸ› Bugfix

  • #30 - only show warning in client side
  • convert zIndex type from String to Number
  • emit before-open event before this.getAttachElement()

v0.20.1 12/8/2020

πŸ› Bugfix

  • fix: beforeDestroy should not emit before-close event

v0.20.0 12/8/2020

πŸš€ Features

  • #27: make before-open, before-close stoppable
  • #28: passing params in show method