Releases: ivteplo/html-sheet-element
Releases · ivteplo/html-sheet-element
v2.1.0
v2.0.0
Breaking changes
- The attribute
ignore-background-clickis now renamed toignore-backdrop-clickto make its meaning more understandable
Enhancements
- The logic of
set opennow matches to the logic of the same setter in<dialog> - More customization options
- New option to prevent closure on dragging the sheet down (
ignore-dragging-downattribute) - Support forms with
method="dialog"inside of sheet (like in the<dialog>element) - New
cancelevent that is called when a sheet gets closed without form submition- Allows to prevent the form from closing
Bug fixes
- A duplicate event used to be triggered when calling
show,showModal, orclosetwice
Full Changelog: v1.0.0...v2.0.0
Initial release 🎉
- Basic functionality implementation
- API documentation