Releases: programming-with-ia/shadcn-theme-editor
Releases · programming-with-ia/shadcn-theme-editor
Version 1.4.1
v1.4.1 fix: theme-editor buttons key prop
Version 1.4.0
Update version 1.4.0
Version 1.4.0-alpha.4
- fix: first initialize colors
Version 1.4.0-alpha.3
- fixed rollup named exports
Version 1.4.0-alpha.2
- revert changes v1.4.0-alpha.1
- export other things like
Icons
andsetSavedTheme()
- enhanced
next-themes
value change
Version 1.4.0-alpha.1
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.
Version 1.3.3
- fix import
react-icons
|ColorPalette
icon | reduce build size
Version 1.3.2
- editor open button with only icon
- add close button on sidebar
- double click to copy single color
Version 1.3.1
fix
- apply previous color
Version 1.3.0
- add Randomize Functionality
- indicate Open | Close in
Shadcn-Theme-Editor
toggle Button