Skip to content

Releases: ColorlibHQ/adminlte-laravel

Release list

v1.0.2

Choose a tag to compare

@puikinsh puikinsh released this 09 Jul 09:20

Patch release — an installer bug fix plus refreshed frontend dependency versions. No breaking changes.

Fixed

  • adminlte:install OverlayScrollbars CSS import. The published resources/css/adminlte.css stub imported overlayscrollbars/styles/overlayscrollbars.css, a subpath that's absent from the package's exports map before OverlayScrollbars 2.5.0. Because the installer allows overlayscrollbars@^2.0, installs resolving to 2.0–2.4 failed to compile with Missing "./styles/overlayscrollbars.css" specifier. Now imports the short overlayscrollbars/overlayscrollbars.css specifier, which resolves across the entire 2.x range. Thanks @ramcon1 for the detailed report. (#3)

Changed

  • Frontend dependencies bumped to current latest in adminlte:install and the docs: admin-lte@^4.1, overlayscrollbars@^2.16, apexcharts@^5.16, sass@^1.101, tom-select@^2.6, tabulator-tables@^6.5. fullcalendar intentionally stays at ^6.1 (v7 removes the bundled CSS and Bootstrap 5 theme the calendar component needs).
  • No composer.json changes — 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/checkout v6 → v7. (#2)

Full Changelog: v1.0.1...v1.0.2