Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

v0.9.11

30 Mar 09:34
Compare
Choose a tag to compare
  • Fix first-party plugin usage when using bundled version of tailwindcss (#751)

v0.9.10

29 Mar 14:55
Compare
Choose a tag to compare
  • Fix use of certain built-in node modules in config file (#745)
  • Exclude classes in blocklist from IntelliSense (#746)
  • Fix theme helper handling when specifying default value (#747)
  • Fix activation when connected to Windows with Remote SSH extension (#748)
  • Bump bundled version of tailwindcss to v3.3.0 (#749)

v0.9.9

20 Mar 19:03
Compare
Choose a tag to compare
  • Support TypeScript and ESM Tailwind config files when using a version of tailwindcss that supports these (currently tailwindcss@insiders, since tailwindlabs/tailwindcss#10785) (#738, #739)

v0.9.8

13 Mar 12:34
Compare
Choose a tag to compare
  • Fix invalidTailwindDirective linting with CRLF file endings (#723)
  • Add support for Handlebars template scripts (<script type="text/x-handlebars-template">) (#726)
  • Improve JavaScript comment detection (#727)
  • Add modifier completions for @apply and classRegex setting (#732)
  • Add bundled version of @tailwindcss/container-queries (#733)
  • Support InitializeParams.rootUri (#725)
  • Add htmldjango to default supported languages (#721)

@tailwindcss/language-server@v0.0.12

13 Mar 12:27
Compare
Choose a tag to compare
  • Fix invalidTailwindDirective linting with CRLF file endings (#723)
  • Add support for Handlebars template scripts (<script type="text/x-handlebars-template">) (#726)
  • Improve JavaScript comment detection (#727)
  • Add modifier completions for @apply and classRegex setting (#732)
  • Add bundled version of @tailwindcss/container-queries (#733)
  • Support InitializeParams.rootUri (#725)
  • Add htmldjango to default supported languages (#721)

@tailwindcss/language-server@v0.0.11

31 Jan 17:32
Compare
Choose a tag to compare
  • 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)
  • Tweak theme helper detection (#689)
  • Remove marketplace "preview" tag (5932d20)
  • Add typescript to default languages (#690)
  • Fix document selector when tailwindCSS.experimental.configFile is a string (#693)
  • Fix IntelliSense for project paths containing brackets (#694)
  • Fix error when a files.excludes pattern contains braces (#696)
  • Fix activation on Windows when project path contains brackets (#699)
  • Improve completion list performance (#706)
  • Improve support for Tailwind class modifiers (#707)
  • Fix activation on Windows when using tailwindCSS.experimental.configFile setting (#708)
  • Don't watch directories above workspace root (#709)
  • Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)

v0.9.7

27 Jan 17:23
Compare
Choose a tag to compare
  • Improve completion list performance (#706)
  • Improve support for Tailwind class modifiers (#707)
  • Fix activation on Windows when using tailwindCSS.experimental.configFile setting (#708)
  • Don't watch directories above workspace root (#709)
  • Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)

v0.9.6

16 Jan 20:14
Compare
Choose a tag to compare
  • Fix activation on Windows when project path contains brackets (#699)

v0.9.5

13 Jan 10:26
Compare
Choose a tag to compare
  • Fix error when a files.excludes pattern contains braces (#696)

v0.9.4

05 Jan 15:00
Compare
Choose a tag to compare
  • Fix document selector when tailwindCSS.experimental.configFile is a string (#693)
  • Fix IntelliSense for project paths containing brackets (#694)