Skip to content

Releases: programming-with-ia/shadcn-theme-editor

Version 1.4.1

18 Nov 14:06
Compare
Choose a tag to compare
v1.4.1

fix: theme-editor buttons key prop

Version 1.4.0

13 Nov 07:37
Compare
Choose a tag to compare

Update version 1.4.0

Version 1.4.0-alpha.4

12 Nov 09:10
Compare
Choose a tag to compare
Version 1.4.0-alpha.4 Pre-release
Pre-release
  • fix: first initialize colors

Version 1.4.0-alpha.3

10 Nov 07:21
Compare
Choose a tag to compare
Version 1.4.0-alpha.3 Pre-release
Pre-release
  • fixed rollup named exports

Version 1.4.0-alpha.2

09 Nov 17:49
Compare
Choose a tag to compare
Version 1.4.0-alpha.2 Pre-release
Pre-release
  • revert changes v1.4.0-alpha.1
  • export other things like Icons and setSavedTheme()
  • enhanced next-themes value change

Version 1.4.0-alpha.1

16 Sep 14:35
Compare
Choose a tag to compare
Version 1.4.0-alpha.1 Pre-release
Pre-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.

Version 1.3.3

10 Sep 03:48
Compare
Choose a tag to compare
  • fix import react-icons | ColorPalette icon | reduce build size

Version 1.3.2

08 Sep 20:42
Compare
Choose a tag to compare
  • editor open button with only icon
  • add close button on sidebar
  • double click to copy single color

Version 1.3.1

28 Aug 13:06
Compare
Choose a tag to compare

fix

  • apply previous color

Version 1.3.0

27 Aug 20:35
Compare
Choose a tag to compare
  • add Randomize Functionality
  • indicate Open | Close in Shadcn-Theme-Editor toggle Button