Skip to content

Commit 629ad44

Browse files
committed
Update readme and add changelogs
1 parent 2c35c8d commit 629ad44

4 files changed

Lines changed: 45 additions & 0 deletions

File tree

.changeset/tiny-rocks-hunt.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@devup-ui/rsbuild-plugin": patch
3+
"@devup-ui/webpack-plugin": patch
4+
"@devup-ui/wasm": patch
5+
"@devup-ui/next-plugin": patch
6+
"@devup-ui/vite-plugin": patch
7+
---
8+
9+
Optimized typography CSS values
10+
11+
Merged base component CSS to avoid duplicate generation
12+
13+
Introduced @layer to ensure style order consistency in CSS split mode
14+
15+
Downgraded nm base to avoid issues with g-ad class (display: none when AdBlock is enabled)
16+
17+
Fixed global CSS logic issue in CSS split mode
18+
19+

.changeset/tiny-rocks-hunt2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@devup-ui/vite-plugin": patch
3+
---
4+
5+
Fixed duplicate main.css generation in CSS split mode on vite
6+
7+
8+
9+

.changeset/tiny-rocks-hunt3.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@devup-ui/webpack-plugin": patch
3+
---
4+
5+
Fixed default theme issue in Webpack
6+
7+
8+
9+
10+
11+

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ npm install @devup-ui/next-plugin
4242

4343
# on vite
4444
npm install @devup-ui/vite-plugin
45+
46+
# on rsbuild
47+
npm install @devup-ui/rsbuild-plugin
48+
49+
# on webpack
50+
npm install @devup-ui/webpack-plugin
4551
```
4652

4753
## Features

0 commit comments

Comments
 (0)