Skip to content

Releases: ReactTooltip/react-tooltip

v4.4.0

14 Oct 01:15
Compare
Choose a tag to compare

What's Changed

  • fix: remove github pages deploy from pipeline as we use branch instead [skip ci] by @danielbarion in #800
  • Update react-tooltip.d.ts by @andrewright in #784
  • feat: add borderClass prop to allow a custom border class by @dannyharding10 in #745

New Contributors

  • @andrewright made their first contribution in #784
  • @dannyharding10 made their first contribution in #745

Full Changelog: v4.3.1...v4.4.0
AND
https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md#440-2022-10-13

v4.3.1

13 Oct 19:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1
AND
https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md

v4.3.0

13 Oct 13:17
Compare
Choose a tag to compare

Bug Fixes

  • #759 (#759) - Disable tooltip when disable prop changes (8e9cca0 (8e9cca0))
  • *aftershow: call afterShow only after state has fully updated (54752e8 (54752e8))
  • effect and type not properly applied at first render (a8d0e51 (a8d0e51))
  • getposition: no error when all placements outside (249b925 (249b925))
  • performance issue caused by excessive use of clearTimeout/Interval (22aea50 (22aea50))
  • react18: tip not hiding with React 18 StrictMode enabled (83b72c6 (83b72c6))
  • set aria-describedby value wrong when custom id (a04d26c (a04d26c))

Features

  • component: adding "padding" property to customize padding style (9ae765a (9ae765a))
  • getposition: support desired-place-list (by priority) (982d89d (982d89d))
  • parent_body_mode: #535 (#535) search parents for data-tip if in body mode (71da348 (71da348))
  • pencil: readme updated to trigger next minor release (react 18 support release) (bb9c79e (bb9c79e))
  • pencil: readme updated to trigger next minor release (react 18 support release) (3a6ec6c (3a6ec6c))

v4.2.7

14 Jun 00:47
Compare
Choose a tag to compare

4.2.7 (2020-06-14)

Bug Fixes

  • skip warning in example (a555060)
  • type: Fix global method parameter type (#585) (5e2b8db)
  • validate lint in pretest (ad7add0)

v4.2.6

07 May 03:28
7cc1203
Compare
Choose a tag to compare

4.2.6 (2020-05-07)

Bug Fixes

v4.2.5

19 Apr 00:30
083edfb
Compare
Choose a tag to compare

4.2.5 (2020-04-19)

Bug Fixes

  • made it possible to pass uuid instead of generating one internally (#583) (083edfb), closes #580

v4.2.4

19 Apr 00:12
Compare
Choose a tag to compare

4.2.4 (2020-04-19)

Bug Fixes

  • types: adding typescript d.ts file into dist (e6300f7), closes #579

v4.2.3

13 Apr 00:30
fb60855
Compare
Choose a tag to compare

4.2.3 (2020-04-13)

Bug Fixes

  • mark prop-types and uuid as external to avoid bundling them (#582) (fb60855)

v4.2.2

11 Apr 22:19
05d8de2
Compare
Choose a tag to compare

4.2.2 (2020-04-11)

Bug Fixes

  • types: adding types filename to package (#579) (05d8de2)

v4.2.1

08 Apr 14:47
a2d419e
Compare
Choose a tag to compare

4.2.1 (2020-04-08)

Bug Fixes

  • getPosition Util: Remove shouldUpdatePlace check from position check (1f8a054), closes #574