- Added support for Vue and Svelte frameworks
- Support for
[email protected]
(compatible with the latest[email protected]
)
- Added the
classExtraction
configuration option
-
When triggering suggestions, error logs are no longer output if no relevant results are found
-
Upgraded
@phoenix-twind/intellisense
to version1.1.4-alpha.4
, bringing the following improvements:- Added
ignorePrefixes
to class extraction, ensuring compatibility when usingcss`...`
insidetw(...)
- Added
Upgrade @phoenix-twind/intellisense
, with the following changes:
-
[BUG] Fixed multiple duplicates issue when triggering suggestions (https://github.com/xlboy/twind/commit/1cd784c946a9ecd093b87296aaa8ff62e3b2fe5a)
-
[BUG] Fixed line break issue in hover content display (xlboy/twind#4 (comment))
-
[Pref] Optimized hover performance (xlboy/twind#7)
-
refactor: rewrite
colorPreview
-
feat: support
ts|tsx|js|jsx
First release