File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 1+ ---
2+ " @devup-ui/webpack-plugin " : patch
3+ ---
4+
5+ Fixed default theme issue in Webpack
6+
7+
8+
9+
10+
11+
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ npm install @devup-ui/next-plugin
4242
4343# on vite
4444npm 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
You can’t perform that action at this time.
0 commit comments