Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

v0.8.6

02 Jun 14:17
Compare
Choose a tag to compare
  • Improve theme helper detection

v0.8.5

30 May 10:28
Compare
Choose a tag to compare

v0.8.4

16 May 10:11
Compare
Choose a tag to compare
  • Fix overeager <style> detection (#543)
  • Fix dependencies .map() error

v0.8.3

25 Apr 14:26
Compare
Choose a tag to compare

v0.8.2

20 Apr 14:10
Compare
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
Compare
Choose a tag to compare
  • Revert "Improve conflict diagnostics" (#525)

v0.8.0

13 Apr 13:54
Compare
Choose a tag to compare
  • Add gohtmltmpl to supported languages (#473)
  • Prevent directive errors in non-semicolon languages (#461)
  • Detect conflicting multi-rule classes (#498)
  • Fix classRegex error (#501)
  • Rework language boundary detection (#502)
  • Improve conflict diagnostics (#503)
  • Add Tailwind CSS language mode (#518)

v0.7.7

14 Feb 18:18
Compare
Choose a tag to compare
  • Fix activation for projects with square brackets in their path

v0.7.6

17 Jan 14:20
Compare
Choose a tag to compare
  • Fix files.exclude configuration resolution (#464)
  • Ensure files.exclude configuration changes are synchronized
  • [LSP] Remove InitializeParams.initializationOptions requirement

v0.7.5

07 Jan 17:29
Compare
Choose a tag to compare
  • Add bundled version of tailwindcss. The extension will use this version if tailwindcss cannot be resolved within the workspace
  • Add tailwindCSS.files.exclude setting