Releases: xlboy/vscode-twind-intellisense
Releases · xlboy/vscode-twind-intellisense
v0.6.0
v0.5.0
Added
- Support for
[email protected]
(compatible with the latest[email protected]
)
v0.4.0
Added
- Added the
classExtraction
configuration option
Changed
-
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
v0.3.0
Upgrade @phoenix-twind/intellisense
, with the following changes:
-
[BUG] Fixed multiple duplicates issue when triggering suggestions (xlboy/twind@1cd784c)
-
[BUG] Fixed line break issue in hover content display (xlboy/twind#4 (comment))
-
[Pref] Optimized hover performance (xlboy/twind#7)