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 usingimport 'yet-another-color-picker'
specifically for its side effect of registering the custom element.