Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@csandman csandman released this 03 Feb 22:12

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
    • 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

New Contributors

Full Changelog: 2.0.1...v3.0.0