Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

v0.10.2

01 Nov 20:30
Compare
Choose a tag to compare

Fixed

  • Remove duplicate variant + value pairs from completions (#874)

Added

  • Add support for Glimmer (#867)

@tailwindcss/language-server@v0.0.14

01 Nov 17:11
Compare
Choose a tag to compare

Fixed

  • Remove duplicate variant + value pairs from completions (#874)

v0.10.1

16 Oct 17:00
Compare
Choose a tag to compare
  • Add Sort Selection command (#851)
  • Update lockfiles (#853)

v0.10.0

29 Aug 10:32
Compare
Choose a tag to compare
  • Fix classRegex offset (#846)
  • Fix language server initialisation outside of VS Code (#803)
  • Fix recommended variant order linting in Tailwind v2 (#849)

v0.9.13

16 Aug 22:07
Compare
Choose a tag to compare
  • Fix CSS conflict regression (#842)

v0.9.12

16 Aug 16:27
Compare
Choose a tag to compare
  • Increase class search range (#760)
  • Fix CSS conflict diagnostic false negatives (#761)
  • Don't attempt to read from deleted CSS files (#765)
  • Resolve helper functions in CSS previews (#766)
  • Fix CSS conflict diagnostics in semicolonless CSS documents (#771)
  • Enable IntelliSense for <script lang="tsx"> (#773)
  • Include pixel equivalents in more places (#775)
  • Fix initialisation when using tailwindcss@^0 (#787)
  • Fix activation when files.excludes contains braces (#789)
  • Fix diagnostic false-positive when no CSS properties are present (#793)
  • Add language mode icon (#794)
  • Fix IntelliSense following closing script/style tag containing whitespace (#808)
  • Fix classRegex hovers in unknown contexts (#824)
  • Expand classRegex search range (#840)

@tailwindcss/language-server@v0.0.13

31 Mar 10:45
Compare
Choose a tag to compare
  • Support TypeScript and ESM Tailwind config files when using a version of tailwindcss that supports these (#738, #739)
  • 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)
  • Bump bundled version of tailwindcss to v3.3.0 (#749)

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)