Releases: packaged-ui/modal
Releases · packaged-ui/modal
1.7.0
- 4970d0f automatically add a closer if one was not present in the content on show
1.6.4
- 4c5ab54 patch, because modal-closer was bugged.
- ba1631e remove modal-closer on forms - should be handled externally (req @bajb)
1.6.3
- b0e794c hide/remove statics return bool
1.6.2
- 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
- a7638d4 leave root nodes when searching for modals to close
1.6.0
- 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
- c5e9ba9 lazily create the modal container
1.4.1
- 6e18d5b make
init
a static on the exported class