Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@greena13 greena13 released this 11 Feb 16:29

Documentation

  • Add JSDoc and TypeScript definitions
  • Add badges to readme

Improvements

  • Add a yarn.lock file to the project
  • Switch to rollup for building production bundle

License changes

  • Switch from MIT license to ISC license

Bugfixes

  • Remove unused ref to <input /> component, allowing the ability to pass a ref prop to outer component and get a reference to the <input /> component.