- 4d25989 [added] Inline CSS for modal and overlay as well as props to override. [changed] injectCSS has been changed to a warning message in preperation for a future removal. lib/components/Modal.js [changed] setAppElement method is now optional. Defaults to document.body and now allows for a css selector to be passed in rather than the whole element.
- 02cf2c3 [fixed] Clear the closeWithTimeout timer before unmounting
- adecf62 [added] Class name on body when modal is open
- f5fe537 [added] Ability to specify style for the modal contents
- f86de0a [fixed] shift+tab closes #23
- 1b8e2d0 [fixed] ModalPortal's componentWillReceiveProps
- 28dbc63 [added] Supporting custom overlay className closes #14
- 6626dae [fixed] erroneous alias in webpack build
- 28dbc63 [added] Supporting custom overlay className closes #14
- 6626dae [fixed] erroneous alias in webpack build
- b15aa82 [added] Supporting custom className
- b7a38de [fixed] Warning caused by trying to focus null element closes #11
- e57bab5 [fixed] Issue with focus being lost - closes #9