All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-

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 of React.PropTypes (React 15.5.0 compatibility)
  • v3.1.0 Changes

    • Replace React.createClass with ES6 Class (React 15.0.0 compatibility)
  • v3.0.2 Changes

    • โœ‚ Remove unnecessary bind on keydown handler #10
  • v3.0.1 Changes

    • ๐Ÿ“„ Docs update only
  • v3.0.0 Changes

    • Universal/Isomorphic modals

    ๐Ÿ’ฅ BREAKING CHANGES

    • โœ‚ Removed ReactModal2.setApplicationElement(). You must now override React.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 inside ReactGateway