Skip to content

Releases: ryami333/react-accessible-tooltip

v3.0.0

18 Jun 19:47
Compare
Choose a tag to compare

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

08 Apr 22:29
a166c34
Compare
Choose a tag to compare

Fixed

  • Prop types for Overlay and Label were strict, which caused Flow errors for users in many use cases.

v1.5.4 - Docs fix

22 Mar 02:36
f29d082
Compare
Choose a tag to compare

Changes

  • Moves README into packages/react-accessible-tooltip so that it gets bundled into build and shows on npm.

v1.5.3 - Dependencies fix

11 Mar 21:23
9dca5da
Compare
Choose a tag to compare

Changed

  • Shift react-15 and react-16 to devDependencies because they're only used for testing purposes.

v1.5.2 - Fix build

07 Mar 03:26
Compare
Choose a tag to compare

Build was broken (empty), this is a patch to CI config to fix that.

v1.5.1

07 Mar 01:14
Compare
Choose a tag to compare

Functionally identical to 1.5.0 - only triggering deploy to fix a CI issue.

v1.5.0

06 Mar 22:50
92cbc56
Compare
Choose a tag to compare

Changed

  • Added 'touch-away' functionality for iOS devices which do not trigger a 'blur' on activeElements when 'touching away' from the currently focussed element.

v1.4.1

15 Feb 09:27
Compare
Choose a tag to compare

No functional change - just shift from Codeship to CircleCI for CI and deployment to NPM.