Skip to content

Releases: jeroennoten/Laravel-AdminLTE

v3.6.1

08 Jun 06:38
a325af0
Compare
Choose a tag to compare

Added

Changed

  • Review the sidebar mini configuration options (#899) @Shidersz
  • Improve error lookup on the session's errors bag for the components (#907) @Shidersz
  • Only add section "content-header" if is set (#918) @warquia

Important

The new supported options for the sidebar_mini configuration will be:

  • 'lg' to enable sidebar mini mode for desktop and bigger screens (>= 992px).
  • 'md' to enable sidebar mini mode for small tablet and bigger screens (>= 768px).
  • 'xs' to enable sidebar mini mode for extra small and bigger screens (>= 0px).
  • null to disable the sidebar mini mode.

Please, review your config/adminlte.php and change that option to one of the new values.

v3.6.0

20 May 19:07
29de1c2
Compare
Choose a tag to compare

This release includes the following great enhancements

Add support for the new AdminLTE v3.1

With this release, we have integrated the new AdminLTE v3.1.

See all the great changes on the official release notes of AdminLTE:
https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.1.0

Thank you @REJack for this great update.

At next, you can see a list of some of the integrated features:

  • The navbar search element now is implemented with a more responsive style, to avoid visual issues on small screen sizes.
  • A new sidebar search now is available to search for menu items.
  • A fullscreen toggle button now is available for the navbar section.
  • A new configuration option to toggle the dark mode is now available.

Thanks to @shidersz for the integration.

Add a set of new x-blade components

We are very proud to release the x-blade components in this release. We worked on that for a long time.
This improvement will make your work on web apps easier and faster.

In the next steps, we will add more features and have other nice improvements in the pipeline.

For the work and integration of this components, you will find more information on this wiki page:
https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Components-Categories

Special thanks to @dgvai for the great work and for the permission to include his work directly into this project.
And thanks to @Shidersz to improve the x-blade components and everyone else who made the release possible.

Other improvements to mention

  • Added support for a new navbar notification menu item.
  • Added improvements on the wiki documentation.

v3.5.4

22 Mar 16:24
4c155cf
Compare
Choose a tag to compare

Fixed

v3.5.3

24 Feb 11:14
424f2e9
Compare
Choose a tag to compare

Fixed

v3.5.2

11 Jan 10:47
988cde3
Compare
Choose a tag to compare

Fixed

  • Fix menu builder for submenu (#795) @Shidersz

v3.5.1

22 Dec 13:16
2d89430
Compare
Choose a tag to compare

Added

Changed

  • Improve logic on the plugins blade file (#749) @Shidersz

Fixed

  • Fix default value for classes_topnav_nav configuration on layout topnav (#750) @Shidersz

v3.5.0

27 Sep 14:42
baa10b8
Compare
Choose a tag to compare

Added

  • Add new set of artisan commands @Shidersz
  • Add Bahasa Indonesia Translation @arcphysx
  • Add livewire support @shankhadevpadam
  • Add classes attribute @Shidersz
  • Add support to pass parameters to menu translate function @alr2413

Changed

  • Improve the ActiveChecker to compare query parameters of urls when need @Shidersz
  • Improve Documentation @Shidersz
  • Improve livewire Documentation and Support @Shidersz
  • Improve Menu Items Documentation @Shidersz
  • Improve ActiveChecker to remove whitespace before perform url comparisons @Shidersz
  • Change from Travis CI to Github actions @lacodimizer
  • Improve menu builder to early stop applying filters on a restricted menu item @Shidersz

Fixed

  • Search section not working @MTEXX

v3.4.4

17 Jul 17:38
496e7cb
Compare
Choose a tag to compare

Fixed

  • search form is not working @iappcl

v3.4.3

16 Jul 07:25
545cdb3
Compare
Choose a tag to compare

Changed

  • Use plugin name as key of the plugins in the config file @ruanpepe

Fixed

  • Fix issue when we only add restricted items to the menu @Shidersz

v3.4.2

06 Jul 17:39
324698d
Compare
Choose a tag to compare

Fixed

  • Fix menu builder for adding items as submenu items @Shidersz