UNPKG

postcss-preset-env

Version:

Convert modern CSS into something browsers understand

161 lines (109 loc) 5.44 kB
# Changes to PostCSS Preset Env ### 6.0.2 (September 20, 2018) - Fixed: Do not break on an empty `importFrom` object - Fixed: Actually run `postcss-env-function` ### 6.0.1 (September 20, 2018) - Fixed: Issue with the `system-ui` font family polyfill by replacing `postcss-font-family-system-ui` with an internal polyfill, at least until the problem with the original plugin is resolved. ### 6.0.0 (September 20, 2018) - Added: Support for PostCSS 7+ - Added: Support for PostCSS Values Parser 2+ - Added: Support for PostCSS Selector Parser 5+ - Added: Support for Node 6+ - Updated: All 28 plugins ### 5.4.0 (July 25, 2018) - Added: `toggle` option to override which features are enabled or disabled - Deprecated: toggle features with `toggle`, not `features` ### 5.3.0 (July 24, 2018) - Updated: `postcss-lab-function` to v1.1.0 (minor update) ### 5.2.3 (July 21, 2018) - Updated: `postcss-color-mod-function` to v2.4.3 (patch update) ### 5.2.2 (July 13, 2018) - Updated: `autoprefixer` to v8.6.5 (patch update) - Updated: `caniuse-lite` to v1.0.30000865 (patch update) - Updated: `postcss-color-functional-notation` to v1.0.2 (patch update) ### 5.2.1 (June 26, 2018) - Updated: `caniuse-lite` to v1.0.30000859 (patch update) - Updated: `postcss-attribute-case-insensitive` to v3.0.1 (patch update) ### 5.2.0 (June 25, 2018) - Updated: `autoprefixer` to v8.6.3 (minor update) - Updated: `caniuse-lite` to v1.0.30000858 (patch update) - Updated: `postcss` to 6.0.23 (patch update) - Updated: `postcss-nesting` to v6.0.0 (major internal update, non-breaking for this project) ### 5.1.0 (May 21, 2018) - Added: `autoprefixer` option to pass options into autoprefixer - Updated: `autoprefixer` to v8.5.0 (minor update) - Updated: `browserslist` to v3.2.8 (patch update) - Updated: `caniuse-lite` to v1.0.30000844 (patch update) - Updated: `postcss-color-functional-notation` to v1.0.1 (patch update) ### 5.0.0 (May 11, 2018) - Added: `autoprefixer` - Added: `postcss-color-functional-notation` - Added: `postcss-env-function` - Added: `postcss-lab-function` - Added: `postcss-place` - Added: `postcss-gap-properties` - Added: `postcss-overflow-shorthand` - Updated: `cssdb` to v3.1.0 (major update) - Updated: In conformance with cssdb v3, the default stage is now 2 - Updated: `postcss-attribute-case-insensitive` to v3.0.0 (major update) - Updated: `postcss-pseudo-class-any-link` to v5.0.0 (major update) - Updated: `postcss-image-set-function` to v2.0.0 (major update) - Updated: `postcss-dir-pseudo-class` to v4.0.0 (major update) - Updated: `postcss-color-rebeccapurple` to v3.1.0 (minor update) - Updated: `postcss` to v6.0.22 (patch update) - Updated: `browserslist` to v3.2.7 (patch update) - Updated: `caniuse-lite` to v1.0.30000839 (patch update) All plugins now conform to the latest stable releases of `postcss-value-parser` v1.5.0 and `postcss-selector-parser` v4.0.0. ### 4.1.0 (April 23, 2018) - Updated: `browserslist` to v3.2.5 (patch update) - Updated: `caniuse-lite` to v1.0.30000830 (patch update) - Updated: `postcss-apply` to v0.10.0 (minor update) - Updated: `postcss-nesting` to v5.0.0 (major update, non-breaking for this project) ### 4.0.0 (April 7, 2018) - Added: `postcss-focus-within` - Updated: `postcss-focus-visible` to v3.0.0 (major update) - Updated: `caniuse-lite` to v1.0.30000824 (patch update) - Updated: `cssdb` to v2.0.0 (major update) - Changed: All `specificationId` names to new `id` names for the `cssdb` update. ### 3.5.0 (April 5, 2018) - Fixed: `selectors-matches-pseudo` mapping to allow `:matches` polyfilling - Updated: `postcss-dir-pseudo-class` to v3.0.0 (major update, non-breaking for this project) - Updated: `postcss-logical` to v1.1.1 (minor update) - Updated: `postcss` to v6.0.21 (patch update) - Updated: `browserslist` to v3.2.4 (patch update) - Updated: `caniuse-lite` to v1.0.30000823 (patch update) ### 3.4.0 (March 18, 2018) - Updated: `browserslist` to v3.2.0 (minor update) - Updated: `postcss` to v6.0.20 (patch update) - Updated: `postcss-image-set-polyfill` to `@csstools/postcss-image-set-function` (hopefully temporarily) ### 3.3.0 (March 16, 2018) - Updated: `postcss-apply` to v0.9.0 (minor update) - Updated: `browserslist` to v3.1.2 (patch update) - Updated: `caniuse-lite` to v1.0.30000815 (patch update) - Updated: distribution to cjs and es bundles ### 3.2.2 (February 27, 2018) - Updated: `postcss-color-mod-function` to v2.4.2 (patch update) ### 3.2.1 (February 21, 2018) - Updated: Use the latest tested version of all dependencies ### 3.2.0 (February 18, 2018) - Added: `postcss-page-break` which has moved here from Autoprefixer ### 3.1.0 (February 17, 2018) - Added: `postcss-focus-visible` ### 3.0.0 (February 16, 2018) - Updated: `postcss-color-mod-function` to v2.4 (minor update) - Updated: `postcss-custom-properties` to v7.0 (major update) ### 2.2.0 (February 14, 2018) - Updated: `browserslist` to v3.1 (major update) - Updated: `postcss-color-mod-function` to v2.3 (minor update) - Improved: cleaned up one reusable variable and added a few tests ### 2.1.0 (January 22, 2018) - Updated: `cssdb` to v1.5 (minor update) - Updated: `postcss-color-mod-function` to v2.2 (major update) - Updated: `postcss-font-family-system-ui` to v3.0 (repo update) ### 2.0.0 (January 16, 2018) - Initial version ### 1.0.0 (December 20, 2017) - Unsupported version accidentally published by a member of the community