Releases: jeroennoten/Laravel-AdminLTE
v3.7.2
v3.7.1
v3.7.0
v3.6.1
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
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
Fixed
- Fix AdminLTE version @resslinger
v3.5.3
Fixed
- Fix @iNJECTiON directive on the blade views files. (#813 #812) @Shidersz
v3.5.2
v3.5.1
v3.5.0
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