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.

3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # Changes to PostCSS Preset Env
  2. ### 6.0.6 (September 23, 2018)
  3. - Updated: `postcss-custom-media` to 7.0.4 (patch)
  4. ### 6.0.5 (September 23, 2018)
  5. - Updated: `postcss-color-mod-function` to 3.0.3 (patch)
  6. ### 6.0.4 (September 23, 2018)
  7. - Updated: `caniuse-lite` to 1.0.30000887 (patch)
  8. - Updated: `postcss-color-mod-function` to 3.0.2 (patch)
  9. ### 6.0.3 (September 21, 2018)
  10. - Updated: `caniuse-lite` to 1.0.30000885 (patch)
  11. - Updated: `postcss-custom-properties` to 8.0.5 (patch)
  12. ### 6.0.2 (September 20, 2018)
  13. - Fixed: Do not break on an empty `importFrom` object
  14. - Fixed: Actually run `postcss-env-function`
  15. ### 6.0.1 (September 20, 2018)
  16. - Fixed: Issue with the `system-ui` font family polyfill by replacing
  17. `postcss-font-family-system-ui` with an internal polyfill, at least until the
  18. problem with the original plugin is resolved.
  19. ### 6.0.0 (September 20, 2018)
  20. - Added: Support for PostCSS 7+
  21. - Added: Support for PostCSS Values Parser 2+
  22. - Added: Support for PostCSS Selector Parser 5+
  23. - Added: Support for Node 6+
  24. - Updated: All 28 plugins
  25. ### 5.4.0 (July 25, 2018)
  26. - Added: `toggle` option to override which features are enabled or disabled
  27. - Deprecated: toggle features with `toggle`, not `features`
  28. ### 5.3.0 (July 24, 2018)
  29. - Updated: `postcss-lab-function` to v1.1.0 (minor update)
  30. ### 5.2.3 (July 21, 2018)
  31. - Updated: `postcss-color-mod-function` to v2.4.3 (patch update)
  32. ### 5.2.2 (July 13, 2018)
  33. - Updated: `autoprefixer` to v8.6.5 (patch update)
  34. - Updated: `caniuse-lite` to v1.0.30000865 (patch update)
  35. - Updated: `postcss-color-functional-notation` to v1.0.2 (patch update)
  36. ### 5.2.1 (June 26, 2018)
  37. - Updated: `caniuse-lite` to v1.0.30000859 (patch update)
  38. - Updated: `postcss-attribute-case-insensitive` to v3.0.1 (patch update)
  39. ### 5.2.0 (June 25, 2018)
  40. - Updated: `autoprefixer` to v8.6.3 (minor update)
  41. - Updated: `caniuse-lite` to v1.0.30000858 (patch update)
  42. - Updated: `postcss` to 6.0.23 (patch update)
  43. - Updated: `postcss-nesting` to v6.0.0 (major internal update, non-breaking for this project)
  44. ### 5.1.0 (May 21, 2018)
  45. - Added: `autoprefixer` option to pass options into autoprefixer
  46. - Updated: `autoprefixer` to v8.5.0 (minor update)
  47. - Updated: `browserslist` to v3.2.8 (patch update)
  48. - Updated: `caniuse-lite` to v1.0.30000844 (patch update)
  49. - Updated: `postcss-color-functional-notation` to v1.0.1 (patch update)
  50. ### 5.0.0 (May 11, 2018)
  51. - Added: `autoprefixer`
  52. - Added: `postcss-color-functional-notation`
  53. - Added: `postcss-env-function`
  54. - Added: `postcss-lab-function`
  55. - Added: `postcss-place`
  56. - Added: `postcss-gap-properties`
  57. - Added: `postcss-overflow-shorthand`
  58. - Updated: `cssdb` to v3.1.0 (major update)
  59. - Updated: In conformance with cssdb v3, the default stage is now 2
  60. - Updated: `postcss-attribute-case-insensitive` to v3.0.0 (major update)
  61. - Updated: `postcss-pseudo-class-any-link` to v5.0.0 (major update)
  62. - Updated: `postcss-image-set-function` to v2.0.0 (major update)
  63. - Updated: `postcss-dir-pseudo-class` to v4.0.0 (major update)
  64. - Updated: `postcss-color-rebeccapurple` to v3.1.0 (minor update)
  65. - Updated: `postcss` to v6.0.22 (patch update)
  66. - Updated: `browserslist` to v3.2.7 (patch update)
  67. - Updated: `caniuse-lite` to v1.0.30000839 (patch update)
  68. All plugins now conform to the latest stable releases of `postcss-value-parser`
  69. v1.5.0 and `postcss-selector-parser` v4.0.0.
  70. ### 4.1.0 (April 23, 2018)
  71. - Updated: `browserslist` to v3.2.5 (patch update)
  72. - Updated: `caniuse-lite` to v1.0.30000830 (patch update)
  73. - Updated: `postcss-apply` to v0.10.0 (minor update)
  74. - Updated: `postcss-nesting` to v5.0.0 (major update, non-breaking for this project)
  75. ### 4.0.0 (April 7, 2018)
  76. - Added: `postcss-focus-within`
  77. - Updated: `postcss-focus-visible` to v3.0.0 (major update)
  78. - Updated: `caniuse-lite` to v1.0.30000824 (patch update)
  79. - Updated: `cssdb` to v2.0.0 (major update)
  80. - Changed: All `specificationId` names to new `id` names for the `cssdb` update.
  81. ### 3.5.0 (April 5, 2018)
  82. - Fixed: `selectors-matches-pseudo` mapping to allow `:matches` polyfilling
  83. - Updated: `postcss-dir-pseudo-class` to v3.0.0 (major update, non-breaking for this project)
  84. - Updated: `postcss-logical` to v1.1.1 (minor update)
  85. - Updated: `postcss` to v6.0.21 (patch update)
  86. - Updated: `browserslist` to v3.2.4 (patch update)
  87. - Updated: `caniuse-lite` to v1.0.30000823 (patch update)
  88. ### 3.4.0 (March 18, 2018)
  89. - Updated: `browserslist` to v3.2.0 (minor update)
  90. - Updated: `postcss` to v6.0.20 (patch update)
  91. - Updated: `postcss-image-set-polyfill` to `@csstools/postcss-image-set-function` (hopefully temporarily)
  92. ### 3.3.0 (March 16, 2018)
  93. - Updated: `postcss-apply` to v0.9.0 (minor update)
  94. - Updated: `browserslist` to v3.1.2 (patch update)
  95. - Updated: `caniuse-lite` to v1.0.30000815 (patch update)
  96. - Updated: distribution to cjs and es bundles
  97. ### 3.2.2 (February 27, 2018)
  98. - Updated: `postcss-color-mod-function` to v2.4.2 (patch update)
  99. ### 3.2.1 (February 21, 2018)
  100. - Updated: Use the latest tested version of all dependencies
  101. ### 3.2.0 (February 18, 2018)
  102. - Added: `postcss-page-break` which has moved here from Autoprefixer
  103. ### 3.1.0 (February 17, 2018)
  104. - Added: `postcss-focus-visible`
  105. ### 3.0.0 (February 16, 2018)
  106. - Updated: `postcss-color-mod-function` to v2.4 (minor update)
  107. - Updated: `postcss-custom-properties` to v7.0 (major update)
  108. ### 2.2.0 (February 14, 2018)
  109. - Updated: `browserslist` to v3.1 (major update)
  110. - Updated: `postcss-color-mod-function` to v2.3 (minor update)
  111. - Improved: cleaned up one reusable variable and added a few tests
  112. ### 2.1.0 (January 22, 2018)
  113. - Updated: `cssdb` to v1.5 (minor update)
  114. - Updated: `postcss-color-mod-function` to v2.2 (major update)
  115. - Updated: `postcss-font-family-system-ui` to v3.0 (repo update)
  116. ### 2.0.0 (January 16, 2018)
  117. - Initial version
  118. ### 1.0.0 (December 20, 2017)
  119. - Unsupported version accidentally published by a member of the community