Skip to content

Commit 987f463

Browse files
committed
3.2.10
1 parent 55a5a69 commit 987f463

File tree

4 files changed

+137
-32
lines changed

4 files changed

+137
-32
lines changed

CHANGELOG.md

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

3-
### 3.2.9 (2017/03/20 15:37 +00:00)
3+
### 3.2.10 (2017/03/28 20:39 +00:00)
4+
- [#278](https://github.com/wwayne/react-tooltip/pull/278) Make MutationObserver-based removal tracking (@huumanoid)
5+
- [#272](https://github.com/wwayne/react-tooltip/pull/272) Fix wrapper tag (@huumanoid)
6+
- [#259](https://github.com/wwayne/react-tooltip/pull/259) Track removal of DOM elements (@antoniogiordano)
7+
- [#270](https://github.com/wwayne/react-tooltip/pull/270) Fix typos and improve for clarity (@theholla)
8+
9+
### 3.2.9 (2017/03/20 15:41 +00:00)
410
- [#236](https://github.com/wwayne/react-tooltip/pull/236) escape backslash in getTargetArray method (@rnons)
511

612
### 3.2.7 (2017/02/17 07:24 +00:00)
@@ -146,4 +152,4 @@
146152
- [#15](https://github.com/wwayne/react-tooltip/pull/15) Adding support for server-side rendering (@bluejamesbond)
147153
- [#8](https://github.com/wwayne/react-tooltip/pull/8) Change curly brackets to quotes (single) (@af7)
148154
- [#6](https://github.com/wwayne/react-tooltip/pull/6) Fix bug with mouse hover triggerring on tooltip children (@tom-s)
149-
- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli)
155+
- [#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.9",
3+
"version": "3.2.10",
44
"description": "react tooltip component",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)