Features
- Added
triggerTarget
option to apply the trigger listeners to a different node from the positioning reference - Added
onTrigger
option to allow calls to.set()
to change the reference position and instance props based on the event before the tooltip is shown without interrupting the lifecycle (unlikewait
) - Added ability to pass a ReferenceElement to HideAllOptions.exclude for references with multiple tippys
Fixes
- Make
tippy.group()
andupdateDuration
updateable - Fix when
popperOptions.onCreate
andpopperOptions.onUpdate
are called so they match the actual invocations by Popper.js - Fix
followCursor
not respectingpopperOptions.modifiers.preventOverflow.padding
- Fix multiple tippys from only displaying one if using touch and
hideOnClick: true
- Fix the tooltip moving with the cursor if over the popper element when using
followCursor: '{horizontal, vertical}'
andinteractive: true
- [TypeScript] Fix instance.reference type to account for VirtualReference