Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 690 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 690 Bytes

Changelog

1.1.5 (2024-02-07)

  • blur document's active element right before modal opens.

1.1.4 (2024-01-27)

  • added events callback: beforeClose() that can suspend or dismiss modal close.

1.1.0 (2023-08-14)

Breaking changes

  • each modal's defaultOverlayOptions are set by modal's exports.

1.0.1 (2023-01-13)

  • useModal() returns closeSelf(), that works only in the opened modal.

Initial Release