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