Version 1.4.0-alpha.1
Pre-release
Pre-release
programming-with-ia
released this
16 Sep 14:35
·
16 commits
to master
since this release
Major Changes
- ESM Only Support: This release transitions to ES modules (
.mjs
) only. Support for CommonJS has been removed to align with modern JavaScript standards.
Dependency Updates
-
Added
peerDependencies
:class-variance-authority
clsx
next-themes
react
react-dom
These dependencies are now specified as peer dependencies to ensure compatibility and avoid bundling conflicts.
Other Changes
- Removed Sourcemaps: Sourcemaps have been removed from the build output to reduce bundle size.
Notes:
- Breaking Change: This version no longer supports CommonJS. Projects relying on CommonJS will need to adjust their configurations.
- Upgrade Instructions: Ensure compatibility with ES modules and update your dependencies as specified.