Skip to content

Releases: ReactTooltip/react-tooltip

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

v3.7.0

03 Sep 15:15
9617aa7
Compare
Choose a tag to compare

3.7.0 (2018-09-03)

Features

  • tooltip: Add ability to hover on tooltip. Provide optional delay of updating so if the mouse p (79342ce)
  • Small bug fix to previous commit (19a8a67)

v3.6.1

05 Jun 13:48
c44cc2d
Compare
Choose a tag to compare

3.6.1 (2018-06-05)

Bug Fixes

  • isCapture: better guard that preserves logic (28b8493)
  • isCapture: guard use of currentTarget (4f89a2d)

v3.6.0

15 May 18:05
e56cf3e
Compare
Choose a tag to compare

3.6.0 (2018-05-15)

Features