source: frontend/node_modules/postcss-image-set-function/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.3 KB
Line 
1# Changes to PostCSS image-set() Function
2
3### 4.0.7 (July 8, 2022)
4
5- Fix case insensitive matching.
6
7### 4.0.6 (February 5, 2022)
8
9- Improved `es module` and `commonjs` compatibility
10
11### 4.0.5 (January 31, 2022)
12
13- Fix sourcemaps for `image-set()` function
14
15### 4.0.4 (January 2, 2022)
16
17- Removed Sourcemaps from package tarball.
18- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
19
20### 4.0.3 (December 13, 2021)
21
22- Changed: now uses `postcss-value-parser` for parsing.
23- Updated: documentation
24- Added: support for lists of `image-set` functions.
25- Fixed: `url` function is now always added around string values in `image-set` functions.
26
27### 4.0.2 (November 19, 2021)
28
29- Updated: `postcss-value-parser` to 6.0.1 (patch)
30
31### 4.0.1 (November 18, 2021)
32
33- Added: Safeguards against postcss-values-parser potentially throwing an error.
34
35### 4.0.0 (September 17, 2021)
36
37- Updated: Support for PostCS 8+ (major).
38- Updated: Support for Node 12+ (major).
39
40### 3.0.1 (September 18, 2018)
41
42- Updated: PostCSS Values Parser 2
43
44### 3.0.0 (September 17, 2018)
45
46- Updated: Support for PostCSS 7+
47- Updated: Support for Node 6+
48
49### 2.0.0 (May 7, 2018)
50
51- Sort images by DPR and use the lowest as the default
52
53### 1.0.0 (May 2, 2018)
54
55- Initial version
Note: See TracBrowser for help on using the repository browser.