You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up documentation: correct date and remove excessive emojis
- Update release date to today's actual date: 2025-06-20 - Remove excessive emojis from CHANGELOG.md and README.md - Keep documentation professional and readable - Maintain all technical content and information
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ All notable changes to AdminLTE will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [4.0.0-rc1] - 2025-12-20
8
+
## [4.0.0-rc1] - 2025-06-20
9
9
10
-
### 🎉 Major Modernization Release
10
+
### Major Modernization Release
11
11
12
12
This release represents a complete modernization of the AdminLTE codebase, bringing it up to current standards with the latest tooling, dependencies, and best practices.
13
13
14
-
### 🔧 **Infrastructure & Tooling**
14
+
### Infrastructure & Tooling
15
15
16
16
#### Added
17
17
-**New npm scripts for better developer experience:**
@@ -28,7 +28,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring
28
28
-**Astro configuration:** Added `output: 'static'` for proper static site generation
29
29
-**Build optimizations:** Enhanced Rollup and PostCSS configurations for ES modules
30
30
31
-
### 📦 **Dependencies**
31
+
### Dependencies
32
32
33
33
#### Updated
34
34
-**Major version upgrades:**
@@ -49,7 +49,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring
49
49
-`prettier`: 3.3.3 → 3.5.3
50
50
- And many more...
51
51
52
-
### 🛡️ **Security & Quality**
52
+
### Security & Quality
53
53
54
54
#### Fixed
55
55
-**Resolved all npm security vulnerabilities** (0 vulnerabilities remaining)
@@ -61,7 +61,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring
61
61
-**Bundle optimization:** All assets pass bundlewatch size thresholds
62
62
-**Build reliability:** Complete production build pipeline works end-to-end
63
63
64
-
### 🧹 **Code Cleanup**
64
+
### Code Cleanup
65
65
66
66
#### Removed
67
67
-**Technical debt cleanup:**
@@ -74,15 +74,15 @@ This release represents a complete modernization of the AdminLTE codebase, bring
74
74
-**Module import issues** with JSON imports in ES modules
75
75
-**Circular dependency warnings** in build tools
76
76
77
-
### 📋 **Development Experience**
77
+
### Development Experience
78
78
79
79
#### Enhanced
80
80
-**Faster development startup** with optimized watch tasks
81
81
-**Cleaner build output** with suppressed non-critical warnings
82
82
-**Better error reporting** with modern linting tools
83
83
-**Improved script organization** with consistent naming conventions
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@
9
9
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins.
10
10
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
11
11
12
-
## ✨ What's New in v4.0.0-rc1
12
+
## What's New in v4.0.0-rc1
13
13
14
-
🚀 **Major Modernization Release** - AdminLTE has been completely modernized with:
14
+
**Major Modernization Release** - AdminLTE has been completely modernized with:
15
15
16
-
-**🔒 Zero Security Vulnerabilities** - All dependencies updated and vulnerabilities resolved
17
-
-**⚡ Modern Tooling** - ESLint v9, Astro 5.x, latest Stylelint and build tools
0 commit comments