Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

v0.9.2

03 Jan 17:03

Choose a tag to compare

  • Fix @layer syntax highlighting (#637)
  • Improve extraction for variable colors (#638)
  • Improve experimental.configFile in multi-root workspaces (#640)
  • Add documentation for @config completion (ea5aff5)
  • Boot language servers for nested workspace folders (#642)
  • Remove typescript from default languages (#645)
  • Fix duplicate color decorators (#652)
  • Improve theme helper detection (#655)
  • Add class modifier completions (#686)
  • Bump bundled version of tailwindcss to 3.2.4 (f07eedd)

v0.9.1

19 Oct 17:48

Choose a tag to compare

  • Fix variant completions when using a DEFAULT value with matchVariant (#635)

v0.9.0

19 Oct 17:35

Choose a tag to compare

  • Fix usage of absolute paths in experimental.configFile setting (#617)
  • Fix IntelliSense when separator is -- (#628)
  • Improve support for theme CSS helper when not using quotes and/or using an opacity modifier (1b730cb)
  • Add support for dynamic and parameterized variants (Tailwind v3.2) (d073bb9, f59adbe)
  • Add support for @config (Tailwind v3.2) (bf57dd1)
  • Bump bundled versions of tailwindcss and first-party plugins (315070a)
  • Add automatic support for multi-config workspaces, including @config resolution (#633)

v0.8.7

12 Sep 10:38

Choose a tag to compare

  • Support insiders versions of tailwindcss (#571)
  • Deduplicate classlist candidates (#572)
  • Don't watch package.json files (#573)
  • Support require.extensions mutations (#583)
  • Support node: module prefix (#585)
  • Replace multi-regexp2 with becke-ch--regex--s0-0-v1--base--pl--lib (#590)
  • Support Surface templates (#597)
  • Ignore commented out code (#599)
  • Use patched version of enhanced-resolve (#600)
  • Guard against optional client capabilities (#602)

v0.8.6

02 Jun 14:17

Choose a tag to compare

  • Improve theme helper detection

v0.8.5

30 May 10:28

Choose a tag to compare

v0.8.4

16 May 10:11

Choose a tag to compare

  • Fix overeager <style> detection (#543)
  • Fix dependencies .map() error

v0.8.3

25 Apr 14:26

Choose a tag to compare

v0.8.2

20 Apr 14:10

Choose a tag to compare

  • Fix language features when nesting <template> in Vue files (#532)
  • Add hovers, suggestions, and codeActions settings (#535)

v0.8.1

13 Apr 21:27

Choose a tag to compare

  • Revert "Improve conflict diagnostics" (#525)