- Fix being unable to ignore all warning types simultaneously
October 23, 2024
- Updated:
postcss-selector-parser - Updated
@csstools/selector-specificityto5.0.0(major)
August 3, 2024
- Updated: Support for Node v18+ (major).
- Updated
@csstools/selector-specificityto4.0.0(major)
May 13, 2024
- Updated
@csstools/selector-specificityto3.1.1(patch)
May 11, 2024
- Updated
@csstools/selector-specificityto3.1.0(minor)
March 31, 2024
- Updated
@csstools/selector-specificityto3.0.3(patch)
February 19, 2024
- Updated
@csstools/selector-specificityto3.0.2(patch)
December 15, 2023
- Fix type definitions
- Updated
@csstools/selector-specificityto3.0.1(patch)
October 31, 2023
- Improve performance
July 3, 2023
- Change license to
MIT-0(read more about this change in the blog post) - Updated
@csstools/selector-specificityto3.0.0(major)
January 28, 2023
- Improve
typesdeclaration inpackage.json
January 24, 2023
- Run
postcss-cascade-layerslate compared to other PostCSS plugins (breaking)
This will be the last time we change this after several times back and forth. We are sticking with this configuration now.
November 14, 2022
- Run
postcss-cascade-layersearly compared to other PostCSS plugins (breaking) - Updated: Support for Node v14+ (major).
- Fix: Do not throw when a selector is invalid, show a warning instead.
September 17, 2022
- Fix pre-defined layer order in nested
@layerrules.
September 14, 2022
- Add support for
@scopeand@containeras parent rules for@layer
September 7, 2022
- Fix broken
@keyframesin@layer.
July 8, 2022
- Fix case insensitive
@layermatching (@LaYeR). - Updated
@csstools/selector-specificityto2.0.2(patch)
June 23, 2022
- Fix selector order with any pseudo element. This plugin will no longer re-order selectors.
June 4, 2022
- Update
@csstools/selector-specificity(major)
May 20, 2022
- Use only simple
:not(#\#)selectors to adjust specificity.
May 17, 2022
- Process CSS after most other plugins to ensure correct analysis and transformation of sugary CSS.
- Fix selector order with
:beforeand other pseudo elements.
May 12, 2022
- Initial version