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.

36 lines
601 B

  1. # 4.0.0 2017-09-17
  2. - Updated: Support for PostCSS v7+
  3. - Updated: Support for Node v6+
  4. # 3.0.0 2017-05-10
  5. Change: Use PostCSS 6 API.
  6. # 2.1.2 2016-04-01
  7. Fix: incorrect output when using both > and >= (or similar).(#12)
  8. # 2.1.1 2015-11-26
  9. Fix: Pixels rounding errors in fractional pixels media queries.
  10. # 2.1.0 2015-09-08
  11. Add: Support for `<` and `>` without `=`.
  12. # 2.0.0 2015-09-05
  13. Change: Use PostCSS 5.0 API.
  14. # 1.2.0 2015-07-06
  15. Change: Use PostCSS 4.1 plugin API.
  16. # 1.1.0 2014-12-15
  17. Add: `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
  18. # 1.0.0
  19. The first release.