Skip to content

Releases: ReactTooltip/react-tooltip

v3.10.1

29 Aug 16:39
cfd5997
Compare
Choose a tag to compare

3.10.1 (2019-08-29)

Bug Fixes

  • index.js: Replaced the deprecated componentWillReceiveProps. (80b71ed)

v3.10.0

06 Mar 17:25
b21e4cb
Compare
Choose a tag to compare

3.10.0 (2019-03-06)

Features

  • clickable-prop: add clickable prop (a75b2be), closes #417

v3.9.2

04 Jan 16:47
9e876e1
Compare
Choose a tag to compare

3.9.2 (2019-01-04)

Bug Fixes

  • event: expose the original event to afterShow and afterHide (e2f973e)

v3.9.1

02 Jan 15:23
07d48ef
Compare
Choose a tag to compare

3.9.1 (2019-01-02)

Bug Fixes

  • html: remove sanitize-html-react, reduce package size (177ac11), closes #429

v3.9.0

07 Nov 00:47
Compare
Choose a tag to compare
  • Added support for passing options to sanitizeHtml
  • Use capture mode with globalEventOff

v3.8.4

12 Sep 18:02
6973b83
Compare
Choose a tag to compare

3.8.4 (2018-09-12)

Bug Fixes

  • example:

    warning from react, make text match code. (7c4c979)

v3.8.3

12 Sep 13:50
5417187
Compare
Choose a tag to compare

3.8.3 (2018-09-12)

Bug Fixes

  • index.js: fix state initialization (69dea07)

Performance Improvements

  • Use sanitize-html-react instead of sanitize-html to avoid useless server side dependencies: Us (4b84caa), closes #424

v3.8.2

11 Sep 17:57
be89b82
Compare
Choose a tag to compare

3.8.2 (2018-09-11)

Bug Fixes

  • index.js: Use correct orientation when mouse enters (4a0da8b), closes #388

v3.8.1

06 Sep 14:10
cb16d97
Compare
Choose a tag to compare

3.8.1 (2018-09-06)

Bug Fixes

  • tooltip: sanitize HTML to prevent XSS (182df11)

v3.8.0

03 Sep 16:20
Compare
Choose a tag to compare

3.8.0 (2018-09-03)

Features

  • The only way to support styling react-tooltips with a strict csp is to inject the style.css di (cf105a1), closes #340