Skip to content

Commit 558ac6d

Browse files
committed
update changelog
1 parent 521a2e4 commit 558ac6d

File tree

1 file changed

+46
-3
lines changed

1 file changed

+46
-3
lines changed

CHANGELOG.md

+46-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,55 @@
11
## Change Log
22

3-
### 3.4.3 (2018/04/11 15:12 +00:00)
3+
### v3.9.0 (2018/11/07 00:43 +00:00)
4+
- [#452](https://github.com/wwayne/react-tooltip/pull/452) docs(README.md): Updates demo url (@tjFogarty)
5+
- [#439](https://github.com/wwayne/react-tooltip/pull/439) added support for passing options to sanitizeHtml (@icheishvili)
6+
- [#433](https://github.com/wwayne/react-tooltip/pull/433) Use capture mode with globalEventOff (@apandichi)
7+
8+
### v3.8.4 (2018/09/12 18:00 +00:00)
9+
- [#428](https://github.com/wwayne/react-tooltip/pull/428) fix(example): <p> warning from react, make text match code. (@aronhelser)
10+
11+
### v3.8.3 (2018/09/12 13:47 +00:00)
12+
- [#426](https://github.com/wwayne/react-tooltip/pull/426) perf(Use sanitize-html-react instead of sanitize-html) (@jgerlier)
13+
- [#425](https://github.com/wwayne/react-tooltip/pull/425) fix(index.js): fix state initialization (@MtBlue81)
14+
15+
### v3.8.2 (2018/09/11 17:55 +00:00)
16+
- [#413](https://github.com/wwayne/react-tooltip/pull/413) fix(index.js): Use correct orientation when mouse enters (@an4ger)
17+
18+
### v3.8.1 (2018/09/06 14:07 +00:00)
19+
- [#422](https://github.com/wwayne/react-tooltip/pull/422) fix(tooltip): sanitize HTML to prevent XSS (@wichniowski)
20+
21+
### v3.7.0 (2018/09/03 15:13 +00:00)
22+
- [#416](https://github.com/wwayne/react-tooltip/pull/416) feat(mouseover): Add ability to hover on tooltip. (@RobertGary1)
23+
- [#414](https://github.com/wwayne/react-tooltip/pull/414) Fixed jsdoc return typos (@AlexanderEllis)
24+
- [#399](https://github.com/wwayne/react-tooltip/pull/399) Fixes Typos (@jstettner)
25+
- [#391](https://github.com/wwayne/react-tooltip/pull/391) fix(positioning): make sure tooltip is oriented correctly when close to edge (@hassanbot)
26+
27+
### v3.6.1 (2018/06/05 13:46 +00:00)
28+
- [#389](https://github.com/wwayne/react-tooltip/pull/389) fix(isCapture): guard use of currentTarget (@aronhelser)
29+
- [#384](https://github.com/wwayne/react-tooltip/pull/384) Detach custom event listener (@P0lip)
30+
31+
### v3.6.0 (2018/05/15 18:03 +00:00)
32+
- [#360](https://github.com/wwayne/react-tooltip/pull/360) Compute or enrich tip content (@austil)
33+
34+
### v3.5.1 (2018/05/03 18:11 +00:00)
35+
- [#380](https://github.com/wwayne/react-tooltip/pull/380) fix(examples): add SVG example (@P0lip)
36+
- [#379](https://github.com/wwayne/react-tooltip/pull/379) ci(gh-pages): Allow travis to publish new examples to github (@aronhelser)
37+
- [#366](https://github.com/wwayne/react-tooltip/pull/366) Make getPosition() calculate offsets correctly for svg elements (@P0lip)
38+
- [#310](https://github.com/wwayne/react-tooltip/pull/310) Update position with content (@stefanhayden)
39+
- [#368](https://github.com/wwayne/react-tooltip/pull/368) Fix issue where tooltip won't show for adjacent elements. (@tishihar94)
40+
- [#376](https://github.com/wwayne/react-tooltip/pull/376) Add displayName (@clehnert-psl)
41+
- [#375](https://github.com/wwayne/react-tooltip/pull/375) test(scrolling): Add example showing tooltip inside scrolling div (@aronhelser)
42+
43+
### v3.5.0 (2018/04/11 18:04 +00:00)
44+
- [#281](https://github.com/wwayne/react-tooltip/pull/281) Get tooltip content dynamically in the render method (@alfonsomunozpomer)
45+
46+
### v3.4.3 (2018/04/11 15:14 +00:00)
447
- [#207](https://github.com/wwayne/react-tooltip/pull/207) Return tooltip to original position when possible (@hassanbot)
548
- [#301](https://github.com/wwayne/react-tooltip/pull/301) insert css as first to allow easy css styling without important (@roblan)
649

750
### 3.4.2 (2018/04/09 18:58 +00:00)
851
- [#373](https://github.com/wwayne/react-tooltip/pull/373) fix(example): 'made dev' works again, small fixes. (@aronhelser)
9-
- [#337](https://github.com/wwayne/react-tooltip/pull/337) Fix README show tip usage error (@gaohailang)
52+
- [#337](https://github.com/wwayne/react-tooltip/pull/337) Fix README show tip usage error (@sivagao)
1053
- [#359](https://github.com/wwayne/react-tooltip/pull/359) License should use H2 as the previous sections do (@konekoya)
1154

1255
### 3.4.1 (2018/04/05 17:24 +00:00)
@@ -89,7 +132,7 @@
89132
- [#162](https://github.com/wwayne/react-tooltip/pull/162) Fix for #158, getposition error (@wwayne)
90133

91134
### 3.1.1 (2016/07/27 13:03 +00:00)
92-
- [#151](https://github.com/wwayne/react-tooltip/pull/151) Update postion calculation so that it can calculate continous tooltip (@wwayne)
135+
- [#151](https://github.com/wwayne/react-tooltip/pull/151) Update postion calculation so that it can calculate continous tootlip (@wwayne)
93136

94137
### 3.1.0 (2016/07/27 08:49 +00:00)
95138
- [#149](https://github.com/wwayne/react-tooltip/pull/149) Update algorithm for get positon to fix the shake problem #146 (@wwayne)

0 commit comments

Comments
 (0)