Releases: eslint/csstree
Releases · eslint/csstree
css-tree: v3.5.0
3.5.0 (2025-04-22)
Features
- Add support for most CSS nesting rules (#37) (9d6b65f)
- Nested selector support (9d6b65f)
css-tree: v3.4.0
3.4.0 (2025-04-16)
Features
- Customize tokenize function via the fork API (#36) (e62301c)
Bug Fixes
css-tree: v3.3.4
3.3.4 (2025-04-09)
Bug Fixes
- Remove outdated
anchor()
& anchor-size()
descriptor patch (afd673a)
- Remove outdated
anchor()
& anchor-size()
function patch (#29) (afd673a)
- Update mdn-data and patch (#32) (20b412f)
css-tree: v3.3.3
3.3.3 (2025-04-04)
Bug Fixes
- Add patch for <cubic-bezier-easing-function> (#28) (c4d6c44), closes #27
- Remove
src
descriptor patch (#23) (e3d17f0)
- Remove
unicode-range
descriptor patch (#25) (2048240)
- Remove outdated
@font-face/unicode-range
descriptor patch (#26) (1ea54f7)
- Remove wrong
scroll-timeline
property patch (#22) (b142b20)
- Remove wrong scroll-timeline property patch (b142b20)
css-tree: v3.3.2
3.3.2 (2025-03-29)
Bug Fixes
- Add missing node types and update other types (#18) (37a6dd4)
css-tree: v3.3.1
3.3.1 (2025-03-20)
Bug Fixes
css-tree: v3.3.0
3.3.0 (2025-03-18)
Features
- Add support for typed custom properties (#11) (0e9d141)
- passthrough env() in lexer syntax matching (#12) (c0e22c0)
Bug Fixes
- Add parse.SyntaxError and parse.config types (#14) (d201786)
- Add types for onToken callback (#9) (b403ffb)
css-tree: v3.2.0
3.2.0 (2025-03-12)
Features
Bug Fixes