source: frontend/node_modules/postcss-selector-not/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.6 KB
Line 
1# Changes to PostCSS Selector Not
2
3### 6.0.1 (July 8, 2022)
4
5- Fixed: Case insensitive `:not` matching.
6
7### 6.0.0 (June 3, 2022)
8
9- Fixed: default export ([#409](https://github.com/csstools/postcss-plugins/issues/409))
10- Fixed: doesn't consider attribute selectors (https://github.com/postcss/postcss-selector-not/issues/23)
11- Fixed: unexpected results when `:not` is not a pseudo class function (https://github.com/postcss/postcss-selector-not/issues/28)
12
13### 5.0.0 (January 31, 2021)
14
15- Added: Support for PostCSS v8.
16
17### 4.0.1 (December 18, 2020)
18
19- Fixed: error when attribute selector containing :not (https://github.com/postcss/postcss-selector-not/pull/17)
20
21### 4.0.0 (September 17, 2017)
22
23- Added: compatibility with postcss v7.x
24- Added: compatibility with node v6.x
25
26### 3.0.1 (May 11, 2015)
27
28- Fixed: incorrect export (https://github.com/postcss/postcss-selector-not/issues/8)
29
30### 3.0.0 (May 11, 2017)
31
32- Added: compatibility with postcss v6.x
33
34### 2.0.0 (August 25, 2015)
35
36- Removed: compatibility with postcss v4.x
37- Added: compatibility with postcss v5.x
38
39### 1.2.1 (June 16, 2015)
40
41- Fixed: selector was updated as an array, which is wrong.
42
43### 1.2.0 (June 16, 2015)
44
45- Fixed: spec has been previously misinterpreted and now transform correctly
46`:not()` level 4 to collapsed level 3
47(https://github.com/postcss/postcss-selector-not/issues/1)
48- Removed: `lineBreak` option (useless now)
49
50### 1.1.0 (June 13, 2015)
51
52- Added: `lineBreak` option
53
54### 1.0.2 (June 13, 2015)
55
56- Fixed: support of pseudo classes that use parenthesis
57
58### 1.0.1 (April 30, 2015)
59
60- Fixed: the module now works in non babel environments
61
62### 1.0.0 (April 30, 2015)
63
64✨ First release
Note: See TracBrowser for help on using the repository browser.