Releases: ReactTooltip/react-tooltip
v5.13.2
If you like the project, please give the project a GitHub π
What's Changed
- fix: use client removed from dist files by @danielbarion in #1038
- docs: troubleshooting section on docs updated by @danielbarion in #1038
Full Changelog: v5.13.1...v5.13.2
v5.13.1
v5.13.0
If you like the project, please give the project a GitHub π
What's Changed
- feat: change the build to auto inject css into the page by @danielbarion in #1014
- fix: Next.js 13 App project
cannot use client side component on server side components
by addinguse client
on react-tooltip by @danielbarion in #1014
Full Changelog: v5.12.0...v5.13.0
v5.12.0
If you like the project, please give the project a GitHub π
What's Changed
- Add
hidden
prop anddata-tooltip-hidden
attribute by @gabrieljablonski in #1023
Full Changelog: v5.11.2...v5.12.0
v5.11.2
If you like the project, please give the project a GitHub π
What's Changed
- docs: fixed closing tag error in the docs by @sakakibara-dev in #1013
- Update styling.mdx - wrong code in 'padding' example by @pkawula in #1016
- Fixed the
id
in the clickable tooltip example by @MosheEichler in #1017 - Don't show tooltip when
render
returns a falsy value by @gabrieljablonski in #1019
New Contributors
- @sakakibara-dev made their first contribution in #1013
- @pkawula made their first contribution in #1016
- @MosheEichler made their first contribution in #1017
Full Changelog: v5.11.1...v5.11.2
v5.11.1
If you like the project, please give the project a GitHub π
What's Changed
- fix: package export files by @danielbarion in #1005
Full Changelog: v5.10.6...v5.11.1
v5.10.6
If you like the project, please give the project a GitHub π
What's Changed
- Add "Troubleshooting" section to the documentation and README.md by @gabrieljablonski in #1007
- Fix debouncing on show/hide functions by @gabrieljablonski in #1009
Full Changelog: v5.10.5...v5.10.6
v5.10.5
If you like the project, please give the project a GitHub π
What's Changed
- build: rollup port of #977 by @GerkinDev in #984
- Fix interaction with
react-router-dom
links by @gabrieljablonski in #996
Full Changelog: v5.10.4...v5.10.5
v5.10.4
If you like the project, please give the project a GitHub π
What's Changed
- Fix typo in docs/options.mdx by @Brian-Pob in #992
- Add
styles
andrender
as dependencies for the position calculation effect by @gabrieljablonski in #994
New Contributors
- @Brian-Pob made their first contribution in #992
Full Changelog: v5.10.1...v5.10.4
v5.10.1
If you like the project, please give the project a GitHub π
What's Changed
- chore: make dependencies external by @GerkinDev in #977
- Update wrong attribute name for "delay" in options.mdx by @Raithdk in #983
- fix: update node contains conditional check on Tooltip component by @danielbarion in #988
New Contributors
- @GerkinDev made their first contribution in #977
- @Raithdk made their first contribution in #983
Full Changelog: v5.10.0...v5.10.1