Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AdminLTE v4.0.0-rc4 source code.tar.gz | 2025-07-10 | 11.0 MB | |
AdminLTE v4.0.0-rc4 source code.zip | 2025-07-10 | 11.1 MB | |
README.md | 2025-07-10 | 1.1 kB | |
Totals: 3 Items | 22.2 MB | 62 |
What's New
- Updated Dependencies: 8 npm packages updated to latest versions for improved security and performance
- Refined Mobile Image Fix: Streamlined image path resolution by removing JavaScript runtime fix in favor of build-time HTML generation
- Better Performance: Images now load faster with no runtime path corrections needed
### Updated Packages - @rollup/plugin-typescript: 12.1.3 → 12.1.4 - @typescript-eslint/eslint-plugin: 8.35.1 → 8.36.0 - @typescript-eslint/parser: 8.35.1 → 8.36.0 - astro: 5.10.0 → 5.11.0 - eslint: 9.30.0 → 9.30.1 - prettier: 3.5.3 → 3.6.2 - rollup: 4.44.0 → 4.44.2 - stylelint: 16.21.0 → 16.21.1
### Installation
bash
npm install admin-lte@4.0.0-rc4
Key Improvements from 4.0.0-rc3
- Zero 404 Errors: All images now use relative paths generated at build time
- Cleaner Code: Removed JavaScript runtime path fixes that caused console errors
- Latest Tools: Updated to newest versions of TypeScript, ESLint, Prettier, and build tools