Skip to content

Commit 64d67d4

Browse files
committed
bump: version 1.4.2 → 2.0.0
1 parent e8717bb commit 64d67d4

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)