Releases: satnaing/shadcn-admin
Releases Β· satnaing/shadcn-admin
v2.2.1
What's Changed
- chore(deps): update eslint-plugin-react-hooks and fix linting issues by @satnaing in #233
- refactor: enhance tables and update table layout by @satnaing in #234
- fix: add missing space in profile form by @satnaing in #235
- style: apply variant 'destructive' to sign-out buttons by @jaycodev in #236
- fix: prevent navigation to 500 page during development by @satnaing in #240
- build(deps-dev): bump vite from 7.1.9 to 7.1.11 by @dependabot[bot] in #242
- fix(style): update data attribute class in authenticated layout by @satnaing in #249
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- fix: upgrade lucide-react to solve antivirus warning by @mondesirm in #211
- feat: update 2 column sign in page by @satnaing in #213
- refactor: replace inline svg logo with logo component by @satnaing in #214
- fix: pagination button spacing by @satnaing in #215
- feat: add extra AppTitle component for sidebar header by @satnaing in #216
- chore: migrate from deprecated tseslint.config to ESLint defineConfig by @saseungmin in #221
- feat: add analytics tab in dashboard page by @unclebay143 in #220
- fix: update sidebar menu chevron direction in RTL mode by @abdullahhussein1 in #229
- build(deps): bump dependencies by @satnaing in #232
New Contributors
- @mondesirm made their first contribution in #211
- @saseungmin made their first contribution in #221
- @abdullahhussein1 made their first contribution in #229
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Shadcn-Admin v2.1
This release focuses on improving the auth flow and data table experience, along with some internal refactors for better structure.
β¨ New Features
- Sign-out dialog + redirect flow β users now get a confirmation dialog when logging out, with proper redirect handling. #206
- Data table pagination with page numbers β easier navigation through large datasets. #207
shadcn-admin-2.1.mp4
π οΈ Refactors
- Extracted data table components into their own module. #208
- Reorganized utility files into a dedicated
lib/folder. #209
π Full Changelog
v2.0.0
β¨ Shadcn-Admin v2
shadcn-admin-1080-v2.mp4
π RTL Support
- Complete right-to-left layout support
- Logical properties implementation
- Direction switch component with context management
π Enhanced Data Tables
- Bulk Action Toolbar: Multi-select actions for tasks and users
- Search Parameter Sync: Table states persist in URL
- Full keyboard navigation and accessibility support
ποΈ Configuration Drawer
- Layout state management with persistent preferences
- Cookie-based state persistence
- Improved accessibility with semantic markup
π¨ UI Improvements
- Icon System: Replaced Tabler with Lucide icons
- Modular CSS: Separated base and theme styles
- Responsive Design: Better mobile experience and large screen support
- Color System: Consistent color scheme across components
π§ Technical Enhancements
- Converted to named exports for better tree-shaking
- Enhanced TypeScript type safety
- Upgraded to Node.js v20 in CI
- Improved code organization and consistency
β οΈ Breaking Changes
- CSS file structure reorganized for modularity
- Tabler icon dependencies removed
- localStorage replaced with cookie-based persistence
π Bug Fixes
- Fixed layout overflow issues
- Improved table hover states
- Enhanced mobile responsiveness
- Resolved color inconsistencies
Full Changelog: v1.4.2...v2.0.0
v1.4.2
What's Changed
Fixes
- fix: overflow background in tables by @satnaing in #175
- fix: remove unnecessary transitions in table by @satnaing in #176
Others
- build: upgrade dependencies and ShadcnUI components by @satnaing in #177
- build: zod v4 migration by @satnaing in #178
- chore: remove unused next-themes dependency by @satnaing in #180
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Bug fixes
- fix: white background select dropdown in dark mode by @Iamshivam-dev in #149
- fix: prevent showing collapsed menu on mobile by @Whbbit1999 in #155
- fix: user list overflow in chat by @devshinthant in #160
Others
New Contributors
- @Iamshivam-dev made their first contribution in #149
- @Whbbit1999 made their first contribution in #155
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
Clerk integration
Bug fixes and dependency upgrades
- fix: update faded-bottom color with css variable by @satnaing in #139
- fix: add an indicator for nested pages in search by @satnaing in #147
- build(deps-dev): bump vite from 6.2.6 to 6.2.7 by @dependabot in #141
- build(deps): update tanstack router devtool by @satnaing in #148
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
Tailwind CSS v4, other dependency upgrades, and minor bug fixes
- build: upgrade Tailwind CSS to v4 by @satnaing in #125
- build: upgrade minor and patch dependencies by @satnaing in #128
- fix: upgrade react-day-picker and update calendar component by @satnaing in #129
- fix: disable layout animation on mobile by @satnaing in #130
- fix: replace custom otp with input-otp component by @satnaing in #131
- build: configure automatic code-splitting by @fitimbytyqi in #127
New Contributors
- @fitimbytyqi made their first contribution in #127
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
π This is the last release before introducing Tailwind CSS v4 and other breaking changes.
Features
- add loading indicator during page transitions by @unclebay143 in #119
- add light favicons and theme-based switching by @RyanX5 in #112
- add new chat dialog in chats page by @AliAkrem in #90
Bug Fixes & Others
- add fallback font for fontFamily by @pengxiaochao in #110
- broken focus behavior in add user dialog by @satnaing in #113
New Contributors
- @pengxiaochao made their first contribution in #110
- @RyanX5 made their first contribution in #112
- @unclebay143 made their first contribution in #119
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
Feature
font-updates-in-setting.mp4
Bug Fixes & Others
- fix: toolbar filter placeholder typo in user table by @Epic-R-R in #76
- build(deps-dev): bump vite from 6.0.3 to 6.0.9 by @dependabot in #80
- fix(style): update global scrollbar style by @satnaing in #82
- fix: use overflow-clip in table paginations by @omarhoumz in #86
- fix: update sidebar color in dark mode for consistent look by @muhammadcahya in #87
- chore: update prettier-plugin-tailwindcss order by @satnaing in #88
New Contributors
- @Epic-R-R made their first contribution in #76
- @AliAkrem made their first contribution in #84
- @omarhoumz made their first contribution in #86
- @muhammadcahya made their first contribution in #87
Full Changelog: v1.0.3...v1.1.0
