Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | # 4.0.1 - 2020-12-18
|
---|
| 2 |
|
---|
| 3 | - Fixed: error when attribute selector containing :not ([#17](https://github.com/postcss/postcss-selector-not/pull/17))
|
---|
| 4 |
|
---|
| 5 | # 4.0.0 - 2018-09-17
|
---|
| 6 |
|
---|
| 7 | - Added: compatibility with postcss v7.x
|
---|
| 8 | - Added: compatibility with node v6.x
|
---|
| 9 |
|
---|
| 10 | # 3.0.1 - 2017-05-15
|
---|
| 11 |
|
---|
| 12 | - Fixed: incorrect export ([#8](https://github.com/postcss/postcss-selector-not/issues/8))
|
---|
| 13 |
|
---|
| 14 | # 3.0.0 - 2017-05-11
|
---|
| 15 |
|
---|
| 16 | - Added: compatibility with postcss v6.x
|
---|
| 17 |
|
---|
| 18 | # 2.0.0 - 2015-08-25
|
---|
| 19 |
|
---|
| 20 | - Removed: compatibility with postcss v4.x
|
---|
| 21 | - Added: compatibility with postcss v5.x
|
---|
| 22 |
|
---|
| 23 | # 1.2.1 - 2015-06-16
|
---|
| 24 |
|
---|
| 25 | - Fixed: selector was updated as an array, which is wrong.
|
---|
| 26 |
|
---|
| 27 | # 1.2.0 - 2015-06-16
|
---|
| 28 |
|
---|
| 29 | - Fixed: spec has been previously misinterpreted and now transform correctly
|
---|
| 30 | `:not()` level 4 to collapsed level 3
|
---|
| 31 | ([#1](https://github.com/postcss/postcss-selector-not/issues/1))
|
---|
| 32 | - Removed: `lineBreak` option (useless now)
|
---|
| 33 |
|
---|
| 34 | # 1.1.0 - 2015-06-13
|
---|
| 35 |
|
---|
| 36 | - Added: `lineBreak` option
|
---|
| 37 |
|
---|
| 38 | # 1.0.2 - 2015-06-13
|
---|
| 39 |
|
---|
| 40 | - Fixed: support of pseudo classes that use parenthesis
|
---|
| 41 |
|
---|
| 42 | # 1.0.1 - 2015-04-30
|
---|
| 43 |
|
---|
| 44 | - Fixed: the module now works in non babel environments
|
---|
| 45 |
|
---|
| 46 | # 1.0.0 - 2015-04-30
|
---|
| 47 |
|
---|
| 48 | ✨ First release
|
---|
Note:
See
TracBrowser
for help on using the repository browser.