Skip to content

Commit 5308195

Browse files
committed
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
1 parent c74fe4e commit 5308195

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ All notable changes to AdminLTE will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [4.0.0-rc1] - 2025-12-20
8+
## [4.0.0-rc1] - 2025-06-20
99

10-
### 🎉 Major Modernization Release
10+
### Major Modernization Release
1111

1212
This release represents a complete modernization of the AdminLTE codebase, bringing it up to current standards with the latest tooling, dependencies, and best practices.
1313

14-
### 🔧 **Infrastructure & Tooling**
14+
### Infrastructure & Tooling
1515

1616
#### Added
1717
- **New npm scripts for better developer experience:**
@@ -28,7 +28,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring
2828
- **Astro configuration:** Added `output: 'static'` for proper static site generation
2929
- **Build optimizations:** Enhanced Rollup and PostCSS configurations for ES modules
3030

31-
### 📦 **Dependencies**
31+
### Dependencies
3232

3333
#### Updated
3434
- **Major version upgrades:**
@@ -49,7 +49,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring
4949
- `prettier`: 3.3.3 → 3.5.3
5050
- And many more...
5151

52-
### 🛡️ **Security & Quality**
52+
### Security & Quality
5353

5454
#### Fixed
5555
- **Resolved all npm security vulnerabilities** (0 vulnerabilities remaining)
@@ -61,7 +61,7 @@ This release represents a complete modernization of the AdminLTE codebase, bring
6161
- **Bundle optimization:** All assets pass bundlewatch size thresholds
6262
- **Build reliability:** Complete production build pipeline works end-to-end
6363

64-
### 🧹 **Code Cleanup**
64+
### Code Cleanup
6565

6666
#### Removed
6767
- **Technical debt cleanup:**
@@ -74,15 +74,15 @@ This release represents a complete modernization of the AdminLTE codebase, bring
7474
- **Module import issues** with JSON imports in ES modules
7575
- **Circular dependency warnings** in build tools
7676

77-
### 📋 **Development Experience**
77+
### Development Experience
7878

7979
#### Enhanced
8080
- **Faster development startup** with optimized watch tasks
8181
- **Cleaner build output** with suppressed non-critical warnings
8282
- **Better error reporting** with modern linting tools
8383
- **Improved script organization** with consistent naming conventions
8484

85-
### 💻 **Browser & Platform Support**
85+
### Browser & Platform Support
8686

8787
#### Maintained
8888
- **Full Bootstrap 5.3.7 compatibility**

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins.
1010
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
1111

12-
## What's New in v4.0.0-rc1
12+
## What's New in v4.0.0-rc1
1313

14-
🚀 **Major Modernization Release** - AdminLTE has been completely modernized with:
14+
**Major Modernization Release** - AdminLTE has been completely modernized with:
1515

16-
- **🔒 Zero Security Vulnerabilities** - All dependencies updated and vulnerabilities resolved
17-
- **Modern Tooling** - ESLint v9, Astro 5.x, latest Stylelint and build tools
18-
- **🛠️ Better Developer Experience** - New `npm start` command, improved scripts, cleaner builds
19-
- **📦 Latest Dependencies** - Bootstrap 5.3.7, Node.js ES modules, 50+ package updates
20-
- **🧹 Code Quality** - Zero linting errors, removed technical debt, standardized formatting
21-
- **🎯 Future-Ready** - Modern configuration patterns, optimal bundle sizes, enhanced maintainability
16+
- **Zero Security Vulnerabilities** - All dependencies updated and vulnerabilities resolved
17+
- **Modern Tooling** - ESLint v9, Astro 5.x, latest Stylelint and build tools
18+
- **Better Developer Experience** - New `npm start` command, improved scripts, cleaner builds
19+
- **Latest Dependencies** - Bootstrap 5.3.7, Node.js ES modules, 50+ package updates
20+
- **Code Quality** - Zero linting errors, removed technical debt, standardized formatting
21+
- **Future-Ready** - Modern configuration patterns, optimal bundle sizes, enhanced maintainability
2222

2323
See the [CHANGELOG.md](CHANGELOG.md) for complete details.
2424

0 commit comments

Comments
 (0)