Skip to content

Version 11.0.0

Latest
Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 02 Sep 00:36

Major

  • Updated Node.js support to ^14.17.0 || ^16.0.0 || >= 18.0.0.
  • Updated the react peer dependency to ^18.0.0.
  • Updated dependencies, some of which require newer Node.js versions than previously supported.
  • Use the node: URL scheme for Node.js builtin module imports in tests.
  • Removed the LinkActive.mjs module and the next optional peer dependency.

Patch

  • Removed the redundant react-dom peer dependency.
  • Updated dev dependencies.
  • Removed the now redundant next dev dependency.
  • Updated ESLint config.
  • Simplified Stylelint dev dependencies and config.
  • Updated jsconfig.json:
    • Set compilerOptions.maxNodeModuleJsDepth to 10.
    • Set compilerOptions.module to nodenext.
  • Updated GitHub Actions CI config:
    • Run tests with Node.js v14, v16, v18.
  • Removed the now redundant not IE > 0 from the Browserslist query.
  • Updated the package description and keywords to remove mention of Next.js.
  • Added esm and mjs package keywords.
  • Updated react-dom/server imports to suit React v18 in tests.
  • Corrected “Markdown” capitalization in documentation.
  • Added a JSDoc description to the React component Margin.
  • Revamped the readme: