Skip to content

Releases: EricRovell/blossom

1.10.0

26 Sep 09:10
Compare
Choose a tag to compare
  • [feature]: extended LAB plugin functionality with .delta() method for perceived color difference calculations using Delta E2000;

(1.9.0): Named CSS Colors

04 Sep 13:01
22d8980
Compare
Choose a tag to compare
  • [feature]: new build-in plugin names plugin with named colors support;
  • [fix]: missing color models type exports;

(1.8.0): HWB model & mix plugin

12 Aug 13:45
55a9777
Compare
Choose a tag to compare
  • [feature]: new build-in plugin with HWB color space support ❤️ @omgovich;
  • [feature]: new build-in plugin mix with color mixing using CIE LAB color space for better results ❤️ @omgovich;

(1.7.0): CIE LCH color space plugin

10 Aug 21:25
Compare
Choose a tag to compare
  • [feature]: .toStringLAB property for string representation of color;
  • [feature]: .toStringXYZ property for string representation of color;
  • [feature]: new build-in plugin with CIE LCH color space support ❤️ @omgovich;

(1.6.0): More plugins and plugin improvements

08 Aug 16:53
987e167
Compare
Choose a tag to compare
  • [feature]: new harmony pallete "double-split-complimentary" available via Harmonies plugin;
  • [feature]: new build-in plugin with CIE XYZ color space support ❤️ @omgovich;
  • [feature]: new build-in plugin with CIE LAB color space support ❤️ @omgovich;

(1.5.0): CMYK features

06 Aug 20:32
Compare
Choose a tag to compare
  • [feature]: parsing CMYK strings;
  • [feature]: string output for CMYK Color models via .toStringCMYK property;
  • [feature]: string output for HSV Color models via .toStringHSV property;
  • [fix]: .luminance property valid type signature;

(1.4.0): A11Y build-in plugin

05 Aug 21:13
87cb6d6
Compare
Choose a tag to compare
  • [feature]: new build-in a11y plugin.

(1.3.1): CommonJS build

02 Aug 22:10
Compare
Choose a tag to compare
upd: updated docs; new temp logo

(1.3.0): Monochromatic plugin

28 Jul 20:03
Compare
Choose a tag to compare
  • Feature: build-in Monochromatic that provides functionatity to generate monochromatic color palletes (tints, shades, tones);
  • Feature: .saturation getter for more precise value of HSL color model saturation;
  • Feature: .lightness getter for more precise value of HSL color model lightness;

(1.2.0) Harmonies plugin

23 Jul 10:39
1405768
Compare
Choose a tag to compare
Merge pull request #2 from EricRovell/harmonies

Harmonies plugin implementation