Skip to content

0.2.0

Compare
Choose a tag to compare
@jasonkuhrt jasonkuhrt released this 11 May 15:00
· 212 commits to master since this release
Features
  • Expose prop onOuterAction for hooking onto outer actions. Useful for e.g. automatically-close-on-outer-interaction. #22. One reason this is currently hard-coded to the component rather than a simple mixin is that we want outerAction to semantically be in terms of target and popover. A conventional mixin would not know to tap into the layer system which is where Popover is rendered.