Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
v3.9.1
3.9.1 (2019-01-02)
Bug Fixes
- html: remove sanitize-html-react, reduce package size (177ac11), closes #429
v3.9.0
- Added support for passing options to sanitizeHtml
- Use capture mode with globalEventOff
v3.8.4
3.8.4 (2018-09-12)
Bug Fixes
v3.8.3
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
3.8.2 (2018-09-11)
Bug Fixes
- index.js: Use correct orientation when mouse enters (4a0da8b), closes #388
v3.8.1
3.8.1 (2018-09-06)
Bug Fixes
- tooltip: sanitize HTML to prevent XSS (182df11)
v3.8.0
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
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
3.6.1 (2018-06-05)
Bug Fixes
- isCapture: better guard that preserves logic (28b8493)
- isCapture: guard use of currentTarget (4f89a2d)
v3.6.0
3.6.0 (2018-05-15)
Features