Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

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)

v0.14.17

15 May 17:33
Compare
Choose a tag to compare
  • Improve dynamic capability registration in the language server (#1327)
  • Ignore Python virtual env directories by default (#1336)
  • Ignore Yarn v2+ metadata & cache directories by default (#1336)
  • Ignore some build caches by default (#1336)
  • Gracefully handle color parsing failures (#1363)
  • Calculate swatches for HSL colors with angular units (#1360)
  • Fix error when using VSCode < 1.78 (#1353)
  • Don’t skip suggesting empty variant implementations (#1352)
  • Handle helper function lookups in nested parens (#1354)
  • Hide @property declarations from completion details (#1356)
  • Hide variant-provided declarations from completion details for a utility (#1356)
  • Compute correct document selectors when a project is initialized (#1335)
  • Fix matching of some content file paths on Windows (#1335)

v0.14.16

24 Apr 17:39
Compare
Choose a tag to compare
  • Warn when using a blocklisted class in v4 (#1310)
  • Support class function hovers in Svelte and HTML <script> blocks (#1311)
  • Evaluate complex calc(…) expressions in completions and equivalents (#1316)
  • Guard against recursive theme key lookup (#1332)