Releases: ReactTooltip/react-tooltip
v5.10.0
If you like the project, please give the project a GitHub π
What's Changed
- New
render
tooltip prop to allow for more customization by @gabrieljablonski in #975 - New
openOnClick
prop to toggle between oldhover
andclick
events by @gabrieljablonski in #979
Full Changelog: v5.9.1...v5.10.0
v5.9.1
If you like the project, please give the project a GitHub π
What's Changed
- Expose tooltip placement using classes by @gabrieljablonski in #970
Full Changelog: v5.9.0...v5.9.1
v5.9.0
If you like the project, please give the project a GitHub π
What's Changed
- Typo. by @paslo22 in #962
- fix(TooltipProvider): add TooltipProviderProps by @joshuayoes in #940
- Add section about
ReactTooltip.rebuild()
to the docs by @gabrieljablonski in #965 - feat: add esbuild as bundler by @danielbarion in #959
- feat: generate and export
.map
from minified files
New Contributors
- @paslo22 made their first contribution in #962
- @joshuayoes made their first contribution in #940
PS: In this release, we changed the default bundler from Rollup to Esbuild. If you have any questions please check #959
Full Changelog: v5.8.3...v5.9.0
v5.8.3
If you like the project, please give the project a GitHub π
What's Changed
- Parse
data-tooltip-float
correctly by @gabrieljablonski in #961
Full Changelog: v5.8.2...v5.8.3
v5.8.2
If you like the project, please give the project a GitHub π
What's Changed
- Watch for added nodes and include in anchors list by @gabrieljablonski in #952
- Fix
useLayoutEffect
warning with SSR by @gabrieljablonski in #956 - Remove floating-ui exports to improve bundlesize by @gabrieljablonski in #957
Full Changelog: v5.8.1...v5.8.2
v5.8.1
If you like the project, please give the project a GitHub π
Full Changelog: v5.8.0...v5.8.1
v5.8.0
If you like the project, please give the project a GitHub π
What's Changed
- docs: fixed some typos by @sabinbaniya in #942
- Fix the tests to include the tooltip element in the snapshot by @danielbarion in #939
- Add new
anchorSelect
prop to improve how to attach multiple anchors to the same tooltip by @gabrieljablonski in #928
New Contributors
- @sabinbaniya made their first contribution in #942
Full Changelog: v5.7.5...v5.8.0
v5.7.5
If you like the project, please give the project a GitHub π
What's Changed
- fix: remove tooltip rendered element from DOM when is not showing by @danielbarion in #932
Full Changelog: v5.7.4...v5.7.5
v5.7.4
If you like the project, please give the project a GitHub π
What's Changed
- Don't run jobs on draft PRs by @gabrieljablonski in #934
- fix: wrapper element changing after first render by @danielbarion in #935
Full Changelog: v5.7.3...v5.7.4
v5.7.3
If you like the project, please give the project a GitHub π
What's Changed
- Use same tooltip wrapper type for arrow wrapper as well by @gabrieljablonski in #930
- fix: upgrade docusaurus package to fix vulnerabilities in docs reported by github bot by @danielbarion in #931
Full Changelog: v5.7.2...v5.7.3