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.7...v4.3.0) (2022-04-02) ### Bug Fixes * add aria hidden attribute to style tag ([ReactTooltip#703](https://github.com/jafin/react-tooltip/issues/703)) ([d60c2b7](d60c2b7)) * **aftershow:** call afterShow only after state has fully updated ([54752e8](54752e8)) * **build:** fix scope for npm ([0fe2a27](0fe2a27)) * **build:** removing single quotes on cpy for windows shell ([ReactTooltip#632](https://github.com/jafin/react-tooltip/issues/632)) ([9c280af](9c280af)) * **compability:** add polyfill and change styles ([ReactTooltip#706](https://github.com/jafin/react-tooltip/issues/706)) ([b6e9a1c](b6e9a1c)) * **demo:** add working image service url. escape quotes. ([c741708](c741708)) * do not delay show if tooltip is already shown ([ReactTooltip#676](https://github.com/jafin/react-tooltip/issues/676)) ([e8b9d84](e8b9d84)) * **domexception:** revert previous changed for unexpected behavior ([85e38bb](85e38bb)), closes [ReactTooltip#667](https://github.com/jafin/react-tooltip/issues/667) * effect and type not properly applied at first render ([a8d0e51](a8d0e51)) * **getposition:** properly determine parents with will-change: transform ([3a76250](3a76250)) * **index.js:** fix exception when testing with Jest ([ReactTooltip#682](https://github.com/jafin/react-tooltip/issues/682)) ([f885f1f](f885f1f)) * performance issue caused by excessive use of clearTimeout/Interval ([22aea50](22aea50)) * **react18:** tip not hiding with React 18 StrictMode enabled ([342311a](342311a)) * set aria-describedby value wrong when custom id ([a04d26c](a04d26c)) * **showtooltip:** check if tooltipRef is undefined ([ReactTooltip#623](https://github.com/jafin/react-tooltip/issues/623)) ([f63eab2](f63eab2)) * **src/index.js:** add accessibility support for tabbing ([ReactTooltip#695](https://github.com/jafin/react-tooltip/issues/695)) ([ae936a5](ae936a5)) * **src/index.js:** hide tooltip if blurred (tabbed out) ([ReactTooltip#699](https://github.com/jafin/react-tooltip/issues/699)) ([e0a2a1d](e0a2a1d)) * **style injection:** change style injection default root ([a00c5b7](a00c5b7)), closes [ReactTooltip#665](https://github.com/jafin/react-tooltip/issues/665) * **styles:** add styles for shadow dom ([00d1539](00d1539)), closes [ReactTooltip#597](https://github.com/jafin/react-tooltip/issues/597) * **styles:** change style injection way ([ReactTooltip#668](https://github.com/jafin/react-tooltip/issues/668)) ([1e10cce](1e10cce)), closes [ReactTooltip#650](https://github.com/jafin/react-tooltip/issues/650) * **tests:** move to jest as mocha was getting difficult with ts ([9089927](9089927)) * **tests:** move to jest as mocha was getting difficult with ts ([9633b7d](9633b7d)) * **type:** added role property to types ([ReactTooltip#679](https://github.com/jafin/react-tooltip/issues/679)) ([9b49395](9b49395)) ### Features * **component:** adding "padding" property to customize padding style ([9ae765a](9ae765a)) * **typescript:** typescript ([4f93dfe](4f93dfe))
- Loading branch information