Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
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
v0.14.19
v0.14.18
v0.14.17
- 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
v0.14.15
v0.14.14
- Only scan the file system once when needed (#1287)
- Don't follow recursive symlinks when searching for projects (#1270)
- Correctly re-create a project when its main config file is removed then re-created (#1300)
- Bump
@parcel/watcher
used by the language server (#1269)
Note: This release has replaced fast-glob
with tinyglobby
— if IntelliSense stops working in a project in 0.14.14 where it did in v0.14.13 please open an issue
v0.14.13
- Hide completions from CSS language server inside
@import "…" source(…)
(#1091) - Bump bundled v4 fallback to v4.1.1 (#1294)
- Show color swatches for most new v4.1 utilities (#1294)
- Support theme key hovers in the CSS
var()
function (#1289) - Show theme key hovers inside
@theme
for better context and syntax highlighting (#1289)