This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Releases: atomiks/tippyjs
Releases · atomiks/tippyjs
v5.2.0
v5.1.4
v5.1.3
v5.1.2
v5.1.1
v5.1.0
v5.0.4
v5.0.3
Fixes
- core: Reduce impact of
.tippy-iOS
class side effects - core: Improve support for nested tippies (CSS fixes + account for nested
interactiveBorder
s) - core:
hideAll()
works on<iframe>
s - props:
distance
should accept strings - css: Switch to consistent
px
units - warnings: Tweak invalid prop warning
- warnings: Tweak
arrowType
warning - warnings: Fix
target
warning link
v5.0.2
Fixes
- core: Only set transition duration to 0 upon show if not currently mounted (for
createSingleton
early cancelation) - core: Plugin hooks for
onShow
andonHide
invoked before props' - core: Change distance technique to use padding on popper instead of top/left on tooltip
- css: Improve consistency of vars and units
- addons: Add support for plugins
- delegate: Account for
data-tippy-trigger
attribute - createSingleton: Fix missing argument in
onAfterUpdate
to preserveInvocation() - perf: Optimize
data-tippy-*
attribute reducer - warnings: Add link to accessibility docs for interactive warning and improve clarity
v5.0.1
Fixes
- core: Add support for iframes: atomiks/tippyjs-react#121
- core: Use
.currentTarget
over.target
- core: Clear pending timeouts on destroy
- followCursor: Use rAF instead of setTimeout to avoid rare jitter on content update
- followCursor: reset popperInstance reference onHidden
- warnings: Ensure links end with trailing slash
- types: Add missing type for
createTippyWithPlugins