react-aria-modal
Advanced tools
Changelog
5.0.0
react-displace
package from dependenciesfocus-trap-react
package to v10.1.4
Changelog
4.0.2
auto
(#124)Changelog
4.0.1
componentWillMount
content to constructor
to avoid deprecation message.@babel/preset-env
to v7.15.0
to remove browserslist
update message.focus-trap-react
package to v8.1.0
.Changelog
4.0.0
scrollDisabled
is set to false
.escapeExits
prop to be toggled while the component is mounted (i.e. without unmounting & remounting).Changelog
3.1.0
onExit
now receives the event that triggered it as its only argument, should you need to stop the event's propagation or treat it differently.Changelog
3.0.1
Changelog
3.0.0
Changelog
2.12.3
onMouseDown
instead of onClick
to detect a tap on the underlay, which by default closes the modal. This fixes a bug where the modal would close if you click inside it then drag outside before releasing the mouse key.