|
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-rc3 |
| 12 | +## What's New in v4.0.0-rc4 |
13 | 13 |
|
14 |
| -**Production Deployment & Cross-Platform Compatibility** - This release resolves critical production deployment issues: |
| 14 | +**Latest Release with Enhanced Performance & Updated Dependencies** - Fresh improvements for better development experience: |
15 | 15 |
|
16 |
| -- **Fixed Production Builds** - Resolved CSS/JS path issues, sidebar navigation, and image loading in all deployment scenarios |
17 |
| -- **Smart Path Resolution** - Automatic relative path calculation works for root deployment, sub-folders, and CDN hosting |
18 |
| -- **RTL CSS Fix** - Eliminated rtlcss interference with standard LTR production builds |
19 |
| -- **Updated Dependencies** - Bootstrap 5.3.7, Bootstrap Icons 1.13.1, OverlayScrollbars 2.11.0 |
20 |
| -- **Zero Console Errors** - Fixed all CDN integrity mismatches and runtime issues |
21 |
| -- **FTP/Static Host Ready** - Perfect compatibility with traditional hosting and modern static platforms |
| 16 | +- **Updated Dependencies** - 8 npm packages updated to latest versions for improved security and performance |
| 17 | +- **Refined Mobile Image Loading** - Streamlined path resolution by removing JavaScript runtime fixes |
| 18 | +- **Better Performance** - Images now load faster with build-time path generation instead of runtime corrections |
| 19 | +- **Latest Tooling** - Updated TypeScript, ESLint, Prettier, Astro, and build tools |
| 20 | +- **Zero Runtime Errors** - Eliminated console errors from JavaScript path corrections |
22 | 21 |
|
23 | 22 | **Key Improvements:**
|
24 |
| -- ✅ Development and production environments now behave identically |
25 |
| -- ✅ Images, CSS, and JavaScript load correctly in any deployment structure |
26 |
| -- ✅ Sidebar navigation displays properly with badges and arrow indicators |
27 |
| -- ✅ All CDN resources load without console errors |
28 |
| -- ✅ Complete production build included in repository for easy deployment |
| 23 | +- ✅ All images use relative paths generated at build time |
| 24 | +- ✅ No more JavaScript runtime path fixes causing console errors |
| 25 | +- ✅ Faster image loading with optimal path resolution |
| 26 | +- ✅ Latest development tools and security updates |
| 27 | +- ✅ Production-ready with enhanced stability |
| 28 | + |
| 29 | +**Install the latest:** |
| 30 | +```bash |
| 31 | +npm install admin-lte@4.0.0-rc4 |
| 32 | +``` |
29 | 33 |
|
30 | 34 | See the [CHANGELOG.md](CHANGELOG.md) for complete details.
|
31 | 35 |
|
|
0 commit comments