Skip to content

Commit 6da5af8

Browse files
committed
3.3.0
1 parent 7390730 commit 6da5af8

File tree

4 files changed

+1064
-55
lines changed

4 files changed

+1064
-55
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Change Log
22

3-
### 3.2.10 (2017/03/28 20:39 +00:00)
3+
### 3.3.0 (2017/04/14 03:32 +00:00)
4+
- [#287](https://github.com/wwayne/react-tooltip/pull/287) Use prop-types package instead of React.PropTypes (@ssilve1989)
5+
6+
### 3.2.10 (2017/03/28 20:41 +00:00)
47
- [#278](https://github.com/wwayne/react-tooltip/pull/278) Make MutationObserver-based removal tracking (@huumanoid)
58
- [#272](https://github.com/wwayne/react-tooltip/pull/272) Fix wrapper tag (@huumanoid)
69
- [#259](https://github.com/wwayne/react-tooltip/pull/259) Track removal of DOM elements (@antoniogiordano)
@@ -152,4 +155,4 @@
152155
- [#15](https://github.com/wwayne/react-tooltip/pull/15) Adding support for server-side rendering (@bluejamesbond)
153156
- [#8](https://github.com/wwayne/react-tooltip/pull/8) Change curly brackets to quotes (single) (@af7)
154157
- [#6](https://github.com/wwayne/react-tooltip/pull/6) Fix bug with mouse hover triggerring on tooltip children (@tom-s)
155-
- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli)
158+
- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "3.2.10",
3+
"version": "3.3.0",
44
"description": "react tooltip component",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)