React 18 Compatibility
- This release brings React 18 compatibility following a full refactoring of the component to use React hooks.
- SSR is now supported, because unique IDs are now generated with
useId
. - React Accessible Tooltip now comes with builtin Typescript types (and has been rewritten under-the-hood in Typescript).
Breaking Changes
- React 15 and 16 are no longer supported.
- Internet Explorer is no longer supported.
Full Changelog: v2.0.3...v3.0.0