Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.10.4
v0.10.3
No changes — just testing publishing to the marketplace.
v0.10.2
@tailwindcss/[email protected]
Fixed
- Remove duplicate
variant+valuepairs from completions (#874)
v0.10.1
v0.10.0
v0.9.13
v0.9.12
- Increase class search range (#760)
- Fix CSS conflict diagnostic false negatives (#761)
- Don't attempt to read from deleted CSS files (#765)
- Resolve helper functions in CSS previews (#766)
- Fix CSS conflict diagnostics in semicolonless CSS documents (#771)
- Enable IntelliSense for
<script lang="tsx">(#773) - Include pixel equivalents in more places (#775)
- Fix initialisation when using
tailwindcss@^0(#787) - Fix activation when
files.excludescontains braces (#789) - Fix diagnostic false-positive when no CSS properties are present (#793)
- Add language mode icon (#794)
- Fix IntelliSense following closing
script/styletag containing whitespace (#808) - Fix
classRegexhovers in unknown contexts (#824) - Expand
classRegexsearch range (#840)
@tailwindcss/[email protected]
- Support TypeScript and ESM Tailwind config files when using a version of
tailwindcssthat supports these (#738, #739) - Fix use of certain built-in node modules in config file (#745)
- Exclude classes in
blocklistfrom IntelliSense (#746) - Fix
themehelper handling when specifying default value (#747) - Bump bundled version of
tailwindcsstov3.3.0(#749)