Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

v0.14.14

07 Apr 21:05
Compare
Choose a tag to compare
  • 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

02 Apr 14:53
Compare
Choose a tag to compare
  • 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

28 Mar 20:58
Compare
Choose a tag to compare
  • Fix content detection when using v4.0+ (#1280)
  • Ensure file exclusions always work on Windows (#1281)
  • Prep for new Oxide API in v4.1 (#1284)
  • Handle negated sources during project discovery in v4.1 (#1288)

v0.14.11

22 Mar 12:48
Compare
Choose a tag to compare
  • Fix completions not showing for some class attributes when a class function exists in the document (#1278)

v0.14.10

20 Mar 19:30
Compare
Choose a tag to compare
  • 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

19 Mar 14:57
Compare
Choose a tag to compare
  • v4: Support loading bundled versions of some first-party plugins (#1240)
  • Cancel initial file search if it takes too long (#1242)
  • LSP: Don’t throw when the client does not provide textDocument in capabilities (#1252)
  • v4: Allow * anywhere in a CSS variable name (#1256)

v0.14.8

19 Mar 14:57
Compare
Choose a tag to compare
  • Don't throw when require()-ing packages that resolve to a path containing a # character (#1235)
  • Fix syntax error when resetting multi-word theme key namespaces (#1237)

v0.14.7

25 Feb 16:51
Compare
Choose a tag to compare
  • 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

25 Feb 16:26
Compare
Choose a tag to compare
  • Fix detection when project contains stylesheets that import the "main" stylesheet (#1218)

v0.14.5

17 Feb 18:16
Compare
Choose a tag to compare
  • 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)