All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.2 Changes
- ๐ Fixing regression introduced in v5.0.1 that affected event propagation #33
-
v5.0.1 Changes
- Prevent modal from closing when backdrop is partial target of click #30
-
v5.0.0 Changes
- ๐ Version bump. No changes from v3.2.0.
-
v4.0.0 Changes
๐ DEPRECATED. Do not use.
-
v3.2.0 Changes
- Replace string refs with callback refs #19
- ๐ฆ Use
prop-types
package instead ofReact.PropTypes
(React 15.5.0 compatibility)
-
v3.1.0 Changes
- Replace
React.createClass
with ES6 Class (React 15.0.0 compatibility)
- Replace
-
v3.0.2 Changes
- โ Remove unnecessary
bind
onkeydown
handler #10
- โ Remove unnecessary
-
v3.0.1 Changes
- ๐ Docs update only
-
v3.0.0 Changes
- Universal/Isomorphic modals
๐ฅ BREAKING CHANGES
- โ Removed
ReactModal2.setApplicationElement()
. You must now overrideReact.getApplicationElement()
in your application.
-
v2.0.0 Changes
- โ Remove
ReactGateway
from automatically being included. This is an implementation detail that should be in your modal component.- Allows for alternatives other than
ReactGateway
- Allows wrapping
ReactModal
insideReactGateway
- Allows for alternatives other than
- โ Remove