Skip to content

v5.1.3

Choose a tag to compare

@rose-st rose-st released this 29 Jan 15:20
· 10 commits to master since this release
ebffb5c

UI React v5.1.3 (2020-01-29 15:20:47)

Small Bug fix for Tooltips

Fixed the animation issue where the initial position of the tooltip was on top of the trigger, which would cause the tooltip to not show. Changed the default tooltip position to 'auto'.

Backwards Compatibility Implications

  • Tooltips will now use 'auto' positioning by default, so if no position is specified through props, it will calculate the best position instead of defaulting to top-center position.

New Features
None

Bug Fixes

  • Fixed bug where tooltip wasn't triggered when approaching the trigger element from the top or sides, this was caused by the animation 'colliding' with the cursor hovering over the trigger element, which triggered the onMouseLeave event.

Performance Improvements
None

Release v5.1.2

5.1.1 was unpublished by mistake, now we can republish it again, so we are increasing the version to 5.1.2.