web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB

  1. # 4.0.1 - 2020-12-18
  2. - Fixed: error when attribute selector containing :not ([#17](https://github.com/postcss/postcss-selector-not/pull/17))
  3. # 4.0.0 - 2018-09-17
  4. - Added: compatibility with postcss v7.x
  5. - Added: compatibility with node v6.x
  6. # 3.0.1 - 2017-05-15
  7. - Fixed: incorrect export ([#8](https://github.com/postcss/postcss-selector-not/issues/8))
  8. # 3.0.0 - 2017-05-11
  9. - Added: compatibility with postcss v6.x
  10. # 2.0.0 - 2015-08-25
  11. - Removed: compatibility with postcss v4.x
  12. - Added: compatibility with postcss v5.x
  13. # 1.2.1 - 2015-06-16
  14. - Fixed: selector was updated as an array, which is wrong.
  15. # 1.2.0 - 2015-06-16
  16. - Fixed: spec has been previously misinterpreted and now transform correctly
  17. `:not()` level 4 to collapsed level 3
  18. ([#1](https://github.com/postcss/postcss-selector-not/issues/1))
  19. - Removed: `lineBreak` option (useless now)
  20. # 1.1.0 - 2015-06-13
  21. - Added: `lineBreak` option
  22. # 1.0.2 - 2015-06-13
  23. - Fixed: support of pseudo classes that use parenthesis
  24. # 1.0.1 - 2015-04-30
  25. - Fixed: the module now works in non babel environments
  26. # 1.0.0 - 2015-04-30
  27. ✨ First release