This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Releases: atomiks/tippyjs
Releases · atomiks/tippyjs
v6.2.4
v6.2.2
Fixes
- (inlinePositioning): increased 1px buffer to 2px (#763 (comment)) and fallback to standard technique instead of
boundingRect
v6.2.1
v6.2.0
Features
createSingleton
can haveoverrides
prop andtippyInstances
updatedhideWithInteractivity
method- Allow
contextElement
property ongetReferenceClientRect
Fixes
- Correct
"click focus"
trigger behavior onClickOutside
lifecycle is called in pluginsallowHTML
updates if content does not update via.setProps()
- Types fixes
v6.1.1
v6.1.0
v6.0.2
Fixes
- Fix nested tippy position updates when the nested ones are re-rendered first (e.g. in React)
- Ensure instance is hidden before unmounting if calling
.unmount()
without a.hide()
call before it - Handle
zIndex
on popper node internally - Set transition duration to 0 before mount
- (animateFill): check if value is truthy for render fn error
- (hideAll): add isDestroyed guard
v6.0.1
Fixes
- Circular call loop if calling
.destroy()
inonHidden()
(#724) createSingleton()
when using function content (#723)- Mispositioned arrow by 1px (
@popperjs/core
upgrade) - Mispositioned arrow if tippy is inside a
text-align: center
container - Set
animation: false
for headless UMD build - Only set
popper.style.visibility
if the default render function is specified