v0.6.9 - Small modal changes
Release 0.6.9
Minor Changes
- Modal: Allow Modal footer prop to accept either an arry or node
- Modal: Allow Modal to be rendered inside of custom DOM node instead of
<body>tag. Pass function toparentSelectorprop - it should return the container DOM node (ie.return document.querySelector('#myModalContainer');).