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 ed88287 commit 00cd3deCopy full SHA for 00cd3de
.npmignore
@@ -8,6 +8,7 @@ node_modules/
8
example/
9
test/
10
bin/
11
+CHANGELOG.md
12
13
// setting files
14
.babelrc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Change Log
2
3
+### 2.0.1 (2016/05/14 00:32 +00:00)
4
+- [#102](https://github.com/wwayne/react-tooltip/pull/102) Clear hide timeout on component unmount (@oluckyman)
5
+- [#100](https://github.com/wwayne/react-tooltip/pull/100) correct spelling error (@SashaBayan)
6
+- [#99](https://github.com/wwayne/react-tooltip/pull/99) Simplify setting Sstate in the showTooltip (@Kiwka)
7
+
### 2.0.0 (2016/04/29 01:07 +00:00)
- [#96](https://github.com/wwayne/react-tooltip/pull/96) New attribute isCapture, deprecate eventPropagationMode (@wwayne)
0 commit comments