From 558ac6dbf7a7d7e85adbf27c44351b8a708574bc Mon Sep 17 00:00:00 2001 From: wwayne Date: Wed, 7 Nov 2018 08:46:08 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fff168f..179d7afc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,55 @@ ## Change Log -### 3.4.3 (2018/04/11 15:12 +00:00) +### v3.9.0 (2018/11/07 00:43 +00:00) +- [#452](https://github.com/wwayne/react-tooltip/pull/452) docs(README.md): Updates demo url (@tjFogarty) +- [#439](https://github.com/wwayne/react-tooltip/pull/439) added support for passing options to sanitizeHtml (@icheishvili) +- [#433](https://github.com/wwayne/react-tooltip/pull/433) Use capture mode with globalEventOff (@apandichi) + +### v3.8.4 (2018/09/12 18:00 +00:00) +- [#428](https://github.com/wwayne/react-tooltip/pull/428) fix(example):

warning from react, make text match code. (@aronhelser) + +### v3.8.3 (2018/09/12 13:47 +00:00) +- [#426](https://github.com/wwayne/react-tooltip/pull/426) perf(Use sanitize-html-react instead of sanitize-html) (@jgerlier) +- [#425](https://github.com/wwayne/react-tooltip/pull/425) fix(index.js): fix state initialization (@MtBlue81) + +### v3.8.2 (2018/09/11 17:55 +00:00) +- [#413](https://github.com/wwayne/react-tooltip/pull/413) fix(index.js): Use correct orientation when mouse enters (@an4ger) + +### v3.8.1 (2018/09/06 14:07 +00:00) +- [#422](https://github.com/wwayne/react-tooltip/pull/422) fix(tooltip): sanitize HTML to prevent XSS (@wichniowski) + +### v3.7.0 (2018/09/03 15:13 +00:00) +- [#416](https://github.com/wwayne/react-tooltip/pull/416) feat(mouseover): Add ability to hover on tooltip. (@RobertGary1) +- [#414](https://github.com/wwayne/react-tooltip/pull/414) Fixed jsdoc return typos (@AlexanderEllis) +- [#399](https://github.com/wwayne/react-tooltip/pull/399) Fixes Typos (@jstettner) +- [#391](https://github.com/wwayne/react-tooltip/pull/391) fix(positioning): make sure tooltip is oriented correctly when close to edge (@hassanbot) + +### v3.6.1 (2018/06/05 13:46 +00:00) +- [#389](https://github.com/wwayne/react-tooltip/pull/389) fix(isCapture): guard use of currentTarget (@aronhelser) +- [#384](https://github.com/wwayne/react-tooltip/pull/384) Detach custom event listener (@P0lip) + +### v3.6.0 (2018/05/15 18:03 +00:00) +- [#360](https://github.com/wwayne/react-tooltip/pull/360) Compute or enrich tip content (@austil) + +### v3.5.1 (2018/05/03 18:11 +00:00) +- [#380](https://github.com/wwayne/react-tooltip/pull/380) fix(examples): add SVG example (@P0lip) +- [#379](https://github.com/wwayne/react-tooltip/pull/379) ci(gh-pages): Allow travis to publish new examples to github (@aronhelser) +- [#366](https://github.com/wwayne/react-tooltip/pull/366) Make getPosition() calculate offsets correctly for svg elements (@P0lip) +- [#310](https://github.com/wwayne/react-tooltip/pull/310) Update position with content (@stefanhayden) +- [#368](https://github.com/wwayne/react-tooltip/pull/368) Fix issue where tooltip won't show for adjacent elements. (@tishihar94) +- [#376](https://github.com/wwayne/react-tooltip/pull/376) Add displayName (@clehnert-psl) +- [#375](https://github.com/wwayne/react-tooltip/pull/375) test(scrolling): Add example showing tooltip inside scrolling div (@aronhelser) + +### v3.5.0 (2018/04/11 18:04 +00:00) +- [#281](https://github.com/wwayne/react-tooltip/pull/281) Get tooltip content dynamically in the render method (@alfonsomunozpomer) + +### v3.4.3 (2018/04/11 15:14 +00:00) - [#207](https://github.com/wwayne/react-tooltip/pull/207) Return tooltip to original position when possible (@hassanbot) - [#301](https://github.com/wwayne/react-tooltip/pull/301) insert css as first to allow easy css styling without important (@roblan) ### 3.4.2 (2018/04/09 18:58 +00:00) - [#373](https://github.com/wwayne/react-tooltip/pull/373) fix(example): 'made dev' works again, small fixes. (@aronhelser) -- [#337](https://github.com/wwayne/react-tooltip/pull/337) Fix README show tip usage error (@gaohailang) +- [#337](https://github.com/wwayne/react-tooltip/pull/337) Fix README show tip usage error (@sivagao) - [#359](https://github.com/wwayne/react-tooltip/pull/359) License should use H2 as the previous sections do (@konekoya) ### 3.4.1 (2018/04/05 17:24 +00:00) @@ -89,7 +132,7 @@ - [#162](https://github.com/wwayne/react-tooltip/pull/162) Fix for #158, getposition error (@wwayne) ### 3.1.1 (2016/07/27 13:03 +00:00) -- [#151](https://github.com/wwayne/react-tooltip/pull/151) Update postion calculation so that it can calculate continous tooltip (@wwayne) +- [#151](https://github.com/wwayne/react-tooltip/pull/151) Update postion calculation so that it can calculate continous tootlip (@wwayne) ### 3.1.0 (2016/07/27 08:49 +00:00) - [#149](https://github.com/wwayne/react-tooltip/pull/149) Update algorithm for get positon to fix the shake problem #146 (@wwayne)