Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.7.6
- Fix
files.exclude
configuration resolution (#464)
- Ensure
files.exclude
configuration changes are synchronized
- [LSP] Remove
InitializeParams.initializationOptions
requirement
v0.7.4
- Update icon
- Update readme banner image
v0.7.3
- Disable variant order linting and automatic sorting when using Tailwind v3
- Exclude the global selector (
*
) from class completions
v0.7.2
- 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
- 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
- Add support for Tailwind CSS v3 alpha (#424)
v0.6.15
- 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
- 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
- [JIT] Fix missing semi-colons in CSS previews
- [JIT] Remove
@defaults
from CSS previews