Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

v0.14.27

02 Oct 18:00
Compare
Choose a tag to compare
  • Publish our fork of the CSS language server (#1437)
  • Suggest default variant values when they also support arbitrary values (#1439)
  • Show color swatches for OKLCH colors with units in all positions (#1442)
  • Fix incorrect diagnostic for --theme(--some-var inline) (#1443)
  • Bump precision of evaluated calc expressions (#1449)
  • Fix theme lookup when variable names contain escaped dots (#1466)

v0.14.26

01 Aug 19:00
Compare
Choose a tag to compare
  • Match class functions that appear after an opening square bracket (#1428)
  • Don't match helper functions when part of a larger function name (#1429)

v0.14.25

10 Jul 16:03
Compare
Choose a tag to compare
  • Ensure color swatches show up in completions when using a prefix in v4 (#1422)

v0.14.24

03 Jul 20:11
Compare
Choose a tag to compare
  • Fix highlighting when theme namespaces are used inside --value() and --modifier() (#1420)

v0.14.23

19 Jun 14:57
Compare
Choose a tag to compare
  • Highlight CSS variables correctly inside @theme (#1409)
  • Highlight comments inside @theme (#1409)
  • Highlight at-rules inside @theme (#1409)
  • Detect class functions and class attributes inside Astro code fences (#1386)

v0.14.22

16 Jun 17:34
Compare
Choose a tag to compare
  • Fix matching files when config is not in the workspace root (#1412)

v0.14.21

05 Jun 19:50
Compare
Choose a tag to compare
  • Bump bundled CSS language service (#1395)
  • Fix high CPU usage when given non-file URI workspace folders (#1396)
  • Ignore workspace folders that are the filesystem root (#1396)
  • Fix infinite loop when resolving completion details with recursive theme keys (#1400)
  • Simplify completion details for more utilities (#1397)
  • Improve project stylesheet detection (#1401)

v0.14.20

29 May 15:03
Compare
Choose a tag to compare
  • Simplify completion details for border and outline utilities (#1384)
  • Fix error initializing a new project when editing a CSS file (#1387)
  • Improve syntax highlighting for CSS (#1367)

v0.14.19

22 May 22:21
Compare
Choose a tag to compare
  • Speed up project selector matching in large projects (#1381)

v0.14.18

20 May 16:25
Compare
Choose a tag to compare
  • Display color swatches when using before/after variants (#1374)
  • Clear trigger characters when restarting server (#1375)
  • Don't register ability to hover, request colors, etc… more than once (#1378)