source: trip-planner-front/node_modules/colord/CHANGELOG.md@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 3.3 KB
Line 
1### 2.9.1
2
3- Fix: Make minification lossless
4- Fix: Minify to name only if color is opaque
5
6### 2.9.0
7
8- New plugin: Color string minification 🗜
9
10### 2.8.0
11
12- New `delta` method to calculate the perceived color difference between two colors ❤️ [@EricRovell](https://github.com/EricRovell)
13
14### 2.7.0
15
16- Improve `mix` plugin by adding new `tints`, `tones` and `shades` methods ❤️ [@EricRovell](https://github.com/EricRovell)
17
18### 2.6.0
19
20- Support "double split complementary" color harmony generation ❤️ [@EricRovell](https://github.com/EricRovell) & [@lbragile](https://github.com/lbragile)
21
22### 2.5.0
23
24- New `closest` option of `toName` method allows you to find the closest color if there is no exact match
25
26### 2.4.0
27
28- New plugin: Color harmonies generator ❤️ [@EricRovell](https://github.com/EricRovell)
29
30### 2.3.0
31
32- Add new `isEqual` method ❤️ [@EricRovell](https://github.com/EricRovell)
33
34### 2.2.0
35
36- New plugin: CMYK color space ❤️ [@EricRovell](https://github.com/EricRovell)
37
38### 2.1.0
39
40- Add new `hue` and `rotate` methods
41
42### 2.0.1
43
44- Improve the precision of alpha values
45
46### 2.0.0
47
48- Strict string color parsing conforming to the CSS Color Level specifications
49
50### 1.7.2
51
52- Simplify package "exports" field to improve different environments support
53
54### 1.7.1
55
56- Parse a color name disregarding the case
57
58### 1.7.0
59
60- New `getFormat` utility
61- Support HWB color strings (CSS functional notation)
62- Clamp LAB values as defined in CSS Color Level 4 specs
63
64### 1.6.0
65
66- Improvement: You can now use every angle unit supported by CSS (`deg`, `rad`, `grad`, `turn`)
67
68### 1.5.0
69
70- New utility: Random color generation
71
72### 1.4.1
73
74- Mix colors through CIE LAB color space
75
76### 1.4.0
77
78- New plugin: Color mixing
79- Adjust XYZ, LAB and LCH conversions to the D50 white point ([according to the latest CSS specs](https://drafts.csswg.org/css-color-5/#color-spaces)).
80
81### 1.3.1
82
83- Support modern CSS notations of RGB, HSL and LCH color functions
84
85### 1.3.0
86
87- New plugin: CIE LCH color space
88
89### 1.2.1
90
91- Fix: Do not treat 7-digit hex as a valid color ❤️ [@subzey](https://github.com/subzey)
92- Parser update: Turn NaN input values into valid numbers ❤️ [@subzey](https://github.com/subzey)
93
94### 1.2.0
95
96- New plugin: CIE LAB color space
97
98### 1.1.1
99
100- Make bundle 1% lighter
101
102### 1.1.0
103
104- Add `isValid` method
105
106### 1.0
107
108- An official production-ready release
109
110### 0.10.2
111
112- Sort named colors dictionary for better compression ❤️ [@subzey](https://github.com/subzey)
113
114### 0.10.1
115
116- Ignore `null` input in the parsers
117
118### 0.10
119
120- Shorten conversion method names (`toRgba` to `toRgb`, etc)
121
122### 0.9.3
123
124- New plugin: HWB color model
125- More accurate HSL and HSV conversions
126
127### 0.9.2
128
129- Names plugin: Support "transparent" keyword
130
131### 0.9.1
132
133- Improve package exports
134
135### 0.9
136
137- Add CommonJS exports
138
139### 0.8
140
141- New plugin: a11y (Accessibility)
142
143### 0.7
144
145- New plugin: CIE XYZ color space
146
147### 0.6.2
148
149- 20% speed improvement ❤️ [@jeetiss](https://github.com/jeetiss)
150
151### 0.6.1
152
153- 100% code coverage
154
155### 0.6
156
157- Make plugin available in Parcel which doesn't support exports map yet
158- Fix names plugin TS declarations export
159- Documentation
160
161### 0.5
162
163- New plugin: CSS color names
164
165### 0.4
166
167- Make the library ESM-first
168- Add code coverage reports
169
170### 0.3
171
172- Implement Plugin API
173
174### 0.2
175
176- Support 4 and 8 digit Hex
177
178### 0.1
179
180- Basic API
Note: See TracBrowser for help on using the repository browser.