1.3.0 (2019-06-04)
1.2.0 (2019-03-07)
1.1.2 (2019-02-13)
1.1.1 (2019-01-04)
- release config (31a379a)
1.1.0 (2019-01-03)
2017-10-24
- Bugfix: Support React v16 portal API (#208)
- Bugfix: Only call
onRenderedin<LegacyPortal>on initial render (#218) - Bugfix: Use more robust method of getting
<Modal>dialog element (#220) - Bugfix: Remove broken
getOverlayDOMNodefrom<Portal>(#222)
2017-10-06
- Bugfix: Fix detecting escape keyboard event on IE (#211)
2017-09-13
- Bugfix: Use
keydowninstead of incorrectkeyupfor<Modal>close keyboard event (#195)
2017-07-03
- Feature: Remove
<Transition>and depend on react-transition-group@2.0.0 (#184)
2017-04-22
- Chore: Update depedencies to avoid React deprecation warnings
- Chore: Use function refs (#159)
2017-03-06
2017-02-13
- Feature: Allow accessibility attributes on
<Modal>root element (#114) - Feature: Expose triggering event in
onRootClosecallback (#142)
2016-10-03
- Bugfix: Don't fire
onRootClosein capture phase to avoid race conditions with React events (#118)
2016-10-01
- Bugfix: Don't spuriously trigger
onRootClosewhen React event handler unmounts event target (#117)
2016-09-30
- Feature: Remove wrapping DOM element in
<RootCloseWrapper>(#116) - Bugfix: Do not bind listeners for
<RootCloseWrapper>whendisabledis set (#116)
2016-09-29
- Feature: Allow opt-out of
<Modal>container styling (#113) - Feature: Add
renderBackdropto<Modal>(#113)
2016-08-01
- Bugfix: Don't trigger PropTypes warning (#105)
2016-07-13
- Bugfix: Make
targeton<Portal>work likecontainer(#102)
2016-07-11
- Feature: Add
disabledprop to<RootCloseWrapper>(#93) - Feature: Add
eventprop 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)
2016-04-07
- Minor: Update React peer dependency (#76)
2016-04-03
- Bugfix: Fix unmounting
<Portal>when parent is unmounted (#74)
2016-03-28
- Bugfix: Flush new props to DOM before initiating transitions (#60)
- Bugfix: Update
<Portal>container node whencontainerprop changes (#66) - Bugfix: Don't invoke close in
<RootCloseWrapper>on right clicks (#69)
- 4eabbfc [added] affix state callbacks
- d064667 [fixed] AutoAffix nnot passing width or updating
- 823d0f8 [fixed] fix missing warning dep
- 1857449 [changed] Friendlier default for AutoAffix
- f633476 [fixed] clean up modal styles if unmounted during exit transition
- e965152 [added] Affix and AutoAffix
- 044100b [added] React 0.14 support
- edd316a [added] aria-hidden, by default, to modal container siblings.
- 4f7823e [changed] focus target of the modal to its content