Skip to content

Releases: postcss/postcss-selector-matches

3.0.1

Choose a tag to compare

@Semigradsky Semigradsky released this 15 May 07:00
  • Fixed: incorrect export

3.0.0

Choose a tag to compare

@Semigradsky Semigradsky released this 11 May 14:20
  • Added: compatibility with postcss v6.x

2.0.5

Choose a tag to compare

@MoOx 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

Choose a tag to compare

@MoOx MoOx released this 06 Sep 21:33
  • Fixed: another regression of 2.0.2
    (#10 - @MoOx)

2.0.3

Choose a tag to compare

@MoOx MoOx released this 06 Sep 07:08
  • Fixed: regression of 2.0.2 due to a transpilation upgrade
    (@MoOx)

2.0.2

Choose a tag to compare

@MoOx MoOx released this 06 Sep 05:59
  • Fixed: .class:matches(element) now produce element.class
    (#8 - @yordis)

2.0.1

Choose a tag to compare

@MoOx MoOx released this 26 Oct 19:34
  • Fixed: pseudo selectors with multiple matches in a selector

2.0.0

Choose a tag to compare

@MoOx MoOx released this 25 Aug 05:10
  • Removed: compatibility with postcss v4.x
  • Added: compatibility with postcss v5.x

1.2.1

Choose a tag to compare

@MoOx MoOx released this 14 Jul 08:34
  • Fixed: plugin is correctly exposed for normal commonjs environments (!babel)
    (#5)

1.2.0

Choose a tag to compare

@MoOx 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).