| 1 | # Changes to PostCSS Color Hex Alpha
|
|---|
| 2 |
|
|---|
| 3 | ### 8.0.4 (June 10, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Fixed: Issue with SVG hashes being interpreted as hex colors
|
|---|
| 6 |
|
|---|
| 7 | ### 8.0.3 (February 5, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Improved `es module` and `commonjs` compatibility
|
|---|
| 10 |
|
|---|
| 11 | ### 8.0.2 (January 2, 2022)
|
|---|
| 12 |
|
|---|
| 13 | - Removed Sourcemaps from package tarball.
|
|---|
| 14 | - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
|---|
| 15 |
|
|---|
| 16 | ### 8.0.1 (December 16, 2021)
|
|---|
| 17 |
|
|---|
| 18 | - Changed: now uses `postcss-value-parser` for parsing.
|
|---|
| 19 | - Updated: documentation
|
|---|
| 20 |
|
|---|
| 21 | ### 8.0.0 (September 22, 2021)
|
|---|
| 22 |
|
|---|
| 23 | - Updated: PostCSS Values Parser to v8 (major).
|
|---|
| 24 | - Added missing `dist` to bundle.
|
|---|
| 25 | - Added missing `exports` to `package.json`
|
|---|
| 26 | - Added missing `types` to `package.json`
|
|---|
| 27 | - Added bundling & testing as prepublish step.
|
|---|
| 28 |
|
|---|
| 29 | ### 7.0.0 (January 12, 2021)
|
|---|
| 30 |
|
|---|
| 31 | - Updated: Support for PostCSS v8+
|
|---|
| 32 |
|
|---|
| 33 | ### 6.0.0 (April 25, 2020)
|
|---|
| 34 |
|
|---|
| 35 | - Updated: `postcss` to 7.0.27 (patch).
|
|---|
| 36 | - Updated: `postcss-values-parser` to 3.2.0 (major).
|
|---|
| 37 | - Updated: Node support to 10.0.0 (major).
|
|---|
| 38 | - Updated: Feature to use new percentage syntax.
|
|---|
| 39 | - Removed: Support for the removed `gray()` function.
|
|---|
| 40 |
|
|---|
| 41 | ### 5.0.3 (March 30, 2019)
|
|---|
| 42 |
|
|---|
| 43 | - Fixed: Issue with SVG hashes being interpretted as hex colors
|
|---|
| 44 | - Updated: `postcss` to 7.0.14 (patch)
|
|---|
| 45 | - Updated: `postcss-values-parser` to 2.0.1 (patch)
|
|---|
| 46 |
|
|---|
| 47 | ### 5.0.2 (September 18, 2018)
|
|---|
| 48 |
|
|---|
| 49 | - Updated: PostCSS Values Parser 2 (patch for this project)
|
|---|
| 50 |
|
|---|
| 51 | ### 5.0.1 (September 18, 2018)
|
|---|
| 52 |
|
|---|
| 53 | - Fixed: Issue correclty calculating each channel
|
|---|
| 54 |
|
|---|
| 55 | ### 5.0.0 (September 18, 2018)
|
|---|
| 56 |
|
|---|
| 57 | - Initial version
|
|---|
| 58 |
|
|---|
| 59 | ### 4.0.0 (September 17, 2018)
|
|---|
| 60 |
|
|---|
| 61 | - Updated: Support for PostCSS v7+
|
|---|
| 62 | - Updated: Support for Node v6+
|
|---|
| 63 | - Updated: color v3+
|
|---|
| 64 |
|
|---|
| 65 | ### 3.0.0 (May 15, 2017)
|
|---|
| 66 |
|
|---|
| 67 | - Added: compatibility with postcss v6.x
|
|---|
| 68 | - Updated dependencies
|
|---|
| 69 |
|
|---|
| 70 | ### 2.0.0 (September 8, 2015)
|
|---|
| 71 |
|
|---|
| 72 | - Added: compatibility with postcss v5.x
|
|---|
| 73 | - Removed: compatiblity with postcss v4.x
|
|---|
| 74 |
|
|---|
| 75 | ### 1.3.0 (August 13, 2015)
|
|---|
| 76 |
|
|---|
| 77 | - Added: compatibility with postcss v4.1.x
|
|---|
| 78 | ([#3](https://github.com/postcss/postcss-color-hex-alpha/pull/3))
|
|---|
| 79 |
|
|---|
| 80 | ### 1.1.0 (November 25, 2014)
|
|---|
| 81 |
|
|---|
| 82 | - Enhanced exceptions
|
|---|
| 83 |
|
|---|
| 84 | ### 1.0.0 - (October 4, 2014)
|
|---|
| 85 |
|
|---|
| 86 | Initial release from [postcss-color](https://github.com/postcss/postcss-color)
|
|---|