Releases: ReactTooltip/react-tooltip
v5.28.0
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- chore: Update dark theme logos styling (Fixes #1209) by @rahulharpal1603 in #1213
- feat: support for disabled tooltip callback by @nareshpingale in #1211
New Contributors
- @rahulharpal1603 made their first contribution in #1213
- @nareshpingale made their first contribution in #1211
Full Changelog: v5.27.1...v5.28.0
v5.27.1
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- Remove warning about styles already being injected by @gabrieljablonski in #1203
- Clear timeout refs correctly by @gabrieljablonski in #1205
Full Changelog: v5.27.0...v5.27.1
v5.27.0
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- feat: add beta release workflow by @danielbarion in #1148
- chore: remove dopt from sponsors list by @danielbarion in #1196
- Add
mouseover
andmouseout
as default events by @gabrieljablonski in #1194
Full Changelog: v5.26.4...v5.27.0
v5.26.4
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- Escape single quotes from
data-tooltip-id
selector by @gabrieljablonski in #1187
Full Changelog: v5.26.3...v5.26.4
v5.26.3
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- Fix testing and minor refactorings by @gabrieljablonski in #1171
Full Changelog: v5.26.2...v5.26.3
v5.26.2
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- Improve state handling of computed position by @gabrieljablonski in #1169
Full Changelog: v5.26.1...v5.26.2
v5.26.1
If you like ReactTooltip, please give the project a star on GitHub π
What's Changed
- Improve
delayShow
/delayHide
behavior by @gabrieljablonski in #1168 - Check if target is connected before handling click outside by @gabrieljablonski in #1170
- Use content from
activeAnchor
onrender()
to avoid desync fromcontent
prop by @gabrieljablonski in #1172
Full Changelog: v5.26.0...v5.26.1
v5.26.0
If you like the project, please give the project a GitHub π
What's Changed
- Fix: remove anchor when
data-tooltip-id
gets changed by @mixrich in #1153 - Feature : defaultIsOpen is added by @jpranays in #1154
New Contributors
Full Changelog: v5.25.2...v5.26.0
v5.25.2
If you like the project, please give the project a GitHub π
What's Changed
- fix: open/show debounce preventing tooltip from closing properly by @johannkor in #1147
- Use
pointermove
event instead ofmousemove
forfloat
mode. by @gabrieljablonski in #1151
New Contributors
- @johannkor made their first contribution in #1147
Full Changelog: v5.25.1...v5.25.2
v5.25.1
If you like the project, please give the project a GitHub π
What's Changed
- Use
setTimeout()
forResizeObserver
callback by @gabrieljablonski in #1137 - Use
fallbackAxisSideDirection
option onflip()
middleware by @gabrieljablonski in #1140 - Fix click events behavior by @gabrieljablonski in #1142
- Add fallback for tooltip internal state handling when
onTransitionEnd
never fires by @gabrieljablonski in #1145
Full Changelog: v5.25.0...v5.25.1