- Upgrade
react-displace
.
- Change vertical centering method to avoid occasional blurriness caused by translate.
- Upgrade to react 0.14 and its companion react-dom.
- Upgrade react-displace and focus-trap-react to their React 0.14 versions.
- Add
dialogId
anddialogClass
props.
- Add
max-width: 100%
to dialog element.
- Move
noScroll.off()
tocomponentWillUnmount()
.
focusDialog
does not put dialog in tab order.- Fix typo in error message.
- Upgrade
no-scroll
.
- Add
onEnter
prop. - Change
active
prop tomounted
. - Use
react-displace
.
- Fix
cursor: pointer;
bug.
- Initial release.