Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

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)

v0.6.14

18 Aug 12:24
Compare
Choose a tag to compare
  • Fix false positive error when using theme helper with a function value (thanks @choplin, #365)
  • Improve theme helper completion and hover info
  • Use character-based ranges when parsing class lists (#373)

v0.6.13

05 Jul 13:16
Compare
Choose a tag to compare
  • [JIT] Fix missing semi-colons in CSS previews
  • [JIT] Remove @defaults from CSS previews

v0.6.12

20 Jun 17:04
Compare
Choose a tag to compare
  • Fix hover error (#353)

v0.6.11

16 Jun 18:59
Compare
Choose a tag to compare
  • Update @tailwind completions and diagnostics to account for @tailwind variants

v0.6.10

16 Jun 09:39
Compare
Choose a tag to compare
  • Ignore content: "" when determining document colors. This enables color decorators for before and after variants

v0.6.9

14 Jun 15:12
Compare
Choose a tag to compare
  • Use VS Code's built-in file watcher