Replies: 1 comment
-
Can we migrate from 3.2.0 to some 4 versión without Breaking everything? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AdminLTE v4.0.0-rc3 - Production Deployment & Cross-Platform Compatibility
This release resolves critical production deployment issues and ensures consistent behavior between development and production environments across different deployment scenarios.
🚀 Production Deployment Fixes
Path Resolution System
./css/
for root,../css/
for sub-pages)RTL CSS Processing Fix
rtlcss
plugin interference with LTR buildsrtlcss
now only runs during RTL-specific builds (NODE_ENV=RTL
).rtl.css
files for right-to-left language supportImage Loading Resolution
/assets/img/...
) to relative paths🎨 UI/Navigation Improvements
Sidebar Navigation Fixed
sidebar-open
class to all layouts for consistent stylingCross-Device Consistency
.sidebar-menu .nav-link { width: 100%; }
for better UX📦 CDN & Dependencies
Updated to Latest Stable Versions
Integrity Attribute Removal
integrity
attributes from all CDN resourcescrossorigin="anonymous"
for security while removing brittle SRI checks🛠️ Build System Enhancements
Development vs Production Parity
src/html/public/
for hot-reloadingdist/css/
anddist/js/
then flattens structureGit Repository Cleanup
dist/
folder to repositoryDeployment Guide
Quick Start
Deployment Scenarios
dist/
contents topublic_html/
or equivalentdist/
contents topublic_html/admin/
or similardist/
in your hosting platform📋 Migration Notes
From 4.0.0-rc2 to 4.0.0-rc3
Automatic Updates (No Action Required):
Recommended Actions:
dist/
structurenpm run dev
) and production buildsBreaking Changes:
Download: Use npm:
npm install [email protected]
or download the source code below.This discussion was created from the release AdminLTE v4.0.0-rc3.
Beta Was this translation helpful? Give feedback.
All reactions