source: trip-planner-front/node_modules/@csstools/convert-colors/CHANGELOG.md@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 610 bytes
Line 
1# Changes to Convert Colors
2
3### 1.4.0 (January 27, 2018)
4
5- Add LCH conversions
6- Allow fallbacks in RGB conversions (for gray conversions)
7- Add Lab and LCH tests
8- Simplify test array joining
9- Rename references from "LAB" to "Lab"
10
11### 1.3.0 (January 25, 2018)
12
13- Export all converter combinations of `rgb`, `hsl`, `hwb`, `lab`, `hsv`,
14 `xyz`, and also the `rgb2hue` converter
15- Organize library into files
16
17### 1.2.0 (January 24, 2018)
18
19- Export `rgb2lab`, `lab2rgb`, `hsl2lab`, etc. converters
20
21### 1.1.0 (January 22, 2018)
22
23- Export `rgb2hue` converter
24
25### 1.0.0 (January 21, 2018)
26
27- Initial version
Note: See TracBrowser for help on using the repository browser.