Skip to content

Latest commit

 

History

History
205 lines (96 loc) · 9.51 KB

CHANGELOG.md

File metadata and controls

205 lines (96 loc) · 9.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.2 (2022-11-05)

Features

  • 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)

Bug Fixes

  • handle reattach and changing input (#93) (901150b)

0.7.1 (2022-07-29)

Features

  • add Web Types support for IntelliJ (#79) (787330d)

Bug Fixes

  • center pointer fill using flexbox (#76) (8421a6e)
  • do not restore value after clearing (#77) (fefce0d)

0.7.0 (2022-07-02)

⚠ BREAKING CHANGES

  • do not fire event on setting color (#72)

Features

  • set type in package.json to module (#73) (f31219e)
  • use Custom Elements Manifest analyzer (#74) (5422770)

Internal Changes

  • do not fire event on setting color (#72) (de8ceeb)

0.6.2 (2021-08-07)

Bug Fixes

0.6.1 (2021-05-31)

Bug Fixes

  • resolve rounded corner rendering bug (#54) (49c8a8e)

0.6.0 (2021-05-24)

⚠ BREAKING CHANGES

  • simplify internal elements (#25)

Features

  • add color-changed event typings (#31) (4776869)
  • support modern CSS color notations (#39) (db0eed3)

Bug Fixes

Internal Changes

0.5.3 (2020-12-25)

Bug Fixes

0.5.2 (2020-11-24)

Bug Fixes

0.5.1 (2020-10-22)

Bug Fixes

  • round color output values (a68c80a)

0.5.0 (2020-10-20)

⚠ BREAKING CHANGES

  • use Shadow DOM in hex-input (#16)

Internal Changes

0.4.0 (2020-09-28)

⚠ BREAKING CHANGES

  • rename protected methods

Features

  • implement accessibility support (23805f5)

Internal Changes

  • hide internals with symbols (0f1d7e8)

0.3.1 (2020-09-19)

Bug Fixes

  • ignore mouse on touch devices (0ea812f)

0.3.0 (2020-09-15)

⚠ BREAKING CHANGES

  • update ColorModel to use fromHsva and toHsva instead of fromHsv and toHsv

Features

  • add alpha color picker components (248b216)
  • hsv-string and hva-string pickers (d067683)

0.2.1 (2020-09-11)

Bug Fixes

  • add hidden attribute styles (0c490dd)

0.2.0 (2020-09-08)

⚠ BREAKING CHANGES

  • rename components and types (#5)

Internal Changes

0.1.2 (2020-09-05)

Bug Fixes

  • only fire event if color changes (#4) (9440820)

0.1.1 (2020-09-03)

Features

  • add base classes entrypoints (#2) (31024ca)

Bug Fixes

  • prevent exception in hex-input (2c2b74c)
  • run internal setters properly (#3) (fe32815)

0.1.0 (2020-09-01)

Features

  • 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)

Bug Fixes

  • prevent selection in Safari (43a2b2e)