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

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

initial commit

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