Improved
AdminLTE v4.0.0-rc1
AdminLTE v4.0.0-rc1 - Major Modernization Release
This release represents a complete modernization of the AdminLTE codebase, bringing it up to current standards with the latest tooling, dependencies, and best practices.
Key Highlights
- Zero Security Vulnerabilities - All dependencies updated and vulnerabilities resolved
- Modern Tooling - ESLint v9, Astro 5.x, latest Stylelint and build tools
- Better Developer Experience - New
npm startcommand, improved scripts, cleaner builds - Latest Dependencies - Bootstrap 5.3.7, Node.js ES modules, 50+ package updates
- Code Quality - Zero linting errors, removed technical debt, standardized formatting
- Future-Ready - Modern configuration patterns, optimal bundle sizes, enhanced maintainability
Quick Start
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run production