Skip to content

Releases: ryami333/react-accessible-tooltip

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.