You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.