Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

3 anos atrás
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # 4.0.0 - 2018-09-17
  2. - Added: compatibility with postcss v7.x
  3. - Added: compatibility with node v6.x
  4. # 3.0.1 - 2017-05-15
  5. - Fixed: incorrect export
  6. # 3.0.0 - 2017-05-11
  7. - Added: compatibility with postcss v6.x
  8. # 2.0.5 - 2016-09-13
  9. - Fixed: another regression of 2.0.2
  10. (don't mangle selector parts that don't contain `:matches`)
  11. ([#13](https://github.com/postcss/postcss-selector-matches/pull/13) - @rgrove)
  12. # 2.0.4 - 2016-09-06
  13. - Fixed: another regression of 2.0.2
  14. ([#10](https://github.com/postcss/postcss-selector-matches/pull/10) - @MoOx)
  15. # 2.0.3 - 2016-09-06
  16. - Fixed: regression of 2.0.2 due to a transpilation upgrade
  17. (@MoOx)
  18. # 2.0.2 - 2016-09-06
  19. - Fixed: .class:matches(element) now produce element.class
  20. ([#8](https://github.com/postcss/postcss-selector-matches/pull/8) - @yordis)
  21. # 2.0.1 - 2015-10-26
  22. - Fixed: pseudo selectors with multiple matches in a selector
  23. # 2.0.0 - 2015-08-25
  24. - Removed: compatibility with postcss v4.x
  25. - Added: compatibility with postcss v5.x
  26. # 1.2.1 - 2015-07-14
  27. - Fixed: plugin is correctly exposed for normal commonjs environments (!babel)
  28. ([#5](https://github.com/postcss/postcss-selector-matches/issues/5))
  29. # 1.2.0 - 2015-07-14
  30. - Fixed: indentation adjustment doesn't contain useless new lines
  31. - Fixed: transformation doesn't add some useless whitespace
  32. - Added: plugin now expose `replaceRuleSelector` to make it easy to reuse in
  33. some others plugins (like `postcss-custom-selectors`).
  34. # 1.1.2 - 2015-06-29
  35. - Fixed: support pseudo-element that might be collapsed to :matches()
  36. ([#4](https://github.com/postcss/postcss-selector-matches/issues/4))
  37. - Fixed: doesn't drop selectors parts that do not have :matches() in them
  38. # 1.1.1 - 2015-06-17
  39. - Fixed: no more duplicates in generated selector
  40. ([#3](https://github.com/postcss/postcss-selector-matches/issues/3))
  41. # 1.1.0 - 2015-06-13
  42. - Added: `lineBreak` option
  43. ([#1](https://github.com/postcss/postcss-selector-matches/issues/1))
  44. # 1.0.2 - 2015-06-13
  45. - Fixed: support of pseudo classes that use parenthesis
  46. ([#2](https://github.com/postcss/postcss-selector-matches/issues/2))
  47. # 1.0.1 - 2015-04-30
  48. - Fixed: the module now works in non babel environments
  49. # 1.0.0 - 2015-04-30
  50. ✨ First release