Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

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

v0.7.4

09 Dec 22:45
Compare
Choose a tag to compare
  • Update icon
  • Update readme banner image

v0.7.3

07 Dec 16:34
Compare
Choose a tag to compare
  • Disable variant order linting and automatic sorting when using Tailwind v3
  • Exclude the global selector (*) from class completions

v0.7.2

05 Nov 16:36
Compare
Choose a tag to compare
  • Update CSS syntax definitions
  • Fix compatibility with Tailwind v3.0.0-alpha.2
  • Fix error when switching from JIT mode to AOT mode
  • Fix stale error messages when resolving a config file error
  • Fix mode detection when using nested presets (#431)

v0.7.1

11 Oct 12:24
Compare
Choose a tag to compare
  • Add tailwindCSS.classAttributes setting (#350)
  • Fix resolution of WSL files on Windows (#411)
  • Show color decorators for accent-* classes
  • Support attributes with whitespace around the = character (#426)
  • Fix color decorators for var() fallbacks (#423)
  • Increase class list search range (#414)

v0.7.0

05 Oct 12:13
Compare
Choose a tag to compare
  • Add support for Tailwind CSS v3 alpha (#424)

v0.6.15

29 Sep 15:48
Compare
Choose a tag to compare
  • Support config files in hidden (dot) folders (#389)
  • Disable extension in virtual workspaces (#398)
  • Support exports fields when resolving dependencies (#412)
  • Add phoenix-heex language (#407)
  • Improve color parsing (#415)