Skip to content

Releases: eslint/csstree

css-tree: v3.6.3

29 Jul 19:04
1d74355
Compare
Choose a tag to compare

3.6.3 (2025-07-29)

Bug Fixes

  • expand nested CSS combinator selectors support in block parsing (#64) (94249a2)

css-tree: v3.6.2

21 Jul 15:14
c1649ac
Compare
Choose a tag to compare

3.6.2 (2025-07-21)

Bug Fixes

  • Revert "Remove outdated @font-face/unicode-range" (#61) (4aad29d)

css-tree: v3.6.1

09 Jun 15:35
409068c
Compare
Choose a tag to compare

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

05 Jun 15:44
2f793c9
Compare
Choose a tag to compare

3.6.0 (2025-06-05)

Features

Bug Fixes

css-tree: v3.5.4

28 May 14:33
36a308d
Compare
Choose a tag to compare

3.5.4 (2025-05-28)

Bug Fixes

css-tree: v3.5.3

23 May 20:04
4291ff4
Compare
Choose a tag to compare

3.5.3 (2025-05-23)

Bug Fixes

  • Types for custom nodes and scopes (#47) (3a663e1)

css-tree: v3.5.2

15 May 15:17
c4de18d
Compare
Choose a tag to compare

3.5.2 (2025-05-15)

Bug Fixes

  • Types for default-syntax-data and nodes (#44) (2edbf80)

css-tree: v3.5.1

12 May 14:22
18137c1
Compare
Choose a tag to compare

3.5.1 (2025-05-08)

Bug Fixes

css-tree: v3.5.0

30 Apr 15:42
db3c262
Compare
Choose a tag to compare

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

16 Apr 18:28
06d2378
Compare
Choose a tag to compare

3.4.0 (2025-04-16)

Features

  • Customize tokenize function via the fork API (#36) (e62301c)

Bug Fixes