Skip to content

v0.0.195

Compare
Choose a tag to compare
@williaster williaster released this 27 Feb 05:31
· 1237 commits to master since this release

πŸš€ Enhancements #631

  • [tooltip] useTooltip hook added

πŸ’₯ Breaking Changes #631

  • [tooltip] internally introduces useState, requires bumping the peerDep for react to ^16.8.0-0

πŸ“ Documentation #631

  • [tooltip] add useState to readme, add advice on HOC vs hooks
  • [demo] Rewrite the BarStack demo to use useTooltip instead of withTooltip