Skip to content

Releases: eslint/csstree

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

css-tree: v3.3.4

09 Apr 20:28
a7b60bc
Compare
Choose a tag to compare

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

04 Apr 14:56
ada9f89
Compare
Choose a tag to compare

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

01 Apr 14:09
0325691
Compare
Choose a tag to compare

3.3.2 (2025-03-29)

Bug Fixes

  • Add missing node types and update other types (#18) (37a6dd4)

css-tree: v3.3.1

20 Mar 15:27
f24cb2f
Compare
Choose a tag to compare

3.3.1 (2025-03-20)

Bug Fixes

css-tree: v3.3.0

18 Mar 15:46
9b6830d
Compare
Choose a tag to compare

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

12 Mar 15:52
b99bf26
Compare
Choose a tag to compare

3.2.0 (2025-03-12)

Features

Bug Fixes