source: trip-planner-front/node_modules/postcss-color-mod-function/CHANGELOG.md@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 1.9 KB
Line 
1# Changes to PostCSS color-mod() Function
2
3### 3.0.3 (September 23, 2018)
4
5- Fixed an issue with certain colors not being tranformed from variables
6
7### 3.0.2 (September 23, 2018)
8
9- Fixed an incompatibility with other `importFrom` plugins
10
11### 3.0.1 (September 18, 2018)
12
13- Fixed an issue with using the `transparent` color keyword
14- Updated to PostCSS Values Parser 2
15
16### 3.0.0 (August 30, 2018)
17
18- Added `importFrom` option which allows you to import Custom Properties from
19CSS, JS, and JSON files, and directly passed objects
20- Fixed an issue where multiple variables could not be used in `color-mod()`
21- Updated to support Node v6+
22
23### 2.4.3 (July 21, 2018)
24
25- Fixed issue with color-mod not being converted within function
26
27### 2.4.2 (February 27, 2018)
28
29- Fixed issue with converting colorspaces
30
31### 2.4.1 (February 21, 2018)
32
33- Fixed issue with spacing around `color-mod` (credit: [@leesdolphin])
34
35### 2.4.0 (February 16, 2018)
36
37- Added build-time support for Custom Properties and Variables
38- Updated `@csstools/convert-colors` to 1.4 (minor update)
39- Updated tests to reflect variable support
40
41### 2.3.0 (January 25, 2018)
42
43- Updated `@csstools/convert-colors` to 1.3 (minor update)
44- Updated tests to reflect more accurate color conversions
45
46### 2.2.0 (January 22, 2018)
47
48- Added `@csstools/convert-colors` to convert between color spaces
49
50### 2.1.0 (January 20, 2018)
51
52- Added support for legacy (comma-separated) `hsl()` colors
53- Added support for all `<hue>` units
54- Added use of legacy (comma-separated) `hsl()` colors when appropriate
55- Improved color conversions
56- Improved support for all `rgb()` colors
57- Removed external math and color dependencies
58
59### 2.0.0 (January 17, 2018)
60
61- Reverse blend/blenda percentage calculations (breaking change)
62- Other improvements (see 4e4de6e)
63
64### 1.1.0 (January 17, 2018)
65
66- Round stringified color values
67
68### 1.0.0 (January 16, 2018)
69
70- Initial version
71
72[@leesdolphin]: https://github.com/leesdolphin
Note: See TracBrowser for help on using the repository browser.