mirror of https://github.com/ColorlibHQ/AdminLTE
Updated readme
parent
01aefe5ac0
commit
ef1f2736c5
30
README.md
30
README.md
|
@ -9,23 +9,27 @@
|
||||||
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins.
|
**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.
|
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
|
||||||
|
|
||||||
## What's New in v4.0.0-rc3
|
## What's New in v4.0.0-rc4
|
||||||
|
|
||||||
**Production Deployment & Cross-Platform Compatibility** - This release resolves critical production deployment issues:
|
**Latest Release with Enhanced Performance & Updated Dependencies** - Fresh improvements for better development experience:
|
||||||
|
|
||||||
- **Fixed Production Builds** - Resolved CSS/JS path issues, sidebar navigation, and image loading in all deployment scenarios
|
- **Updated Dependencies** - 8 npm packages updated to latest versions for improved security and performance
|
||||||
- **Smart Path Resolution** - Automatic relative path calculation works for root deployment, sub-folders, and CDN hosting
|
- **Refined Mobile Image Loading** - Streamlined path resolution by removing JavaScript runtime fixes
|
||||||
- **RTL CSS Fix** - Eliminated rtlcss interference with standard LTR production builds
|
- **Better Performance** - Images now load faster with build-time path generation instead of runtime corrections
|
||||||
- **Updated Dependencies** - Bootstrap 5.3.7, Bootstrap Icons 1.13.1, OverlayScrollbars 2.11.0
|
- **Latest Tooling** - Updated TypeScript, ESLint, Prettier, Astro, and build tools
|
||||||
- **Zero Console Errors** - Fixed all CDN integrity mismatches and runtime issues
|
- **Zero Runtime Errors** - Eliminated console errors from JavaScript path corrections
|
||||||
- **FTP/Static Host Ready** - Perfect compatibility with traditional hosting and modern static platforms
|
|
||||||
|
|
||||||
**Key Improvements:**
|
**Key Improvements:**
|
||||||
- ✅ Development and production environments now behave identically
|
- ✅ All images use relative paths generated at build time
|
||||||
- ✅ Images, CSS, and JavaScript load correctly in any deployment structure
|
- ✅ No more JavaScript runtime path fixes causing console errors
|
||||||
- ✅ Sidebar navigation displays properly with badges and arrow indicators
|
- ✅ Faster image loading with optimal path resolution
|
||||||
- ✅ All CDN resources load without console errors
|
- ✅ Latest development tools and security updates
|
||||||
- ✅ Complete production build included in repository for easy deployment
|
- ✅ Production-ready with enhanced stability
|
||||||
|
|
||||||
|
**Install the latest:**
|
||||||
|
```bash
|
||||||
|
npm install admin-lte@4.0.0-rc4
|
||||||
|
```
|
||||||
|
|
||||||
See the [CHANGELOG.md](CHANGELOG.md) for complete details.
|
See the [CHANGELOG.md](CHANGELOG.md) for complete details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue