forked from ReactTooltip/react-tooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.3.0](v4.2.21...v4.3.0) (2022-08-03) ### Bug Fixes * [ReactTooltip#759](https://github.com/pdeszynski/react-tooltip/issues/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:** [ReactTooltip#535](https://github.com/pdeszynski/react-tooltip/issues/535) search parents for data-tip if in body mode ([71da348](71da348))
- Loading branch information
1 parent
e1ade82
commit 0086631
Showing
2 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters