All Versions
41
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.11.1 Changes
- ⚡️ Update
focus-trap-react
andreact-displace
to allow React 16 installation.
- ⚡️ Update
-
v2.11.0 Changes
- ➕ Add
scrollDisabled
prop (defaulttrue
), for edge cases when the document's scroll should not be disabled.
- ➕ Add
-
v2.10.0 Changes
- ➕ Add support for React 16.
-
v2.9.0 Changes
- ➕ Add
underlayProps
prop to pass additional attributes to the underlay container.
- ➕ Add
-
v2.8.0 Changes
- [Non-breaking change]
onExit
is now optional. If omitted, clicking outside the modal or hitting escape will not attempt to callonExit
.
- [Non-breaking change]
-
v2.7.2 Changes
- 0️⃣ [Fix]
focusDialog
will work even if you provide a non-defaultdialogId
.
- 0️⃣ [Fix]
-
v2.7.1 Changes
- [Fix] Prevent
props.onExit
from being called twice when modal includes exit buttons.
- [Fix] Prevent
-
v2.7.0 Changes
- ➕ Add
focusTrapPaused
prop. - 🛠 Fix
renderTo
displacement when rendering to a specified element. - ⚠ Resolve React 15.6.1 warnings.
- ➕ Add
-
v2.6.0 Changes
- ➕ Add
includeDefaultStyles
prop. - ➕ Add
dialogStyle
props.
- ➕ Add
-
v2.5.2 Changes
- 🛠 Fix
main
path inpackage.json
.
- 🛠 Fix