Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
v5.4.0
If you like the project, please give the project a GitHub 🌟
What's Changed
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #890
- Improve usage of
className
prop by @gabrieljablonski in #893 - Add the
clickable
prop, similar to v4 by @gabrieljablonski in #895
Full Changelog: v5.3.4...v5.4.0
v5.3.4
If you like the project, please give the project a GitHub 🌟
What's Changed
- chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs by @dependabot in #886
- Fix package.json by @itsikcircle in #888
- chore: bump version of the package to v5.3.4 by @danielbarion in #889
New Contributors
- @itsikcircle made their first contribution at #888
Full Changelog: v5.3.3...v5.3.4
v5.3.3
What's Changed
- chore: add a message into CHANGELOG.md file to explain about release notes by @danielbarion in #884
- fix: package main should be cjs format. (fixes #869) by @KholdStare in #881
- chore: bump version to v5.3.3 by @danielbarion in #885
New Contributors
- @KholdStare made their first contribution in #881
Full Changelog: v5.3.2...v5.3.3
v5.3.2
What's Changed
- Fix interaction between
TooltipWrapper
andclick
event by @gabrieljablonski in #879
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
- Add
stale
GitHub action by @gabrieljablonski in #874 - Minor bug fixes and docs improvements by @gabrieljablonski in #873
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- Fix docs references to new
data-tooltip-*
attributes by @gabrieljablonski in #864 - Add opacity css variable by @gabrieljablonski in #866
- Add v4's
float
effect (follow mouse position) by @gabrieljablonski in #861
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- Add
noArrow
tooltip option by @gabrieljablonski in #859 - Hide tooltip when content is empty by @gabrieljablonski in #860
Full Changelog: v5.1.3...v5.2.0
v5.1.3
What's Changed
- fix: export component types and add src into npmignore again by @gabrieljablonski in #855
Full Changelog: v5.1.2...v5.1.3
v5.1.2
What's Changed
Full Changelog: v5.1.1...v5.1.2
v5.1.1
What's Changed
- docs: upgrade react tooltip version in docs by @danielbarion in #851
- fix: Recalculate tooltip position on content change by @gabrieljablonski in #852
- chore: Use
ReactNode
for wrapper children type instead ofReactElement
by @gabrieljablonski in #853
Full Changelog: v5.1.0...v5.1.1