Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
v3.11.0
29 Aug 16:44
Compare
Sorry, something went wrong.
No results found
3.11.0 (2019-08-29)
Features
overridePosition: Add "overridePosition" property to handle border cases and customize position (ccb8b58 )
overridePosition: Added example (7df8454 )
v3.10.1
29 Aug 16:39
Compare
Sorry, something went wrong.
No results found
3.10.1 (2019-08-29)
Bug Fixes
index.js: Replaced the deprecated componentWillReceiveProps. (80b71ed )
v3.10.0
06 Mar 17:25
Compare
Sorry, something went wrong.
No results found
3.10.0 (2019-03-06)
Features
clickable-prop: add clickable prop (a75b2be ), closes #417
v3.9.2
04 Jan 16:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added support for passing options to sanitizeHtml
Use capture mode with globalEventOff
v3.8.4
12 Sep 18:02
Compare
Sorry, something went wrong.
No results found
3.8.4 (2018-09-12)
Bug Fixes
v3.8.3
12 Sep 13:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
3.8.1 (2018-09-06)
Bug Fixes
tooltip: sanitize HTML to prevent XSS (182df11 )