Skip to content

Releases: craigharman/vue-tailwind-modal

v1.0.7

Choose a tag to compare

@craigharman craigharman released this 15 Jul 08:49
  • Added ability to inject custom css to the background, modal window and close button.
  • Fixed deprecated key press to use event.key

v1.0.6

Choose a tag to compare

@craigharman craigharman released this 15 Jul 08:17

Added support for Vue 3 and Tailwind 2.
This does not break backwards compatibility with Vue 2 or Tailwind 1.

v1.0.5

Choose a tag to compare

@craigharman craigharman released this 22 Oct 03:34

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

Choose a tag to compare

@craigharman craigharman released this 22 Oct 02:55

Added a fix for removal of overflow hidden on closing modal.
Update node packages (specifically Vue CLI) to resolve npm audit.

v1.0.3

Choose a tag to compare

@craigharman craigharman released this 16 Sep 08:46

Updated node packages and added a z-index to enforce the overlay to be on top.

1.0.2

Choose a tag to compare

@craigharman craigharman released this 02 Sep 03:03

Patched an issue whereby the modal would not close without a value.

v1.0.1

Choose a tag to compare

@craigharman craigharman released this 26 Jun 12:27

Added ability to remove close button