Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
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)
v0.14.12
v0.14.11
v0.14.10
- Detect classes in JS/TS functions and tagged template literals with the
tailwindCSS.classFunctions
setting (#1258, #1272) - v4: Make sure completions show after variants using arbitrary and bare values (#1263)
- v4: Add support for upcoming
@source not
feature (#1262) - v4: Add support for upcoming
@source inline(…)
feature (#1262) - LSP: Refresh internal caches when settings are updated (#1273)
- LSP: Improve error message when a workspace folder does not exist or is inaccesible to the current user (#1276)
- v4: Show theme key completions in
var(…)
in CSS (#1274)
v0.14.9
v0.14.8
v0.14.7
- LSP: Declare capability for handling workspace folder change notifications (#1223)
- Don't throw when resolving paths containing a
#
character (#1225) - Show
@theme
in symbol list in CSS language mode (#1227) - Don't show syntax error when
*
appear inside—value(…)
and--modifier(…)
(#1226) - Don't show syntax error for theme namespaces inside
@theme
(#1226)
v0.14.6
v0.14.5
- Show light color swatch from light-dark() functions (#1199)
- Ignore comments when matching class attributes (#1202)
- Show source diagnostics when imports contain a layer (#1204)
- Only detect project roots in v4 when using certain CSS features (#1205)
- Update Tailwind CSS v4 version to v4.0.6 (#1207)
- Fix parsing of
@custom-variant
block syntax containg declarations and/or@slot
(#1212) - Fix display of custom at-rules in symbol listing (#1212)
v0.14.4
- Ensure hover information for
theme(…)
and other functions are shown when used in@media
queries (#1172) - Treat
<script lang=“tsx”>
as containing JSX (#1175) - Add support for
static
theme option (#1176) - Add details about theme options when hovering (#1176)
- Fix parsing of
@custom-variant
shorthand in Tailwind CSS language mode (#1183) - Make sure custom regexes apply in Vue
<script>
blocks (#1177) - Fix suggestion of utilities with slashes in them in v4 (#1182)
- Assume 16px font size for
1rem
in media queries (#1190) - Show warning when loading a config in v3 fails (#1191)
- Better handle really long class lists in attributes and custom regexes (#1192)
- Add support for Astro’s template literal attributes (#1193)
- Match custom class regex in Vue templates (#1194)
- Support directory imports in plugins for
index.{ts,cts,mts}
(#1198)