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 125be23 commit 7616970Copy full SHA for 7616970
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.1.0](https://github.com/untemps/svelte-use-tooltip/compare/v1.0.0...v1.1.0) (2022-01-25)
2
+
3
4
+### Features
5
6
+* Add position prop ([#5](https://github.com/untemps/svelte-use-tooltip/issues/5)) ([125be23](https://github.com/untemps/svelte-use-tooltip/commit/125be23343a342f4974e35419ace036709ae1eb7))
7
8
# 1.0.0 (2022-01-16)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@untemps/svelte-use-tooltip",
- "version": "1.0.0",
+ "version": "1.1.0",
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",
"license": "MIT",
"description": "Svelte action to display a tooltip",
0 commit comments