Skip to content

Commit 9ed3a81

Browse files
committed
3.1.0
1 parent e07359d commit 9ed3a81

File tree

4 files changed

+98
-66
lines changed

4 files changed

+98
-66
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

3+
### 3.1.0 (2016/07/27 08:49 +00:00)
4+
- [#149](https://github.com/wwayne/react-tooltip/pull/149) Update algorithm for get positon to fix the shake problem #146 (@wwayne)
5+
- [#145](https://github.com/wwayne/react-tooltip/pull/145) fix typo (@meandavejustice)
6+
37
### 3.0.13 (2016/07/14 09:53 +00:00)
48
- [#136](https://github.com/wwayne/react-tooltip/pull/136) Check if current element is under transform (@CremAlex)
59
- [#135](https://github.com/wwayne/react-tooltip/pull/135) Transform 3d (@wwayne)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "3.0.13",
3+
"version": "3.1.0",
44
"description": "react tooltip component",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)