Skip to content

Commit ef1f273

Browse files
committed
Updated readme
1 parent 01aefe5 commit ef1f273

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,27 @@
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-rc3
12+
## What's New in v4.0.0-rc4
1313

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:
1515

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
2221

2322
**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+
```
2933

3034
See the [CHANGELOG.md](CHANGELOG.md) for complete details.
3135

0 commit comments

Comments
 (0)