Releases: csstools/postcss-custom-selectors
Releases · csstools/postcss-custom-selectors
6.0.0
12 Jan 16:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
4.0.0
12 May 08:20
Compare
Sorry, something went wrong.
No results found
Added: compatibility with postcss v6.x
3.0.0
25 Aug 05:25
Compare
Sorry, something went wrong.
No results found
Removed: compatibility with postcss v4.x
Added: compatibility with postcss v5.x
2.3.0
14 Jul 16:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed: Use PostCSS 4.1 plugin API.
V 2.0.1
04 Jun 06:21
Compare
Sorry, something went wrong.
No results found
Fixed: (foo, bar) conversion error exists in the selector(See also :matches() test ).