diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bd14fe3..8de11aa4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to AdminLTE will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.0.0-rc1] - 2025-12-20 +## [4.0.0-rc1] - 2025-06-20 -### ๐ŸŽ‰ Major Modernization Release +### 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. -### ๐Ÿ”ง **Infrastructure & Tooling** +### Infrastructure & Tooling #### Added - **New npm scripts for better developer experience:** @@ -28,7 +28,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring - **Astro configuration:** Added `output: 'static'` for proper static site generation - **Build optimizations:** Enhanced Rollup and PostCSS configurations for ES modules -### ๐Ÿ“ฆ **Dependencies** +### Dependencies #### Updated - **Major version upgrades:** @@ -49,7 +49,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring - `prettier`: 3.3.3 โ†’ 3.5.3 - And many more... -### ๐Ÿ›ก๏ธ **Security & Quality** +### Security & Quality #### Fixed - **Resolved all npm security vulnerabilities** (0 vulnerabilities remaining) @@ -61,7 +61,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring - **Bundle optimization:** All assets pass bundlewatch size thresholds - **Build reliability:** Complete production build pipeline works end-to-end -### ๐Ÿงน **Code Cleanup** +### Code Cleanup #### Removed - **Technical debt cleanup:** @@ -74,7 +74,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring - **Module import issues** with JSON imports in ES modules - **Circular dependency warnings** in build tools -### ๐Ÿ“‹ **Development Experience** +### Development Experience #### Enhanced - **Faster development startup** with optimized watch tasks @@ -82,7 +82,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring - **Better error reporting** with modern linting tools - **Improved script organization** with consistent naming conventions -### ๐Ÿ’ป **Browser & Platform Support** +### Browser & Platform Support #### Maintained - **Full Bootstrap 5.3.7 compatibility** diff --git a/README.md b/README.md index 008b8710d..d0355baf7 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ **AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. -## โœจ What's New in v4.0.0-rc1 +## What's New in v4.0.0-rc1 -๐Ÿš€ **Major Modernization Release** - AdminLTE has been completely modernized with: +**Major Modernization Release** - AdminLTE has been completely modernized with: -- **๐Ÿ”’ 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 start` command, 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 +- **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 start` command, 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 See the [CHANGELOG.md](CHANGELOG.md) for complete details.