Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
v3.11.6
3.11.6 (2020-02-06)
Bug Fixes
- using sass styles with rollup (bb6fe48)
v3.11.5
3.11.5 (2020-02-05)
Bug Fixes
- updating styles using transferSas (f2f7804)
v3.11.2
3.11.2 (2020-01-04)
Bug Fixes
- getPosition: updated getPosition to fix 'maximum update depth' (8fda305)
- Feature: listen body events (#526)
v3.11.1
3.11.1 (2019-09-06)
Bug Fixes
- src/index.js: Overwrite
delayHide
on scroll (7a2d0b3), closes #474
v3.11.0
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
3.10.1 (2019-08-29)
Bug Fixes
- index.js: Replaced the deprecated
componentWillReceiveProps
. (80b71ed)
v3.10.0
3.10.0 (2019-03-06)
Features
- clickable-prop: add clickable prop (a75b2be), closes #417
v3.9.2
3.9.2 (2019-01-04)
Bug Fixes
- event: expose the original event to
afterShow
and afterHide
(e2f973e)