Skip to content

Releases: packaged-ui/modal

1.7.1

08 Oct 08:46
00a864b
Compare
Choose a tag to compare

1.7.0

23 Sep 08:51
4970d0f
Compare
Choose a tag to compare
  • 4970d0f automatically add a closer if one was not present in the content on show

1.6.4

06 Sep 16:17
4c5ab54
Compare
Choose a tag to compare
  • 4c5ab54 patch, because modal-closer was bugged.
  • ba1631e remove modal-closer on forms - should be handled externally (req @bajb)

1.6.3

23 Aug 13:48
b0e794c
Compare
Choose a tag to compare
  • b0e794c hide/remove statics return bool

1.6.2

20 Aug 15:34
5ededed
Compare
Choose a tag to compare
  • 5ededed 1.6.2
  • a5cb2f7 prevent init from being run twice on the same root
  • 6795c69 also store modal object against modal root. Improves reliability of Modal.find
  • b8e3ed2 add Modal.find

1.6.1

19 Aug 14:55
a7638d4
Compare
Choose a tag to compare
  • a7638d4 leave root nodes when searching for modals to close

1.6.0

19 Aug 09:21
65feb08
Compare
Choose a tag to compare
  • 65feb08 1.6.0
  • 36f834d update example
  • f987734 formatting
  • b5f6708 don't prevent default on clicks or ESC
  • ec996c9 support modal-closer attribute on form submit
  • 2990029 make apps global
  • 3506618 remove pointer events on modal__container, re-enable on modal__shown

1.5.1

29 Jul 15:26
c5e9ba9
Compare
Choose a tag to compare
  • c5e9ba9 lazily create the modal container

1.5.0

15 Jul 15:29
1436769
Compare
Choose a tag to compare
  • 1436769 support custom rootElement

1.4.1

13 Jul 10:23
6e18d5b
Compare
Choose a tag to compare
  • 6e18d5b make init a static on the exported class