1 | # Changes to PostCSS Color Hex Alpha
|
---|
2 |
|
---|
3 | ### 5.0.3 (March 30, 2019)
|
---|
4 |
|
---|
5 | - Fixed: Issue with SVG hashes being interpretted as hex colors
|
---|
6 | - Updated: `postcss` to 7.0.14 (patch)
|
---|
7 | - Updated: `postcss-values-parser` to 2.0.1 (patch)
|
---|
8 |
|
---|
9 | ### 5.0.2 (September 18, 2018)
|
---|
10 |
|
---|
11 | - Updated: PostCSS Values Parser 2 (patch for this project)
|
---|
12 |
|
---|
13 | ### 5.0.1 (September 18, 2018)
|
---|
14 |
|
---|
15 | - Fixed: Issue correclty calculating each channel
|
---|
16 |
|
---|
17 | ### 5.0.0 (September 18, 2018)
|
---|
18 |
|
---|
19 | - Initial version
|
---|
20 |
|
---|
21 | ### 4.0.0 (September 17, 2018)
|
---|
22 |
|
---|
23 | - Updated: Support for PostCSS v7+
|
---|
24 | - Updated: Support for Node v6+
|
---|
25 | - Updated: color v3+
|
---|
26 |
|
---|
27 | ### 3.0.0 (May 15, 2017)
|
---|
28 |
|
---|
29 | - Added: compatibility with postcss v6.x
|
---|
30 | - Updated dependencies
|
---|
31 |
|
---|
32 | ### 2.0.0 (September 8, 2015)
|
---|
33 |
|
---|
34 | - Added: compatibility with postcss v5.x
|
---|
35 | - Removed: compatiblity with postcss v4.x
|
---|
36 |
|
---|
37 | ### 1.3.0 (August 13, 2015)
|
---|
38 |
|
---|
39 | - Added: compatibility with postcss v4.1.x
|
---|
40 | ([#3](https://github.com/postcss/postcss-color-hex-alpha/pull/3))
|
---|
41 |
|
---|
42 | ### 1.1.0 (November 25, 2014)
|
---|
43 |
|
---|
44 | - Enhanced exceptions
|
---|
45 |
|
---|
46 | ### 1.0.0 - (October 4, 2014)
|
---|
47 |
|
---|
48 | Initial release from [postcss-color](https://github.com/postcss/postcss-color)
|
---|