We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f92ca5 commit 52b1dccCopy full SHA for 52b1dcc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.7.1](https://github.com/untemps/svelte-use-tooltip/compare/v2.7.0...v2.7.1) (2022-07-05)
2
+
3
4
+### Bug Fixes
5
6
+* Fix tooltip focus management ([#41](https://github.com/untemps/svelte-use-tooltip/issues/41)) ([3f92ca5](https://github.com/untemps/svelte-use-tooltip/commit/3f92ca5356b5aa91f4bf8e8fbfc2193d0b384d81))
7
8
# [2.7.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.6.0...v2.7.0) (2022-02-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@untemps/svelte-use-tooltip",
- "version": "2.7.0",
+ "version": "2.7.1",
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",
"license": "MIT",
"description": "Svelte action to display a tooltip",
0 commit comments