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

Releases: csstools/postcss-custom-selectors

6.0.0

12 Jan 16:57
Compare
Choose a tag to compare

6.0.0 (January 12, 2021)

  • Added: Support for PostCSS v8
  • Added: Support for Node v10+
  • Fixed: importing from multiple sources (#42)

5.1.1

19 Sep 03:38
Compare
Choose a tag to compare
  • Added: New preserve option to preserve custom selectors and rules using them
  • Added: New importFrom option to specify where to import custom selectors
  • Added: New exportTo function to specify where to export custom selectors
  • Added: Support for PostCSS 7+
  • Added: Support for Node 6+
  • Fixed: Selectors like .foo:--h1 become h1.foo instead of .fooh1

4.0.1

15 May 07:10
Compare
Choose a tag to compare
  • Fixed: incorrect export

4.0.0

12 May 08:20
Compare
Choose a tag to compare
  • Added: compatibility with postcss v6.x

3.0.0

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

2.3.0

14 Jul 16:57
Compare
Choose a tag to compare
  • Fixed: Nested/mixed selectors now works correctly
    (#19)
  • Added: transformMatches option to limit transformation to :matches()
    replacements.

V 2.2.0

02 Jul 02:23
Compare
Choose a tag to compare
  • Fixed: No more useless warnings for undefined non custom selectors
    (#22)
  • Changed: warnings now use PostCSS message API

V 2.1.1

02 Jul 02:22
Compare
Choose a tag to compare
  • Fixed: the lineBreak option keeping the selectors indent
    (#18)
  • Fixed: the tip of an undefined selector
    (#20)

V 2.1.0

04 Jun 06:22
Compare
Choose a tag to compare
    • Fixed: Use PostCSS 4.1 plugin API.

V 2.0.1

04 Jun 06:21
Compare
Choose a tag to compare
    • Fixed: (foo, bar) conversion error exists in the selector(See also :matches() test).