Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Releases: csstools/postcss-selector-not

5.0.0

31 Jan 12:30
Compare
Choose a tag to compare
  • Added: Support for PostCSS v8.

4.0.1

18 Dec 09:26
Compare
Choose a tag to compare
  • Fixed: error when attribute selector containing :not (#17)

4.0.0

18 Dec 09:25
Compare
Choose a tag to compare
  • Added: compatibility with postcss v7.x
  • Added: compatibility with node v6.x

3.0.1

15 May 07:06
Compare
Choose a tag to compare
  • Fixed: incorrect export (#8)

3.0.0

11 May 06:44
Compare
Choose a tag to compare
  • Added: compatibility with postcss v6.x

2.0.0

25 Aug 05:15
Compare
Choose a tag to compare
  • Removed: compatibility with postcss v4.x
  • Added: compatibility with postcss v5.x

1.2.1

16 Jun 12:35
Compare
Choose a tag to compare
  • Fixed: selector was updated as an array, which is wrong.

1.2.0

16 Jun 06:58
Compare
Choose a tag to compare
  • Fixed: spec has been previously misinterpreted and now transform correctly
    :not() level 4 to collapsed level 3
    (#1)
  • Removed: lineBreak option (useless now)

1.1.0

13 Jun 06:38
Compare
Choose a tag to compare
  • Added: lineBreak option

1.0.2

13 Jun 06:32
Compare
Choose a tag to compare
  • Fixed: support of pseudo classes that use parenthesis