Releases: williamboman/react-input-hints
Releases · williamboman/react-input-hints
v3.0.0
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()
andblur()
methods when accessing the component via refs). Tip: use custom component orReactDOM.findDOMNode(ref)
instead.
v2.0.0
Nothing breaking. Adding prop-types
as a peer dependency.