Releases: postcss/postcss-selector-matches
Releases · postcss/postcss-selector-matches
3.0.1
Compare
Sorry, something went wrong.
No results found
3.0.0
Compare
Sorry, something went wrong.
No results found
Added: compatibility with postcss v6.x
2.0.5
Compare
Sorry, something went wrong.
No results found
MoOx
released this
13 Sep 06:42
Fixed: another regression of 2.0.2
(don't mangle selector parts that don't contain :matches)
(#13 - @rgrove )
2.0.4
Compare
Sorry, something went wrong.
No results found
MoOx
released this
06 Sep 21:33
Fixed: another regression of 2.0.2
(#10 - @MoOx )
2.0.3
Compare
Sorry, something went wrong.
No results found
MoOx
released this
06 Sep 07:08
Fixed: regression of 2.0.2 due to a transpilation upgrade
(@MoOx )
2.0.2
Compare
Sorry, something went wrong.
No results found
MoOx
released this
06 Sep 05:59
Fixed: .class:matches(element) now produce element.class
(#8 - @yordis )
2.0.1
Compare
Sorry, something went wrong.
No results found
MoOx
released this
26 Oct 19:34
Fixed: pseudo selectors with multiple matches in a selector
2.0.0
Compare
Sorry, something went wrong.
No results found
MoOx
released this
25 Aug 05:10
Removed: compatibility with postcss v4.x
Added: compatibility with postcss v5.x
1.2.1
Compare
Sorry, something went wrong.
No results found
MoOx
released this
14 Jul 08:34
Fixed: plugin is correctly exposed for normal commonjs environments (!babel)
(#5 )
1.2.0
Compare
Sorry, something went wrong.
No results found
MoOx
released this
14 Jul 05:27
Fixed: indentation adjustment doesn't contain useless new lines
Fixed: transformation doesn't add some useless whitespace
Added: plugin now expose replaceRuleSelector to make it easy to reuse in
some others plugins (like postcss-custom-selectors).