Skip to content

Version 7.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 09 Feb 03:00
· 66 commits to master since this release

Major

  • Replaced styled-jsx CSS-in-JS styling with vanilla CSS files, using the BEM class naming convention. The necessary CSS files (depending on the components used) must be manually loaded in your app.

Minor

  • Made the next peer dependency optional via a new package peerDependenciesMeta field. Now React projects without Next.js installed can install this package and use non Next.js related components via deep imports.

Patch

  • Updated the package description to mention React.
  • Updated the package keywords field.
  • Added a webpack v5 bundle test, asserting the minified and gzipped size is < 3 kB.