Skip to content

v0.6.9 - Small modal changes

Choose a tag to compare

@donnieberg donnieberg released this 07 Jun 00:37
· 7633 commits to master since this release

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 to parentSelector prop - it should return the container DOM node (ie.return document.querySelector('#myModalContainer');).