Releases: ryami333/react-accessible-tooltip
Releases · ryami333/react-accessible-tooltip
v3.0.0
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
v1.5.5 - Flow types fix
Fixed
- Prop types for Overlay and Label were strict, which caused Flow errors for users in many use cases.
v1.5.4 - Docs fix
Changes
- Moves README into
packages/react-accessible-tooltip
so that it gets bundled into build and shows on npm.
v1.5.3 - Dependencies fix
Changed
- Shift
react-15
andreact-16
to devDependencies because they're only used for testing purposes.
v1.5.2 - Fix build
Build was broken (empty), this is a patch to CI config to fix that.