Skip to content

Releases: tailwindlabs/tailwindcss-intellisense

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

v0.6.8

05 Jun 15:01
Compare
Choose a tag to compare
  • Add Astro languages (astro and astro-markdown)
  • Fix incorrect separator (#343)
  • [JIT] Update opacity modifier completions to show the full class

v0.6.7

04 Jun 14:19
Compare
Choose a tag to compare
  • Add support for tailwindcss v2.2
  • Fix excess semi-colons in CSS previews
  • Add tailwindCSS.inspectPort setting

v0.6.6

20 May 16:14
Compare
Choose a tag to compare
  • [JIT] Show rem pixel equivalents in completion item details (#332)
  • [JIT] Fix initialisation when mode is set in a preset (#333)
  • Fix completions and hovers inside <style> in JavaScript files (#334)
  • Fix module resolution when path has a # character (#331)

v0.6.5

18 May 12:00
Compare
Choose a tag to compare

v0.6.4

17 May 11:48
Compare
Choose a tag to compare
  • Update minimum VS Code version requirement to ^1.52.0
  • Potential fix for language feature duplication (#316, #326, #327)
  • [JIT] Fix @variants completions and diagnostics (#324)

v0.6.3

10 May 12:50
Compare
Choose a tag to compare
  • [JIT] Fix error when using @apply in a plugin (#319)