Releases: craigharman/vue-tailwind-modal
Releases · craigharman/vue-tailwind-modal
Release list
v1.0.7
v1.0.6
Added support for Vue 3 and Tailwind 2.
This does not break backwards compatibility with Vue 2 or Tailwind 1.
v1.0.5
Added ability to turn off background click to close with :backgroundClose parameter.
This allows you to only allow closing from button inside the modal.
v1.0.4
Added a fix for removal of overflow hidden on closing modal.
Update node packages (specifically Vue CLI) to resolve npm audit.
v1.0.3
Updated node packages and added a z-index to enforce the overlay to be on top.
1.0.2
Patched an issue whereby the modal would not close without a value.