Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@williamboman williamboman released this 13 Jan 19:51
· 2 commits to master since this release
v3.0.0
cc8405d

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.