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 340c859 commit b7a5c4fCopy full SHA for b7a5c4f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [2.2.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.1.2...v2.2.0) (2022-01-31)
2
+
3
4
+### Features
5
6
+* Add offset prop ([#20](https://github.com/untemps/svelte-use-tooltip/issues/20)) ([340c859](https://github.com/untemps/svelte-use-tooltip/commit/340c85902ca1c616fe20706784219dd9f315659c))
7
8
## [2.1.2](https://github.com/untemps/svelte-use-tooltip/compare/v2.1.1...v2.1.2) (2022-01-30)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@untemps/svelte-use-tooltip",
- "version": "2.1.2",
+ "version": "2.2.0",
"author": "Vincent Le Badezet <[email protected]>",
"license": "MIT",
"description": "Svelte action to display a tooltip",
0 commit comments