Skip to content

Releases: ReactTooltip/react-tooltip

v4.0.2

09 Feb 21:29
894461d
Compare
Choose a tag to compare

4.0.2 (2020-02-09)

Bug Fixes

  • selector: Add support for shadow DOM elements (99be4d1)
  • selector: lint fixes (873c2a8)

v4.0.1

09 Feb 17:12
ea16185
Compare
Choose a tag to compare

4.0.1 (2020-02-09)

Bug Fixes

  • deleting warning in peer dependencies (f30ae74)
  • install dependencies in example travis (7ba8b28)
  • string into example (356821b)

v4.0.0

07 Feb 01:24
4609833
Compare
Choose a tag to compare

4.0.0 (2020-02-07)

BREAKING CHANGES

  • Updating readme for demo

v3.11.6

06 Feb 01:25
f604290
Compare
Choose a tag to compare

3.11.6 (2020-02-06)

Bug Fixes

  • using sass styles with rollup (bb6fe48)

v3.11.5

05 Feb 01:48
5e607e9
Compare
Choose a tag to compare

3.11.5 (2020-02-05)

Bug Fixes

  • updating styles using transferSas (f2f7804)

v3.11.4

04 Feb 01:03
502354e
Compare
Choose a tag to compare

3.11.4 (2020-02-04)

Bug Fixes

v3.11.3

31 Jan 15:32
08289a8
Compare
Choose a tag to compare

3.11.3 (2020-01-31)

Bug Fixes

v3.11.2

04 Jan 14:53
d1d009c
Compare
Choose a tag to compare

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

06 Sep 15:57
11ee685
Compare
Choose a tag to compare

3.11.1 (2019-09-06)

Bug Fixes

  • src/index.js: Overwrite delayHide on scroll (7a2d0b3), closes #474

v3.11.0

29 Aug 16:44
545c19c
Compare
Choose a tag to compare

3.11.0 (2019-08-29)

Features

  • overridePosition: Add "overridePosition" property to handle border cases and customize position (ccb8b58)
  • overridePosition: Added example (7df8454)