Detalhes do pacote

vue-js-modal

euvl318.5kMIT2.0.1

Modal Component for Vue.js

front-end, web, vue, vuejs

readme (leia-me)

# Vue.js modal Easy to use, highly customizable Vue.js modal library. ### 😎 Examples ### 🤓 Documentation ### 🤖 Changelog ### 🙌 Looking for maintainers ### 💰 Sponsorship npm version npm npm # ⚠️⚠️⚠️ 2.0.0-rc.X version: Version 2.0.0 release candidates will have breaking changes until it is 2.0.1. If you need a more stable version, please use 1.3.34. If you notice any bugs or regressings please do not hesitate to report any issues.

screen shot 2018-03-01 at 10 33 39


Sponsorship & support

If you are using this project please consider sponsoring it's further development & bug fixes

Links: https://github.com/sponsors/euvl, https://www.buymeacoffee.com/yev

This library is contributor-driven

This library is contributor-driven. It is not backed by any company, which means that all contributions are voluntary and done by the people who need them. If you need something improved, added, or fixed, please contribute it yourself. Please keep in mind that maintainers volunteer their free time to work on this project and have no obligation to reply on the issues, tailor library for specific use-cases or perform customer support.

Other projects

Check out my other projects:

changelog (log de mudanças)

v 2.0.0

  • Using ResizeObserver instead of MutationObserver
  • Using transition states to coordinate modal & overlay transitions (previously if overlay transition was longer than modal transition weird stuff was happening)
  • Using prettier
  • Overlay is not a parent of the modal anymore
  • Renamed Event.stop => Event.cancel
  • Removed v--modal-background-click element
  • Removed v--modal default class
  • Removed "delay" property - component is relying on modal & overlay transition durations
  • Added naive implementation of focus trap
  • Added source-maps
  • Added hideAll for dynamic modals
  • Fix: dialogs not working when componentName is changed
  • Fix: ActiveElement is blurred after before-open is fired - not it is possible to cache document.activeElement