Skip to content

Releases: vue-final/vue-final-modal

v0.14.0

05 Oct 08:26
Compare
Choose a tag to compare

Features

  • A11y support
  • New event @click-outside
  • Update documents

Deprecated

  • Remove useless slots content-before, content, content-after

v1.0.1

30 Sep 07:28
Compare
Choose a tag to compare

Support Vue 3.0

v0.13.5

30 Sep 05:57
Compare
Choose a tag to compare

Bugfix

  • fixed #6 , rollup-plugin-vue in rollup config:
    • normalizer and styleInjector should be compile to es5

v0.13.4

28 Sep 11:15
Compare
Choose a tag to compare

Bugfix

  • Call handleLockScroll only when value is true

v0.13.3

16 Sep 06:33
Compare
Choose a tag to compare

Bugfixs

  • fixed body-scroll-lock on mobile

v0.13.2

09 Sep 12:51
Compare
Choose a tag to compare
  • Update docs

v0.13.1

02 Sep 10:36
Compare
Choose a tag to compare

Bugfixs

  • Modal DOM element should be removed at beforeDestroy hook

v0.13.0

31 Aug 14:49
Compare
Choose a tag to compare

Features

  • Add new prop zIndexBase.
  • Support auto binding zIndex with modalStackIndex.

Bugfixs

  • Fixed computed isComponentReadyToBeDestroyed.

Else

  • Refactor VueFinalModal style.
  • Set prop attach default from body to false.

v0.12.0

27 Aug 05:58
Compare
Choose a tag to compare
  • Set default value of prop attach from false to 'body'

v0.11.0

26 Aug 11:12
Compare
Choose a tag to compare
  • Set default value of prop ssr from false to true.
  • Set default value of prop attach from body to false.