What's Changed
- Added typescript typing by @au5ton in #14
- TypeScript Conversion by @csandman in #20
- Convert the entire project to TypeScript using the types from #14 as a base
- Fix all issues that came up, especially when using the
strict
TS config - Switch to isomorphic layout config to prevent SSR warnings about
useLayoutEffect
- Fix all issues that came up, especially when using the
- Update
eslint
config to match current preferences (and include TypeScript rules) - Remove the example project as it was not working properly
- Add CodeSandbox CI for testing pull requests
- Update all packages
- Convert the entire project to TypeScript using the types from #14 as a base
New Contributors
Full Changelog: 2.0.1...v3.0.0