Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.14.27
- 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
- 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
- Ensure color swatches show up in completions when using a prefix in v4 (#1422)
v0.14.24
- Fix highlighting when theme namespaces are used inside
--value()
and --modifier()
(#1420)
v0.14.23
- 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
- Fix matching files when config is not in the workspace root (#1412)
v0.14.21
- 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
- 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
- Speed up project selector matching in large projects (#1381)
v0.14.18
- 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)