Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.9.2
- Fix
@layersyntax highlighting (#637) - Improve extraction for variable colors (#638)
- Improve
experimental.configFilein multi-root workspaces (#640) - Add documentation for
@configcompletion (ea5aff5) - Boot language servers for nested workspace folders (#642)
- Remove
typescriptfrom default languages (#645) - Fix duplicate color decorators (#652)
- Improve theme helper detection (#655)
- Add class modifier completions (#686)
- Bump bundled version of
tailwindcssto3.2.4(f07eedd)
v0.9.1
v0.9.0
- Fix usage of absolute paths in
experimental.configFilesetting (#617) - Fix IntelliSense when separator is
--(#628) - Improve support for
themeCSS helper when not using quotes and/or using an opacity modifier (1b730cb) - Add support for dynamic and parameterized variants (Tailwind v3.2) (d073bb9, f59adbe)
- Add support for
@config(Tailwind v3.2) (bf57dd1) - Bump bundled versions of
tailwindcssand first-party plugins (315070a) - Add automatic support for multi-config workspaces, including
@configresolution (#633)
v0.8.7
- Support
insidersversions oftailwindcss(#571) - Deduplicate classlist candidates (#572)
- Don't watch
package.jsonfiles (#573) - Support
require.extensionsmutations (#583) - Support
node:module prefix (#585) - Replace
multi-regexp2withbecke-ch--regex--s0-0-v1--base--pl--lib(#590) - Support Surface templates (#597)
- Ignore commented out code (#599)
- Use patched version of
enhanced-resolve(#600) - Guard against optional client capabilities (#602)