Skip to content

Releases: williamboman/react-input-hints

v3.0.0

13 Jan 19:51
v3.0.0
cc8405d
Compare
Choose a tag to compare

Majority of code has been ported to https://github.com/williamboman/react-typewriting which react-input-hints now uses as a dependency.

Breaking changes

  • The ref API has been completely removed (i.e. no more focus() and blur() methods when accessing the component via refs). Tip: use custom component or ReactDOM.findDOMNode(ref) instead.

v2.0.0

13 Jan 19:49
v2.0.0
4d6ca4b
Compare
Choose a tag to compare

Nothing breaking. Adding prop-types as a peer dependency.