github / release-radar

Repo for submission of projects to consider for the GitHub Release Radar 📡
https://releaseradar.github.com
Creative Commons Zero v1.0 Universal
299 stars 23 forks source link

[Release Radar Request] PostCSS Preset Env #229

Open romainmenke opened 1 month ago

romainmenke commented 1 month ago

Open Source Project name

PostCSS Preset Env

What is your project?

PostCSS Preset Env lets you convert modern CSS into something most browsers can understand, determining the polyfills you need based on your targeted browsers or runtime environments.

Version

10.0.0

Date

Augustus 3, 2024

Description of breaking changes

We updated support for CSS Nesting to align with the latest specification. This latest iteration preserves the order of nested declarations and rules to better support mixins.

We also dropped support for older node versions and only support node 18 and later.

https://github.com/csstools/postcss-plugins/wiki/PostCSS-Preset-Env-10

GitHub Repo

https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env

Website

https://preset-env.cssdb.org/

Link to changelog

https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md

Social media

nil

Anything else to add?

No response