Releases: unocss/unocss
Releases · unocss/unocss
v66.6.0
🚀 Features
- core:
- preset-mini, preset-wind4:
🐞 Bug Fixes
- build: Remove tsconfig paths mapping and adjust bundle config - by @Jungzl and @zyyv in #5052 (55748)
- cli: Avoid clearing cache early to prevent race condition in watch mode - by @zyyv in #5054 (6bf89)
- svelte-scoped: Explicit export of types to prevent node error - by @henrikvilhelmberglund in #5067 (42670)
- vscode: Not use catalog version of
@types/vscode- by @Jungzl in #5034 (54769)
View changes on GitHub
v66.6.0-beta.1
🚀 Features
- core:
- preset-mini, preset-wind4:
🐞 Bug Fixes
- build: Remove tsconfig paths mapping and adjust bundle config - by @Jungzl and @zyyv in #5052 (55748)
- cli: Avoid clearing cache early to prevent race condition in watch mode - by @zyyv in #5054 (6bf89)
- svelte-scoped: Explicit export of types to prevent node error - by @henrikvilhelmberglund in #5067 (42670)
- vscode: Not use catalog version of
@types/vscode- by @Jungzl in #5034 (54769)
View changes on GitHub
v66.5.12
🚀 Features
- Enhance style injection logic to support custom root elements - by @octavio1243 in #5027 (70f1b)
🐞 Bug Fixes
- playground: Mock invalidate function in
fakePluginContext- by @zyyv (5e93d) - preset-mini: Correct tsdown
externalconfiguration - by @zyyv in #5031 (0107e) - preset-wind3, preset-wind4: Update
columngenerate value fromcontainer- by @zyyv in #5030 (46860) - transformer-attributify-jsx: Falls back to regular expression when babel parse error - by @zyyv and Copilot in #5032 (38cc8)
View changes on GitHub
v66.5.11
v66.5.10
🚀 Features
- core: Allow postprocessors to append or remove rules - by @Menci and @zyyv in #5010 (298de)
- vite: Add
virtualModulePrefixoption to support for custom virtual module prefix - by @zyyv and @liujiayii in #5008 (1819f)
🐞 Bug Fixes
- config: Should merge
inlineConfigwhen load config - by @zyyv (37452) - preset-wind4: Support special color key with alpha close #4998 - by @zyyv in #4998 (e43d0)
- rule-utils: Escape rule prefix close Group descendant selectors and prefixes Fixes #5004 - by @zyyv in #5004 (dba52)
View changes on GitHub
v66.5.10-beta.1
🚀 Features
- vite: Add
virtualModulePrefixoption to support for custom virtual module prefix - by @zyyv and @liujiayii in #5008 (1819f)
🐞 Bug Fixes
- config: Should merge
inlineConfigwhen load config - by @zyyv (37452) - preset-wind4: Support special color key with alpha close #4998 - by @zyyv in #4998 (e43d0)
View changes on GitHub
v66.5.9
No significant changes
View changes on GitHub
v66.5.8
🐞 Bug Fixes
- eslint-plugin: Improve search directory resolution for virtual file paths - by @Jungzl in #4997 (de64f)