Skip to content

Tooltip Updates | Hovering on Tooltip doesn't close it!

Compare
Choose a tag to compare
@MaxwellKendall MaxwellKendall released this 22 Sep 17:39
· 840 commits to master since this release
efe3801

Bug-fix Release | v1.1.7

Upgrade Steps

  • npm install new version

Breaking Changes

  • Tooltip styles may need to be updated. Specifically w/ the .tooltip pointer class. USAspending simply updated the top/left/right values by about 5-10px. Small LOE to fix that! Also, we are now showing the tooltip on mobile by default so if you don't want that, you'll need to hide the tooltip yourself.

New Features

  • Tooltip shows on mobile and goes to bottom position while hiding the arrow
  • Hovering over the tooltip doesn't close it

Bug Fixes

  • Hovering on the tooltip doesn't close it. This is kind of a feature, but more of a bug because all tooltips have this behavior.

Improvements

  • See above

Other Changes