CSSO@cssoptimizerDec 15, 2021🚀 postcss-csso 6.0 The PostCSS plugin is now using latest CSSO and CSSTree, added ESM support Release notes: github.comRelease 6.0.0 · lahmatiy/postcss-cssoChanged supported versions of Node.js to ^12.20.0, ^14.13.0 and >=15.0.0 Converted to ES modules, CommonJS is supported as well (dual module) Bumped csso to 5.014
CSSO@cssoptimizerDec 4, 2021🚀 CSSO 5.0 just published Migrated to ESM (CommonJS is still supported), added support for CSS Selectors Level 4 in specificity calculation Release notes: github.comRelease 5.0.0 – ESM support, CSS Selectors Level 4 · css/cssoAdded support for CSS Selectors Level 4 and legacy pseudos in specificity calculation, i.e. :has(), :not(), :is(), :matches(), :-moz-any(), :-webkit-any(), :where(), :nth-child...36
CSSO@cssoptimizerNov 26, 2020CSSO 4.2 is out – now it trim value in Custom Properties and fixes a couple of bugs Release 4.2.0 · css/cssoFrom github.com1
CSSO@cssoptimizerOct 27, 2020CSSO 4.1 is out with latest css-tree under the hood and a few bug fixes Release notes: github.comRelease 4.1.0 · css/cssoBumped CSSTree to ^1.0.0 Fixed wrongly merging of TRBL values when one of them contains var() (#420) Fixed wrongly merging of pseudo class and element with the same name, e.g. :-ms-input-placeholde...2
CSSO@cssoptimizerNov 2, 2019postcss-csso 4.0 is out! Drop Node.js < 8.0, update dependencies to latest CSSO & @PostCSS github.comRelease 4.0.0 · lahmatiy/postcss-cssoDropped support for Node.js < 8.0 Added support for postcss ^7.0 Moved postcss to peer dependencies Bumped csso to ^4.0415