Skip to content

Releases: vue-final/vue-final-modal

v0.21.0

15 Dec 11:19
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()

v1.7.1

08 Dec 11:14
Compare
Choose a tag to compare

🐛 Bugfix

  • fix: beforeDestroy should not emit before-close event

v1.7.0

08 Dec 10:36
Compare
Choose a tag to compare

🚀 Features

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

v0.20.1

08 Dec 11:13
Compare
Choose a tag to compare

🐛 Bugfix

  • fix: beforeDestroy should not emit before-close event

v0.20.0

08 Dec 10:36
Compare
Choose a tag to compare

🚀 Features

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

v1.6.3

03 Dec 10:49
Compare
Choose a tag to compare

🚀 PR

  • #26: fix compatibility with choices.js

💖 Thanks to

v0.19.2

03 Dec 10:44
Compare
Choose a tag to compare

🚀 PR

  • #26: fix compatibility with choices.js

💖 Thanks to

v1.6.2

02 Dec 02:48
Compare
Choose a tag to compare

🐛 Bugfix

  • #23 - Fixed Background shifts when modal is opened (if background has scrollbar)

v0.19.1

01 Dec 11:14
Compare
Choose a tag to compare

🐛 Bugfix

  • #23: Fixed Background shifts when modal is opened (if background has scrollbar)

v1.6.1

02 Dec 02:50
Compare
Choose a tag to compare

🐛 Bugfix

  • Fixed overlay v-show to v-if because transition bug.