|
| 1 | +## Change Log |
| 2 | + |
| 3 | +### v3.9.0 (2018/11/07 00:43 +00:00) |
| 4 | + |
| 5 | +- [#452](https://github.com/wwayne/react-tooltip/pull/452) docs(README.md): Updates demo url (@tjFogarty) |
| 6 | +- [#439](https://github.com/wwayne/react-tooltip/pull/439) added support for passing options to sanitizeHtml (@icheishvili) |
| 7 | +- [#433](https://github.com/wwayne/react-tooltip/pull/433) Use capture mode with globalEventOff (@apandichi) |
| 8 | + |
| 9 | +### v3.8.4 (2018/09/12 18:00 +00:00) |
| 10 | + |
| 11 | +- [#428](https://github.com/wwayne/react-tooltip/pull/428) fix(example): <p> warning from react, make text match code. (@aronhelser) |
| 12 | + |
| 13 | +### v3.8.3 (2018/09/12 13:47 +00:00) |
| 14 | + |
| 15 | +- [#426](https://github.com/wwayne/react-tooltip/pull/426) perf(Use sanitize-html-react instead of sanitize-html) (@jgerlier) |
| 16 | +- [#425](https://github.com/wwayne/react-tooltip/pull/425) fix(index.js): fix state initialization (@MtBlue81) |
| 17 | + |
| 18 | +### v3.8.2 (2018/09/11 17:55 +00:00) |
| 19 | + |
| 20 | +- [#413](https://github.com/wwayne/react-tooltip/pull/413) fix(index.js): Use correct orientation when mouse enters (@an4ger) |
| 21 | + |
| 22 | +### v3.8.1 (2018/09/06 14:07 +00:00) |
| 23 | + |
| 24 | +- [#422](https://github.com/wwayne/react-tooltip/pull/422) fix(tooltip): sanitize HTML to prevent XSS (@wichniowski) |
| 25 | + |
| 26 | +### v3.7.0 (2018/09/03 15:13 +00:00) |
| 27 | + |
| 28 | +- [#416](https://github.com/wwayne/react-tooltip/pull/416) feat(mouseover): Add ability to hover on tooltip. (@RobertGary1) |
| 29 | +- [#414](https://github.com/wwayne/react-tooltip/pull/414) Fixed jsdoc return typos (@AlexanderEllis) |
| 30 | +- [#399](https://github.com/wwayne/react-tooltip/pull/399) Fixes Typos (@jstettner) |
| 31 | +- [#391](https://github.com/wwayne/react-tooltip/pull/391) fix(positioning): make sure tooltip is oriented correctly when close to edge (@hassanbot) |
| 32 | + |
| 33 | +### v3.6.1 (2018/06/05 13:46 +00:00) |
| 34 | + |
| 35 | +- [#389](https://github.com/wwayne/react-tooltip/pull/389) fix(isCapture): guard use of currentTarget (@aronhelser) |
| 36 | +- [#384](https://github.com/wwayne/react-tooltip/pull/384) Detach custom event listener (@P0lip) |
| 37 | + |
| 38 | +### v3.6.0 (2018/05/15 18:03 +00:00) |
| 39 | + |
| 40 | +- [#360](https://github.com/wwayne/react-tooltip/pull/360) Compute or enrich tip content (@austil) |
| 41 | + |
| 42 | +### v3.5.1 (2018/05/03 18:11 +00:00) |
| 43 | + |
| 44 | +- [#380](https://github.com/wwayne/react-tooltip/pull/380) fix(examples): add SVG example (@P0lip) |
| 45 | +- [#379](https://github.com/wwayne/react-tooltip/pull/379) ci(gh-pages): Allow travis to publish new examples to github (@aronhelser) |
| 46 | +- [#366](https://github.com/wwayne/react-tooltip/pull/366) Make getPosition() calculate offsets correctly for svg elements (@P0lip) |
| 47 | +- [#310](https://github.com/wwayne/react-tooltip/pull/310) Update position with content (@stefanhayden) |
| 48 | +- [#368](https://github.com/wwayne/react-tooltip/pull/368) Fix issue where tooltip won't show for adjacent elements. (@tishihar94) |
| 49 | +- [#376](https://github.com/wwayne/react-tooltip/pull/376) Add displayName (@clehnert-psl) |
| 50 | +- [#375](https://github.com/wwayne/react-tooltip/pull/375) test(scrolling): Add example showing tooltip inside scrolling div (@aronhelser) |
| 51 | + |
| 52 | +### v3.5.0 (2018/04/11 18:04 +00:00) |
| 53 | + |
| 54 | +- [#281](https://github.com/wwayne/react-tooltip/pull/281) Get tooltip content dynamically in the render method (@alfonsomunozpomer) |
| 55 | + |
| 56 | +### v3.4.3 (2018/04/11 15:14 +00:00) |
| 57 | + |
| 58 | +- [#207](https://github.com/wwayne/react-tooltip/pull/207) Return tooltip to original position when possible (@hassanbot) |
| 59 | +- [#301](https://github.com/wwayne/react-tooltip/pull/301) insert css as first to allow easy css styling without important (@roblan) |
| 60 | + |
| 61 | +### 3.4.2 (2018/04/09 18:58 +00:00) |
| 62 | + |
| 63 | +- [#373](https://github.com/wwayne/react-tooltip/pull/373) fix(example): 'made dev' works again, small fixes. (@aronhelser) |
| 64 | +- [#337](https://github.com/wwayne/react-tooltip/pull/337) Fix README show tip usage error (@sivagao) |
| 65 | +- [#359](https://github.com/wwayne/react-tooltip/pull/359) License should use H2 as the previous sections do (@konekoya) |
| 66 | + |
| 67 | +### 3.4.1 (2018/04/05 17:24 +00:00) |
| 68 | + |
| 69 | +- [#369](https://github.com/wwayne/react-tooltip/pull/369) fix(index.js): add missing argument so tooltip hides. (@aronhelser) |
| 70 | +- [#372](https://github.com/wwayne/react-tooltip/pull/372) Travis: update node version to fix travis build. (@aronhelser) |
| 71 | + |
| 72 | +### 3.4.0 (2017/10/16 13:39 +00:00) |
| 73 | + |
| 74 | +- [#321](https://github.com/wwayne/react-tooltip/pull/321) React 16 support (@mikecousins) |
| 75 | + |
| 76 | +### 3.3.1 (2017/10/05 05:08 +00:00) |
| 77 | + |
| 78 | +- [#292](https://github.com/wwayne/react-tooltip/pull/292) Fix typo (@piperchester) |
| 79 | + |
| 80 | +### 3.3.0 (2017/04/14 03:34 +00:00) |
| 81 | + |
| 82 | +- [#287](https://github.com/wwayne/react-tooltip/pull/287) Use prop-types package instead of React.PropTypes (@ssilve1989) |
| 83 | + |
| 84 | +### 3.2.10 (2017/03/28 20:41 +00:00) |
| 85 | + |
| 86 | +- [#278](https://github.com/wwayne/react-tooltip/pull/278) Make MutationObserver-based removal tracking (@huumanoid) |
| 87 | +- [#272](https://github.com/wwayne/react-tooltip/pull/272) Fix wrapper tag (@huumanoid) |
| 88 | +- [#259](https://github.com/wwayne/react-tooltip/pull/259) Track removal of DOM elements (@antoniogiordano) |
| 89 | +- [#270](https://github.com/wwayne/react-tooltip/pull/270) Fix typos and improve for clarity (@theholla) |
| 90 | + |
| 91 | +### 3.2.9 (2017/03/20 15:41 +00:00) |
| 92 | + |
| 93 | +- [#236](https://github.com/wwayne/react-tooltip/pull/236) escape backslash in getTargetArray method (@rnons) |
| 94 | + |
| 95 | +### 3.2.7 (2017/02/17 07:24 +00:00) |
| 96 | + |
| 97 | +- [#262](https://github.com/wwayne/react-tooltip/pull/262) Fix nodelist converte in safari (@wwayne) |
| 98 | +- [#260](https://github.com/wwayne/react-tooltip/pull/260) Fix NodeList to Array convertion (@huumanoid) |
| 99 | + |
| 100 | +### 3.2.6 (2017/02/08 12:34 +00:00) |
| 101 | + |
| 102 | +- [#255](https://github.com/wwayne/react-tooltip/pull/255) (fix) Remove console logs (@flexpert) |
| 103 | +- [#254](https://github.com/wwayne/react-tooltip/pull/254) Add support for className prop (@jonbeller) |
| 104 | + |
| 105 | +### 3.2.4 (2017/02/07 03:57 +00:00) |
| 106 | + |
| 107 | +- [#251](https://github.com/wwayne/react-tooltip/pull/251) Dropfen dynamic wrapper (@dropfen) |
| 108 | + |
| 109 | +### 3.2.3 (2017/01/30 03:00 +00:00) |
| 110 | + |
| 111 | +- [#247](https://github.com/wwayne/react-tooltip/pull/247) Fix delayHide issue #246 (@huumanoid) |
| 112 | +- [#238](https://github.com/wwayne/react-tooltip/pull/238) Update README.md (@nikbelikov) |
| 113 | +- [#233](https://github.com/wwayne/react-tooltip/pull/233) Added more syntax highlighting (@oyeanuj) |
| 114 | +- [#229](https://github.com/wwayne/react-tooltip/pull/229) Replaced Object.keys(...) by Object.getOwnPropertyNames(...) (@gauthierj) |
| 115 | + |
| 116 | +### 3.2.2 (2016/11/23 08:23 +00:00) |
| 117 | + |
| 118 | +- [#220](https://github.com/wwayne/react-tooltip/pull/220) Use parameter 'useCapture' for remove listener if it is registered as… (@achernetsky) |
| 119 | +- [#223](https://github.com/wwayne/react-tooltip/pull/223) Fix/security csp style src (@briantrice) |
| 120 | +- [#216](https://github.com/wwayne/react-tooltip/pull/216) Fix fire of global show event for IE (@SubVersive) |
| 121 | + |
| 122 | +### 3.2.1 (2016/09/30 09:51 +00:00) |
| 123 | + |
| 124 | +- [#202](https://github.com/wwayne/react-tooltip/pull/202) Hide tooltip when getContent return null or undefined, same for empty… (@wwayne) |
| 125 | +- [#201](https://github.com/wwayne/react-tooltip/pull/201) Hide tooltip if the tip is empty or disabled (@wwayne) |
| 126 | + |
| 127 | +### 3.2.0 (2016/09/30 01:10 +00:00) |
| 128 | + |
| 129 | +- [#200](https://github.com/wwayne/react-tooltip/pull/200) Remove countTransform because the way of transform calculation is cha… (@wwayne) |
| 130 | +- [#195](https://github.com/wwayne/react-tooltip/pull/195) Use node parent when calculating offset (@iamdoron) |
| 131 | + |
| 132 | +### 3.1.8 (2016/09/14 13:37 +00:00) |
| 133 | + |
| 134 | +- [#194](https://github.com/wwayne/react-tooltip/pull/194) Add resizeHide option (@wwayne) |
| 135 | +- [#193](https://github.com/wwayne/react-tooltip/pull/193) hide specific tooltip (@wwayne) |
| 136 | +- [#192](https://github.com/wwayne/react-tooltip/pull/192) Create scroll hide option (@wwayne) |
| 137 | + |
| 138 | +### 3.1.7 (2016/09/07 00:46 +00:00) |
| 139 | + |
| 140 | +- [#187](https://github.com/wwayne/react-tooltip/pull/187) Add disable option (@wwayne) |
| 141 | +- [#183](https://github.com/wwayne/react-tooltip/pull/183) Remove react-dom from Bower dependencies (@mikkopiu) |
| 142 | + |
| 143 | +### 3.1.6 (2016/08/19 02:07 +00:00) |
| 144 | + |
| 145 | +- [#181](https://github.com/wwayne/react-tooltip/pull/181) Judge if the component has been mounted mount in getContent #180 (@wwayne) |
| 146 | +- [#179](https://github.com/wwayne/react-tooltip/pull/179) Add bower.json (@mikkopiu) |
| 147 | + |
| 148 | +### 3.1.5 (2016/08/04 10:43 +00:00) |
| 149 | + |
| 150 | +- [#176](https://github.com/wwayne/react-tooltip/pull/176) Support ReactTooltip.show() #47 (@wwayne) |
| 151 | +- [#174](https://github.com/wwayne/react-tooltip/pull/174) Factor transform in css into position calculation #152 (@wwayne) |
| 152 | + |
| 153 | +### 3.1.4 (2016/08/03 13:52 +00:00) |
| 154 | + |
| 155 | +- [#173](https://github.com/wwayne/react-tooltip/pull/173) Add new attribute afterShow and afterHide (@wwayne) |
| 156 | +- [#172](https://github.com/wwayne/react-tooltip/pull/172) Add support for aria- and role props #159 (@wwayne) |
| 157 | + |
| 158 | +### 3.1.3 (2016/08/01 23:53 +00:00) |
| 159 | + |
| 160 | +- [#164](https://github.com/wwayne/react-tooltip/pull/164) Fix for delayShwo #163 (@wwayne) |
| 161 | + |
| 162 | +### 3.1.2 (2016/07/30 01:38 +00:00) |
| 163 | + |
| 164 | +- [#162](https://github.com/wwayne/react-tooltip/pull/162) Fix for #158, getposition error (@wwayne) |
| 165 | + |
| 166 | +### 3.1.1 (2016/07/27 13:03 +00:00) |
| 167 | + |
| 168 | +- [#151](https://github.com/wwayne/react-tooltip/pull/151) Update postion calculation so that it can calculate continous tootlip (@wwayne) |
| 169 | + |
| 170 | +### 3.1.0 (2016/07/27 08:49 +00:00) |
| 171 | + |
| 172 | +- [#149](https://github.com/wwayne/react-tooltip/pull/149) Update algorithm for get positon to fix the shake problem #146 (@wwayne) |
| 173 | +- [#145](https://github.com/wwayne/react-tooltip/pull/145) fix typo (@meandavejustice) |
| 174 | + |
| 175 | +### 3.0.13 (2016/07/14 09:53 +00:00) |
| 176 | + |
| 177 | +- [#136](https://github.com/wwayne/react-tooltip/pull/136) Check if current element is under transform (@CremaFR) |
| 178 | +- [#135](https://github.com/wwayne/react-tooltip/pull/135) Transform 3d (@wwayne) |
| 179 | + |
| 180 | +### 3.0.10 (2016/07/12 00:28 +00:00) |
| 181 | + |
| 182 | +- [#132](https://github.com/wwayne/react-tooltip/pull/132) Make getContent to support dynamical generate content while hover (@wwayne) |
| 183 | +- [#131](https://github.com/wwayne/react-tooltip/pull/131) Add possibility to recalculate content on show tooltip (@pokidovea) |
| 184 | +- [#128](https://github.com/wwayne/react-tooltip/pull/128) Correct Typos in README.md (@gottsohn) |
| 185 | + |
| 186 | +### 3.0.7 (2016/06/24 13:58 +00:00) |
| 187 | + |
| 188 | +- [#124](https://github.com/wwayne/react-tooltip/pull/124) Consider both vertical and horizontal into place re-calculation (@wwayne) |
| 189 | + |
| 190 | +### 3.0.6 (2016/06/23 01:08 +00:00) |
| 191 | + |
| 192 | +- [#122](https://github.com/wwayne/react-tooltip/pull/122) Fixed "Wrong query selector for data-tip #121" (@neciu) |
| 193 | + |
| 194 | +### 3.0.5 (2016/06/21 00:32 +00:00) |
| 195 | + |
| 196 | +- [#120](https://github.com/wwayne/react-tooltip/pull/120) Fix custom event with specific id (@wwayne) |
| 197 | + |
| 198 | +### 3.0.4 (2016/06/17 10:28 +00:00) |
| 199 | + |
| 200 | +- [#117](https://github.com/wwayne/react-tooltip/pull/117) Improve deploy process (@wwayne) |
| 201 | + |
| 202 | +### 3.0.0 (2016/06/16 12:39 +00:00) |
| 203 | + |
| 204 | +- [#115](https://github.com/wwayne/react-tooltip/pull/115) Improve structure (@wwayne) |
| 205 | +- [#106](https://github.com/wwayne/react-tooltip/pull/106) Workaround for fixed elements inside transformed elements (@nd0ut) |
| 206 | + |
| 207 | +### 2.0.3 (2016/06/01 13:45 +00:00) |
| 208 | + |
| 209 | +- [#112](https://github.com/wwayne/react-tooltip/pull/112) Add custom event to hide tooltip (@wwayne) |
| 210 | +- [#103](https://github.com/wwayne/react-tooltip/pull/103) Allow user to specify separate off event for the tooltip (@ondy1985) |
| 211 | + |
| 212 | +### 2.0.2 (2016/05/19 10:01 +00:00) |
| 213 | + |
| 214 | +- [#104](https://github.com/wwayne/react-tooltip/pull/104) Ensure data-html is converted to bool type (@antoniodgonzalez) |
| 215 | + |
| 216 | +### 2.0.1 (2016/05/14 00:32 +00:00) |
| 217 | + |
| 218 | +- [#102](https://github.com/wwayne/react-tooltip/pull/102) Clear hide timeout on component unmount (@oluckyman) |
| 219 | +- [#100](https://github.com/wwayne/react-tooltip/pull/100) correct spelling error (@SashaBayan) |
| 220 | +- [#99](https://github.com/wwayne/react-tooltip/pull/99) Simplify setting Sstate in the showTooltip (@Kiwka) |
| 221 | + |
| 222 | +### 2.0.0 (2016/04/29 01:07 +00:00) |
| 223 | + |
| 224 | +- [#96](https://github.com/wwayne/react-tooltip/pull/96) New attribute isCapture, deprecate eventPropagationMode (@wwayne) |
| 225 | + |
| 226 | +### 1.2.1 (2016/04/23 00:16 +00:00) |
| 227 | + |
| 228 | +- [#95](https://github.com/wwayne/react-tooltip/pull/95) Added ability to change event propagation mode from default "bubble" to "capture" (@aweber1) |
| 229 | +- [#93](https://github.com/wwayne/react-tooltip/pull/93) Upgrade classnames to `^2.2.0` (@petrbrzek) |
| 230 | +- [#92](https://github.com/wwayne/react-tooltip/pull/92) Update peer dependencies to support react / react-dom >= 15.0.0 (@cchamberlain) |
| 231 | + |
| 232 | +### v1.1.3 (2016/03/10 12:57 +00:00) |
| 233 | + |
| 234 | +- [#84](https://github.com/wwayne/react-tooltip/pull/84) Add logic to handle outside cases for solid tooltips #83 (@andrejunges) |
| 235 | +- [#81](https://github.com/wwayne/react-tooltip/pull/81) Fix typo (@robzolkos) |
| 236 | + |
| 237 | +### v1.1.2 (2016/02/15 12:31 +00:00) |
| 238 | + |
| 239 | +- [#79](https://github.com/wwayne/react-tooltip/pull/79) Require the non-minified dist build in index (@idan) |
| 240 | +- [#73](https://github.com/wwayne/react-tooltip/pull/73) Clear timeout when unmounting. (@joelburget) |
| 241 | +- [#72](https://github.com/wwayne/react-tooltip/pull/72) clearing delayShowLoop-Timeout when component will unmount (@dsumer) |
| 242 | + |
| 243 | +### v1.0.0 (2016/01/10 02:16 +00:00) |
| 244 | + |
| 245 | +- [#68](https://github.com/wwayne/react-tooltip/pull/68) better fix for Maximum call stack size exceeded (@enjalot) |
| 246 | +- [#62](https://github.com/wwayne/react-tooltip/pull/62) Fixes IE's lacking event constructor (@mikkelvagn) |
| 247 | +- [#54](https://github.com/wwayne/react-tooltip/pull/54) New Feature: watchWindow (@Sly777) |
| 248 | +- [#55](https://github.com/wwayne/react-tooltip/pull/55) Add support for borders (@ahstro) |
| 249 | +- [#1](https://github.com/wwayne/react-tooltip/pull/1) New Feature: watchWindow (@Sly777) |
| 250 | + |
| 251 | +### v0.9.0 (2015/11/26 14:09 +00:00) |
| 252 | + |
| 253 | +- [#53](https://github.com/wwayne/react-tooltip/pull/53) New Feature, Fixes (@Sly777) |
| 254 | + |
| 255 | +### v0.5.0 (2015/09/13 00:55 +00:00) |
| 256 | + |
| 257 | +- [#36](https://github.com/wwayne/react-tooltip/pull/36) also babelify and move style.js to dist (@conorhastings) |
| 258 | +- [#34](https://github.com/wwayne/react-tooltip/pull/34) avoid getBoundingClientRect() to be called twice (@ruffle1986) |
| 259 | + |
| 260 | +### v0.3.7 (2015/08/18 13:44 +00:00) |
| 261 | + |
| 262 | +- [#26](https://github.com/wwayne/react-tooltip/pull/26) Add editorconfig and eslinter to project (@johnamiahford) |
| 263 | + |
| 264 | +### v0.3.5 (2015/08/02 10:58 +00:00) |
| 265 | + |
| 266 | +- [#22](https://github.com/wwayne/react-tooltip/pull/22) Convert ReactTooltip to es6 class (@johnamiahford) |
| 267 | +- [#19](https://github.com/wwayne/react-tooltip/pull/19) remove querySelector and use findDOMNode instead (@bezreyhan) |
| 268 | + |
| 269 | +### v0.3.0 (2015/06/17 08:46 +00:00) |
| 270 | + |
| 271 | +- [#15](https://github.com/wwayne/react-tooltip/pull/15) Adding support for server-side rendering (@bluejamesbond) |
| 272 | +- [#8](https://github.com/wwayne/react-tooltip/pull/8) Change curly brackets to quotes (single) (@af7) |
| 273 | +- [#6](https://github.com/wwayne/react-tooltip/pull/6) Fix bug with mouse hover triggerring on tooltip children (@tom-s) |
| 274 | +- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli) |
0 commit comments