Releases: unplugin/unplugin-vue-cssvars
Releases · unplugin/unplugin-vue-cssvars
v1.3.3-beta.0
🐞 Bug Fixes
- Vite's development server alias command compatible(close: #41 ) - by @baiwusanyu-c in #41 (1f4a2)
View changes on GitHub
v1.3.2
🐞 Bug Fixes
- Compatible with the At rules of the atomized CSS framework - by @baiwusanyu-c in #39 (b52ba)
View changes on GitHub
v1.3.1
No significant changes
View changes on GitHub
v1.3.0
No significant changes
View changes on GitHub
v1.3.0-beta.2
No significant changes
View changes on GitHub
v1.3.0-beta.1
No significant changes
View changes on GitHub
v1.3.0-beta.0
🚀 Features
- Automatically identify server in vite - by @baiwusanyu-c in #28 (b99ef)
- Support alias - by @baiwusanyu-c in #30 (f02be)
🐞 Bug Fixes
- Fix path error - by @baiwusanyu-c in #24 (20610)
- Path calculation error - by @baiwusanyu-c in #29 (48897)
View changes on GitHub
v1.2.1
1.2.1 (2023-04-01)
Bug Fixes
Feature Breaking Change
Core Strategy
- When using the development server,
unplugin-vue-cssvars
will analyze the referenced css file from the component,
and inject styles in the transformation code of@vitejs/plugin-vue
- When building,
unplugin-vue-cssvars
will analyze the referenced css file from the component and inject it into
sfc, don't worry about generating redundant code, packaging tools (such as vite) will automatically handle it.
Option Change
- remove
revoke
- adee
server