Skip to content

Releases: satnaing/shadcn-admin

v2.2.1

06 Nov 13:48

Choose a tag to compare

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

09 Oct 13:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

23 Aug 12:28

Choose a tag to compare

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

Compare v2.0.0...v2.1.0

v2.0.0

16 Aug 13:06

Choose a tag to compare

✨ 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

23 Jul 15:28

Choose a tag to compare

What's Changed

Fixes

Others

Full Changelog: v1.4.1...v1.4.2

v1.4.1

24 Jun 18:04

Choose a tag to compare

Bug fixes

Others

  • refactor: update font config guide in fonts.ts by @satnaing in #164

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 May 05:03

Choose a tag to compare

What's Changed

Clerk integration

Clerk Collaboration

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

16 Apr 16:28

Choose a tag to compare

What's Changed

Tailwind CSS v4, other dependency upgrades, and minor bug fixes

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

12 Apr 04:17

Choose a tag to compare

What's Changed

πŸ“ This is the last release before introducing Tailwind CSS v4 and other breaking changes.

Features

Bug Fixes & Others

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

30 Jan 12:16

Choose a tag to compare

What's Changed

Feature

  • feat: allow changing font family in setting by @AliAkrem in #84
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

Full Changelog: v1.0.3...v1.1.0