Skip to content

Latest commit

 

History

History
49 lines (20 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

49 lines (20 loc) · 2.05 KB

1.2.2 (2024-03-02)

Bug Fixes

  • Fixed typescript declaration file error. #4 (2492124)

1.2.1 (2023-03-10)

Bug Fixes

  • parser: clamp rgb value between 0 and 255 (1684568)

1.2.0 (2023-03-10)

Bug Fixes

  • Fixed calculation of color.mix (51e58f6)
  • The hex2rgb convertor function, if hex does not set alpha, then the returned rgb will not return alpha either (e897d1d)

Features

  • The colorsea function adds a Settings parameter to the instance Settings (8d86102)
  • Allows you to throw error by setting whether an invalid color is entered (4de4447)
  • The colorsea function supports input with a color space string like 'hsl(100, 10%, 50%)' (ab16084)

1.1.0 (2023-02-03)

Features

  • Brightness method and visibility method , Check the visibility of one color over another. (12bca3f)

1.0.1 (2023-02-03)

Features