Skip to content

Commit 1461d81

Browse files
committed
docs: updated CHANGELOG.md
1 parent cc466eb commit 1461d81

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# [1.2.0](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.1...v1.2.0) (2023-03-31)
2+
3+
### Feature Breaking Change
4+
5+
#### Core Strategy
6+
1. When using the development server,
7+
`unplugin-vue-cssvars` will analyze the referenced css file from the component,
8+
and inject styles in the transformation code of `@vitejs/plugin-vue`
9+
2. When building, `unplugin-vue-cssvars` will analyze the referenced css file from the component and inject it into
10+
sfc, don't worry about generating redundant code, packaging tools (such as vite) will automatically handle it.
11+
12+
#### Option Change
13+
1. remove `revoke`
14+
2. adee `server`
15+
16+
### Bug Fixes
17+
18+
* fix builde error ([97024c0](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/commit/97024c001360fdeb00e49125faa552369368fb62))
19+
* updated At Rule ([c11c4db](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/commit/c11c4db5da2dc67c5de373935c40ff06f179d2c8))
20+
21+
22+
23+
## [1.0.1](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.0...v1.0.1) (2023-03-29)
24+
25+
26+
### Bug Fixes
27+
28+
* option's default value is empty object ([2c6c8a3](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/commit/2c6c8a32cf9c015b9a39a8d42f6a40b3a17286b0))
29+
30+
31+
### Features
32+
33+
* Preprocessor dependency decoupling ([a2cc838](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/commit/a2cc838c5381aa2f12337ed71f755528ca7363f2))
34+
35+
36+
137
# [1.0.0](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.0-beta.5...v1.0.0) (2023-03-29)
238

339

0 commit comments

Comments
 (0)