Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.12.0
- Fix crash when class regex matches an empty string (#897)
- Add support for Tailwind CSS v4 Alpha (#917)
- Soft-reload Tailwind CSS v4 theme when editing CSS files (#918)
- Fix loading of ESM and TypeScript configs (c3bbd2f)
- Show equivalent hex colors (#831)
- Fix Tailwind CSS v4 project loading on Windows (8285ebc)
- Internal code cleanup (#922)
- Support Astro's
class:list
attribute by default (#890) - Fix hovers and CSS conflict detection in Vue
<style lang="sass">
blocks (#930) - Add support for
<script type="text/babel">
(#932) - Show pixel equivalents in completions and hovers of the
theme()
helper (#935) - Handle
style
exports condition when processing@import
statements (#934) - Highlight
@theme
contents as a rule list (#937) - Show color decorators for
oklab
andoklch
colors (#936) - Update fallback version of Tailwind to v3.4.2 (#938)
- Fix errors thrown by detecting content files with oxide (#945)
- Fix crash when generating rules produces an error (#954)
- Add support for initializing when using
workspaceFolders
(#955) - Fix crash when reading CSS files that don't exist (#956)
- Use one server to handle all folders in a workspace (#957)
- Fix Tailwind CSS v4 theme reloading on Windows (#960)
- Show color decorators when utility has an opacity modifier in Tailwind CSS v4 (#969)
- Bump
enhanced-resolve
dependency (#971) - Remove
is-builtin-module
dependency (#970) - Bump minimum supported Node version to v18 (#978)
- Pass URI to configuration call not a file path (#981, #982)
- Fix handling of added workspaces (b39c8e0)
- Bump bundled version of
tailwindcss
tov3.4.4
(#987)
v0.10.5
v0.10.4
v0.10.3
No changes — just testing publishing to the marketplace.
v0.10.2
@tailwindcss/language-server@v0.0.14
Fixed
- Remove duplicate
variant
+value
pairs 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.excludes
contains braces (#789) - Fix diagnostic false-positive when no CSS properties are present (#793)
- Add language mode icon (#794)
- Fix IntelliSense following closing
script
/style
tag containing whitespace (#808) - Fix
classRegex
hovers in unknown contexts (#824) - Expand
classRegex
search range (#840)