- Fixing regression introduced in v5.0.1 that affected event propagation #33
- Prevent modal from closing when backdrop is partial target of click #30
- Version bump. No changes from v3.2.0.
DEPRECATED. Do not use.
- Replace string refs with callback refs #19
- Use
prop-types
package instead ofReact.PropTypes
(React 15.5.0 compatibility)
- Replace
React.createClass
with ES6 Class (React 15.0.0 compatibility)
- Remove unnecessary
bind
onkeydown
handler #10
- Docs update only
- Universal/Isomorphic modals
- Removed
ReactModal2.setApplicationElement()
. You must now overrideReact.getApplicationElement()
in your application.
- 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
- Fix
styles
=>style
- Fix references
- Initial version