| 1 | # Changes to PostCSS Place Properties
|
|---|
| 2 |
|
|---|
| 3 | ### 7.0.5 (July 8, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Fix case insensitive matching.
|
|---|
| 6 |
|
|---|
| 7 | ### 7.0.4 (February 5, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Improved `es module` and `commonjs` compatibility
|
|---|
| 10 |
|
|---|
| 11 | ### 7.0.3 (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 | ### 7.0.2 (December 13, 2021)
|
|---|
| 17 |
|
|---|
| 18 | - Changed: now uses `postcss-value-parser` for parsing.
|
|---|
| 19 | - Updated: documentation
|
|---|
| 20 |
|
|---|
| 21 | ## 7.0.1 (November 18, 2021)
|
|---|
| 22 |
|
|---|
| 23 | - Added: Safeguards against postcss-values-parser potentially throwing an error.
|
|---|
| 24 | - Updated: postcss-value-parser to 6.0.1 (patch)
|
|---|
| 25 |
|
|---|
| 26 | ## 7.0.0 (September 17, 2021)
|
|---|
| 27 |
|
|---|
| 28 | - Updated: Support for PostCS 8+ (major).
|
|---|
| 29 | - Updated: Support for Node 12+ (major).
|
|---|
| 30 |
|
|---|
| 31 | ## 6.0.0 (January 12, 2021)
|
|---|
| 32 |
|
|---|
| 33 | - Updated: Support for PostCSS v8+
|
|---|
| 34 | - Updated: PostCSS Values Parser to 4.x
|
|---|
| 35 |
|
|---|
| 36 | ## 5.0.0 (April 26, 2020)
|
|---|
| 37 |
|
|---|
| 38 | - Updated: PostCSS to 7.0.27 (patch)
|
|---|
| 39 | - Updated: PostCSS Values Parser to 3.2.1 (major)
|
|---|
| 40 | - Updated: Support for Node v10+
|
|---|
| 41 |
|
|---|
| 42 | ### 4.0.1 (September 18, 2018)
|
|---|
| 43 |
|
|---|
| 44 | - Updated: PostCSS Values Parser 2 (patch for this project)
|
|---|
| 45 |
|
|---|
| 46 | ### 4.0.0 (September 17, 2018)
|
|---|
| 47 |
|
|---|
| 48 | - Updated: Support for PostCSS v7+
|
|---|
| 49 | - Updated: Support for Node v6+
|
|---|
| 50 |
|
|---|
| 51 | ### 3.0.1 (May 8, 2018)
|
|---|
| 52 |
|
|---|
| 53 | - Updated: `postcss-values-parser` to v1.5.0 (major)
|
|---|
| 54 | - Updated: `postcss` to v6.0.22 (patch)
|
|---|
| 55 |
|
|---|
| 56 | ### 2.0.0 (June 30, 2017)
|
|---|
| 57 |
|
|---|
| 58 | - Added: Node 4+ compatibility
|
|---|
| 59 | - Added: PostCSS 6+ compatibility
|
|---|
| 60 |
|
|---|
| 61 | ### 1.0.2 (December 8, 2016)
|
|---|
| 62 |
|
|---|
| 63 | - Updated: Use destructing assignment on plugin options
|
|---|
| 64 | - Updated: Use template literals
|
|---|
| 65 |
|
|---|
| 66 | ### 1.0.1 (December 6, 2016)
|
|---|
| 67 |
|
|---|
| 68 | - Updated: boilerplate conventions (`postcss-tape`)
|
|---|
| 69 |
|
|---|
| 70 | ### 1.0.0 (November 25, 2016)
|
|---|
| 71 |
|
|---|
| 72 | - Initial version
|
|---|