-
Notifications
You must be signed in to change notification settings - Fork 90
Conversation
6a1cb74
to
85e0379
Compare
@jonathantneal do you have an estimate for this? We are eagerly waiting for the updated presets 😄 |
How about to add some new plugins in this release? |
@jonathantneal I don't see the |
Is this still intended? I'm having a lot of issues upgrading to next postcss but not 100% sure they're related to this being missing. |
is there any progress on the 7.0.0 version ? |
I'm not seeing any progress in this PR, but it would be great to upgrade |
Is there anything that we can help to have this PR merged? |
bc2f6a6
to
1a0fdac
Compare
@simonjoom I'm fairly close to have all tests passing. Will be ready soon on a PR |
Finally I updated the code to be compatible 100% with postcss8
if you do not change code of postcss-preset-env like I did, it is not working for me. But I found an issue with double-position-gradients with my css (compilation seems to loop or very slow;..) , in my case I disabled this plugin in code |
There other things that need updating and some other bugs unearthed with this. Such as the font system ui plug-in for example |
thanks for the release, I need still to disable double-position-gradients else the project not building |
* Updating as per plugin spec See postcss/postcss-font-variant#15 * Adding all property back * Updating System UI plugin to be compatible with PostCSS 8 * Removing no longer existing property * Autoprefixer false doesn't mess with the rest of the file * Updating with up to spec from image set plugin * Using last mod since color-mod was rejected and no longer within pack * Updating main file to be up to PostCSS 8
Superseded by #214 |
Changes to PostCSS Preset Env
7.0.0 (April 25, 2020)
autoprefixer
to 9.7.6 (minor)browserslist
to 4.12.0 (minor)caniuse-lite
to 1.0.30001046 (patch)css-blank-pseudo
to 1.0.0 (major)css-has-pseudo
to 1.0.0 (major)css-prefers-color-scheme
to 4.0.0 (major)cssdb
to 5.0.0 (major)postcss
to 7.0.27 (patch)postcss-attribute-case-insensitive
to 4.0.2 (patch)postcss-color-functional-notation
to 3.0.0 (major)postcss-color-rebeccapurple
to 5.0.0 (major)postcss-custom-properties
to 9.1.1 (major)postcss-double-position-gradients
to 2.0.0 (major)postcss-env-function
to 3.0.0 (major)postcss-focus-visible
to 5.0.0 (major)postcss-focus-within
to 4.0.0 (major)postcss-initial
to 3.0.2 (patch)postcss-lab-function
to 3.1.0 (major)postcss-logical
to 4.0.2 (major)postcss-nesting
to 7.0.1 (patch)postcss-place
to 5.0.0 (major)Remaining Work
Update PostCSS Values Parser from v2 to v3
postcss-image-set-function
postcss-color-mod-function
(this plugin will be removed or replaced)