We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a2a1d commit 36e03d6Copy full SHA for 36e03d6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.2.19](https://github.com/wwayne/react-tooltip/compare/v4.2.18...v4.2.19) (2021-05-06)
2
+
3
4
+### Bug Fixes
5
6
+* **src/index.js:** hide tooltip if blurred (tabbed out) ([#699](https://github.com/wwayne/react-tooltip/issues/699)) ([e0a2a1d](https://github.com/wwayne/react-tooltip/commit/e0a2a1d))
7
8
## [4.2.18](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18) (2021-04-25)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-tooltip",
- "version": "4.2.18",
+ "version": "4.2.19",
"description": "react tooltip component",
"main": "dist/index.js",
"types": "dist/react-tooltip.d.ts",
0 commit comments