All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.2 (2022-11-05)
- add hex-alpha-color-picker component (#81) (32c9c14)
- add prefixed property to hex-input (#92) (45cdc57)
- add support for alpha to hex-input (#91) (f6a5d4c)
0.7.1 (2022-07-29)
- center pointer fill using flexbox (#76) (8421a6e)
- do not restore value after clearing (#77) (fefce0d)
0.7.0 (2022-07-02)
- do not fire event on setting color (#72)
- set type in package.json to module (#73) (f31219e)
- use Custom Elements Manifest analyzer (#74) (5422770)
0.6.2 (2021-08-07)
0.6.1 (2021-05-31)
0.6.0 (2021-05-24)
- simplify internal elements (#25)
0.5.3 (2020-12-25)
0.5.2 (2020-11-24)
0.5.1 (2020-10-22)
- round color output values (a68c80a)
0.5.0 (2020-10-20)
- use Shadow DOM in hex-input (#16)
0.4.0 (2020-09-28)
- rename protected methods
- implement accessibility support (23805f5)
- hide internals with symbols (0f1d7e8)
0.3.1 (2020-09-19)
- ignore mouse on touch devices (0ea812f)
0.3.0 (2020-09-15)
- update
ColorModel
to usefromHsva
andtoHsva
instead offromHsv
andtoHsv
0.2.1 (2020-09-11)
- add hidden attribute styles (0c490dd)
0.2.0 (2020-09-08)
- rename components and types (#5)
0.1.2 (2020-09-05)
0.1.1 (2020-09-03)
- add exports for relevant types (69fac69)
- allow custom input in hex-input (843d15d)
- implement color picker component (49bad73)
- implement hex-input component (7d037a5)
- implement hue and saturation (379f82c)
- use different pointers parts (2aa7954)
- prevent selection in Safari (43a2b2e)