v0.32.0
0.32.0 (2023-12-13)
⚠ BREAKING CHANGES
- Modal's and ConfirmModal's
onRequestClose
is now mandatory. Note that a Modal has to always be closed (isOpen
must be set tofalse
) whenonRequestClose
is called. This is driven by a change in the HTML spec that ensures a web page cannot indefinitely keep a dialog open. See whatwg/html#9462 and https://bugs.chromium.org/p/chromium/issues/detail?id=1511166#c1