Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 18:42
· 4 commits to main since this release

4.0.1 (2024-12-17)

Bug Fixes

  • dist: declaring sideEffects: false in package.json (512142a)

    Fix declaring sideEffects: false in the package.json file with inadvertently breaks the likely most common usage of the package using import 'yet-another-color-picker' specifically for its side effect of registering the custom element.