Releases: eslint/csstree
Releases · eslint/csstree
css-tree: v3.6.3
3.6.3 (2025-07-29)
Bug Fixes
- expand nested CSS combinator selectors support in block parsing (#64) (94249a2)
css-tree: v3.6.2
3.6.2 (2025-07-21)
Bug Fixes
- Revert "Remove outdated
@font-face/unicode-range
" (#61) (4aad29d)
css-tree: v3.6.1
3.6.1 (2025-06-09)
Bug Fixes
- ParserContext to have all methods (e069f6f)
- ParserContext type to have all methods (#57) (e069f6f)
- Types for node generate() function (#56) (846120b)
css-tree: v3.6.0
3.6.0 (2025-06-05)
Features
Bug Fixes
css-tree: v3.5.4
3.5.4 (2025-05-28)
Bug Fixes
css-tree: v3.5.3
3.5.3 (2025-05-23)
Bug Fixes
css-tree: v3.5.2
3.5.2 (2025-05-15)
Bug Fixes
- Types for default-syntax-data and nodes (#44) (2edbf80)
css-tree: v3.5.1
3.5.1 (2025-05-08)
Bug Fixes
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