Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

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)

v0.14.15

24 Apr 17:29
Compare
Choose a tag to compare
  • Prevent infinite loop when any file exclusion starts with / (#1307)

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)