All Versions
61
Latest Version
Avg Release Cycle
57 days
Latest Release
816 days ago

Changelog History
Page 5

  • v0.6.11 Changes

    2017-02-13

    • ๐Ÿ”‹ Feature: Allow accessibility attributes on <Modal> root element (#114)
    • ๐Ÿ”‹ Feature: Expose triggering event in onRootClose callback (#142)
  • v0.6.10 Changes

    2016-10-03

    • ๐Ÿ›  Bugfix: Don't fire onRootClose in capture phase to avoid race conditions with React events (#118)
  • v0.6.9 Changes

    2016-10-01

    • ๐Ÿ›  Bugfix: Don't spuriously trigger onRootClose when React event handler unmounts event target (#117)
  • v0.6.8 Changes

    2016-09-30

    • ๐Ÿ”‹ Feature: Remove wrapping DOM element in <RootCloseWrapper> (#116)
    • ๐Ÿ›  Bugfix: Do not bind listeners for <RootCloseWrapper> when disabled is set (#116)
  • v0.6.7 Changes

    2016-09-29

    • ๐Ÿ”‹ Feature: Allow opt-out of <Modal> container styling (#113)
    • ๐Ÿ”‹ Feature: Add renderBackdrop to <Modal> (#113)
  • v0.6.6 Changes

    2016-08-01

    • ๐Ÿ›  Bugfix: Don't trigger PropTypes warning (#105)
  • v0.6.5 Changes

    2016-07-13

    • ๐Ÿ›  Bugfix: Make target on <Portal> work like container (#102)
  • v0.6.4 Changes

    2016-07-11

    • ๐Ÿ”‹ Feature: Add disabled prop to <RootCloseWrapper> (#93)
    • ๐Ÿ”‹ Feature: Add event prop to <RootCloseWrapper> to control mouse event that triggers root close behavior (#95)
    • ๐Ÿ›  Bugfix: Fix restoring focus on closing <Modal> (#82)
    • ๐Ÿ›  Bugfix: Do not pass unknown props to children (#99)
    • Chore: Upgrade to Babel 6 (#100)
  • v0.6.3 Changes

    2016-04-07

    • Minor: Update React peer dependency (#76)
  • v0.6.2 Changes

    2016-04-03

    • ๐Ÿ›  Bugfix: Fix unmounting <Portal> when parent is unmounted (#74)