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 c70463d commit be80605Copy full SHA for be80605
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [2.3.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.2.0...v2.3.0) (2022-01-31)
2
+
3
4
+### Features
5
6
+* Extend hovering area ([#21](https://github.com/untemps/svelte-use-tooltip/issues/21)) ([c70463d](https://github.com/untemps/svelte-use-tooltip/commit/c70463db44cacd63de7bf283d590826cfec4df24))
7
8
# [2.2.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.1.2...v2.2.0) (2022-01-31)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@untemps/svelte-use-tooltip",
- "version": "2.2.0",
+ "version": "2.3.0",
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",
"license": "MIT",
"description": "Svelte action to display a tooltip",
0 commit comments