Vue Final Modal Versions Save

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.

v4.5.4

3 months ago

4.5.4 (2024-02-14)

Bug Fixes

v5.0.0-beta.5

3 months ago

5.0.0-beta.5 (2024-01-31)

v5.0.0-beta.4

3 months ago

5.0.0-beta.4 (2024-01-30)

v5.0.0-beta.3

3 months ago

5.0.0-beta.3 (2024-01-30)

v5.0.0-beta.2

4 months ago

5.0.0-beta.2 (2024-01-11)

v5.0.0-beta.1

4 months ago

5.0.0-beta.1 (2024-01-11)

v5.0.0-beta.0

4 months ago

5.0.0-beta.0 (2024-01-11)

Features

  • replace body-scroll-lock with scroll-lock #403 (a9a2e8a)

v4.5.3

5 months ago

4.5.3 (2023-12-15)

Bug Fixes

  • export Component helper type (b0b7427)

v4.5.1

5 months ago

4.5.1 (2023-12-15)

Bug Fixes

  • fix type of function byPassAllModalEvents (53e1812)
  • fixed type ComponentEmit (fec4f47)

Features

  • type: support auto completion for the useModal slots with type ComponentSlots (7db7267)

v4.5.0

5 months ago

4.5.0 (2023-12-07)

Bug Fixes

Features

  • add stop() for [@before](https://github.com/before)Open and beforeClose event #367 (bbd4786)
  • add close function to defineSlots (e6ed697)
  • add overlayBehavior prop to VueFinalModal #405 (dafa559)

Performance Improvements

  • use getter and setter instead of computed for modelValueLocal (fc67d94)