Skip to content

Version 4.0.1

Choose a tag to compare

@jaydenseric jaydenseric released this 03 Aug 02:35
· 5 commits to master since this release

Patch

  • Updated the react peer dependency to 16.14 - 18.
  • Updated dev dependencies.
  • Simplified dev dependencies and config for ESLint.
  • Removed the now redundant not IE > 0 from the Browserslist query.
  • Updated jsconfig.json:
    • Set compilerOptions.maxNodeModuleJsDepth to 10.
    • Set compilerOptions.module to nodenext.
  • Updated react-dom/server imports in tests and JSDoc code examples to suit React v18.
  • Updated the ESLint config.
  • Updated GitHub Actions CI config.
  • Revamped the readme:
    • Removed the badges.
    • Removed the detailed API docs. The JSDoc comments and TypeScript types in the exported modules are now the primary documentation.
    • Added information about Deno, import maps, TypeScript config, and optimal JavaScript module design.