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.

67 lines
1.6 KiB

  1. # Changes to PostCSS Normalize
  2. ### 8.0.1 (June 10, 2019)
  3. - Fixed: Issue with Windows failing to resolve normalize
  4. - Updated: `browserslist` to 4.6.2 (patch)
  5. - Updated: `postcss` to 7.0.17 (patch)
  6. ### 8.0.0 (June 3, 2019)
  7. - Added: `sanitize.css` 10.0.0 (major)
  8. - Updated: `@csstools/normalize.css` to 10.1.0 (major)
  9. - Updated: `browserslist` to 4.5.6 (minor)
  10. - Updated: `postcss` to 7.0.16 (patch)
  11. - Updated: Node 8+ compatibility (major)
  12. ### 7.0.1 (August 24, 2018)
  13. - Use postcss-browser-comments v2.0.0 (major, but a patch for this project)
  14. PostCSS Browser Comments was using an older version of PostCSS, requiring 2
  15. versions of PostCSS to use PostCSS Normalize. This update resolves that.
  16. ### 7.0.0 (August 24, 2018)
  17. - Use normalize.css v9.0.1 (major)
  18. ### 6.0.0 (June 16, 2018)
  19. - Use normalize.css v8 (major)
  20. - Include normalize.css comments
  21. - Include normalize.css sourcemap
  22. ### 5.0.0 (June 7, 2018)
  23. - Update `browserslist` to 3.2.8 (major)
  24. - Update: `postcss` to 6.0.22 (patch)
  25. - Update: Node support from v4 to 6 (major)
  26. ### 4.0.0 (June 21, 2017)
  27. - Require insertion point. Make old behavior an option.
  28. - Allow multiple insertion points.
  29. ### 3.0.0 (May 26, 2017)
  30. - Use jonathantneal/normalize.css v7
  31. - Change the insertion point to `@import-normalize` to avoid confusion or
  32. collision with standard import behavior
  33. ### 2.1.0 (May 26, 2017)
  34. - Support an insertion point via `@import postcss-normalize`
  35. - Update tree creation to avoid AST issues with source
  36. ### 2.0.1 (May 21, 2017)
  37. - Update tree creation to avoid AST issues with other PostCSS plugins
  38. ### 2.0.0 (May 17, 2017)
  39. - Support PostCSS 6
  40. - Support Node 4
  41. ### 1.0.0 (May 2, 2017)
  42. - Initial version