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 aref
prop to outer component and get a reference to the<input />
component.