Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@ryami333 ryami333 released this 18 Jun 19:47

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