Skip to content

Releases: vue-final/vue-final-modal

v1.8.5

21 Jan 11:19
Compare
Choose a tag to compare

🐛 Bugfix

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

v0.21.4

21 Jan 11:19
Compare
Choose a tag to compare

🐛 Bugfix

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

v1.8.4

03 Jan 02:23
Compare
Choose a tag to compare

🐛 Bugfix

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

💖 Thanks to

v1.8.3

28 Dec 07:49
Compare
Choose a tag to compare

🐛 Bugfix

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

v1.8.2

28 Dec 06:10
Compare
Choose a tag to compare

🐛 Bugfix

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

💖 Thanks to

v0.21.3

28 Dec 07:49
Compare
Choose a tag to compare

🐛 Bugfix

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

v0.21.2

28 Dec 06:09
Compare
Choose a tag to compare

🚀 PR

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

🐛 Bugfix

  • #9: Issue with nuxt

💖 Thanks to

v1.8.1

16 Dec 05:58
Compare
Choose a tag to compare

🐛 Bugfix

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

v0.21.1

16 Dec 05:58
Compare
Choose a tag to compare

🐛 Bugfix

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

v1.8.0

15 Dec 11:20
Compare
Choose a tag to compare

🚀 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()