Releases: ColorlibHQ/adminlte-laravel
Releases · ColorlibHQ/adminlte-laravel
Release list
v1.0.2
Patch release — an installer bug fix plus refreshed frontend dependency versions. No breaking changes.
Fixed
adminlte:installOverlayScrollbars CSS import. The publishedresources/css/adminlte.cssstub importedoverlayscrollbars/styles/overlayscrollbars.css, a subpath that's absent from the package'sexportsmap before OverlayScrollbars 2.5.0. Because the installer allowsoverlayscrollbars@^2.0, installs resolving to 2.0–2.4 failed to compile withMissing "./styles/overlayscrollbars.css" specifier. Now imports the shortoverlayscrollbars/overlayscrollbars.cssspecifier, which resolves across the entire 2.x range. Thanks @ramcon1 for the detailed report. (#3)
Changed
- Frontend dependencies bumped to current latest in
adminlte:installand the docs:admin-lte@^4.1,overlayscrollbars@^2.16,apexcharts@^5.16,sass@^1.101,tom-select@^2.6,tabulator-tables@^6.5.fullcalendarintentionally stays at^6.1(v7 removes the bundled CSS and Bootstrap 5 theme the calendar component needs). - No
composer.jsonchanges — every PHP constraint already allows the current major. Verified green against Laravel 13.19, PHPUnit 13.2.4, Pint 1.29.3, Larastan 3.10 (Pint + PHPStan level 8 + 57 tests, no security advisories). - CI:
actions/checkoutv6 → v7. (#2)
Full Changelog: v1.0.1...v1.0.2