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