All Versions
61
Latest Version
Avg Release Cycle
57 days
Latest Release
816 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.6.10 Changes
2016-10-03
- ๐ Bugfix: Don't fire
onRootClose
in capture phase to avoid race conditions with React events (#118)
- ๐ Bugfix: Don't fire
-
v0.6.9 Changes
2016-10-01
- ๐ Bugfix: Don't spuriously trigger
onRootClose
when React event handler unmounts event target (#117)
- ๐ Bugfix: Don't spuriously trigger
-
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 likecontainer
(#102)
- ๐ Bugfix: Make
-
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)
- ๐ Feature: Add
-
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)
- ๐ Bugfix: Fix unmounting