- css-what is now ESM-only and no longer supports CommonJS
BREADKING: css-what is now ESM-only https://github.com/fb55/css-what/pull/1736
Full Changelog: https://github.com/fb55/css-what/compare/v7.0.0...v8.0.0
css-what release notes.
BREADKING: css-what is now ESM-only https://github.com/fb55/css-what/pull/1736
Full Changelog: https://github.com/fb55/css-what/compare/v7.0.0...v8.0.0
Re-release of 6.2.0
- fix: publish dist 2508b9f
Release 6.2.0 and 6.2.1 included breaking changes; 6.2.2 is a re-publish of 6.1.0
options parameter by @chocolateboy in https://github.com/fb55/css-what/pull/1463Full Changelog: https://github.com/fb55/css-what/compare/v6.1.0...v7
ignoreCase: 'quirks' should ignore the case only in quirks mode.switch statement 7b6cc76Full Changelog: https://github.com/fb55/css-what/compare/v5.1.0...v6.0.0
Full Changelog: https://github.com/fb55/css-what/compare/v5.0.1...v5.1.0
Fixes:
New Features:
ignoreCase on attributes now respects the s flag, as well as default values as per HTML spec (unless you are in xmlMode).
s identifier in attribute selectors (#387 by @Semigradsky) 7a41152Bug fixes: