File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v2.0.0 (2025-08-16)
2+
3+ ### BREAKING CHANGE
4+
5+ - CSS file structure has been reorganized
6+
7+ ### Feat
8+
9+ - add search param sync in apps route (#200 )
10+ - improve tables and sync table states with search param (#199 )
11+ - add data table bulk action toolbar (#196 )
12+ - add config drawer and update overall layout (#186 )
13+ - RTL support (#179 )
14+
15+ ### Fix
16+
17+ - adjust layout styles in search and top nav in dashboard page
18+ - update spacing and layout styles
19+ - update faceted icon color
20+ - improve user table hover & selected styles (#195 )
21+ - add max-width for large screens to improve responsiveness (#194 )
22+ - adjust chat border radius for better responsiveness (#193 )
23+ - update hard-coded or inconsistent colors (#191 )
24+ - use variable for inset layout height calculation
25+ - faded-bottom overflow issue in inset layout
26+ - hide unnecessary configs on mobile (#189 )
27+ - adjust file input text vertical alignment (#188 )
28+
29+ ### Refactor
30+
31+ - enforce consistency and code quality (#198 )
32+ - improve code quality and consistency (#197 )
33+ - update error routes (#192 )
34+ - remove DirSwitch component and its usage in Tasks (#190 )
35+ - standardize using cookie as persist state (#187 )
36+ - separate CSS into modular theme and base styles (#185 )
37+ - replace tabler icons with lucide icons (#183 )
38+
139## v1.4.2 (2025-07-23)
240
341### Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " shadcn-admin" ,
33 "private" : false ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 2.0.0 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments