source: frontend/node_modules/@csstools/postcss-is-pseudo-class/CHANGELOG.md

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

Fix frontend appearance

  • Property mode set to 100644
File size: 1.4 KB
Line 
1# Changes to PostCSS Is Pseudo Class
2
3### 2.0.7 (July 8, 2022)
4
5- Fix case insensitive matching.
6
7### 2.0.6 (June 23, 2022)
8
9- Fix selector order with any pseudo element.
10- Fix transforming pseudo elements in `:is()`. Following the specification pseudo elements are invalid and we now transform to a known invalid pseudo element.
11- Add `onPseudoElement` plugin option. Set `{ onPseudoElement: 'warning' }` to receive warnings when this plugin encounters an unprocessable pseudo element.
12
13### 2.0.5 (June 4, 2022)
14
15- Update `@csstools/selector-specificity` (major)
16
17### 2.0.4 (May 17, 2022)
18
19- Fix selector order with `:before` and other pseudo elements.
20
21### 2.0.3 (May 11, 2022)
22
23- Use `@csstools/selector-specificity` for specificity calculations.
24
25### 2.0.2 (April 4, 2022)
26
27- Improved : compound selector order with pseudo elements
28- Improved : selector specificity calculation.
29
30### 2.0.1 (March 4, 2022)
31
32- Preserve selector order as much as possible. Fixes issues where pseudo elements `::before` were moved.
33
34### 2.0.0 (January 31, 2022)
35
36- Remove `skip` flag in `onComplexSelectors` option.
37
38If a complex selector is encountered that has no known equivalent, it will always be skipped and preserved now.
39
40The previous behavior was to remove `:is()` even if that broke the selector.
41
42### 1.0.1 (January 17, 2022)
43
44- Fix selector order
45
46### 1.0.0 (January 13, 2022)
47
48- initial release
Note: See TracBrowser for help on using the repository browser.