Releases: sebastienheyd/boilerplate
Releases · sebastienheyd/boilerplate
Laravel 5.6 compatibility
5.6.1 Fix autofocus on first name field
AdminLTE update and fix
5.5.5 AdminLTE update and fix
Update JS libs
- Moment / bootstrap-fileinput
- Fix autofocus on register form
Locking to Laravel 5.5.*
Laravel doesn't follow semver. So having ^5.x, 5.* or >=5.x will mean that composer will install a future version even though that version breaks the package.
Some fixes
- Before this update an exception is thrown when you set register_user to false into the package configuration and calling php artisan route:list. This is now fixed.
- This version change the way assets are loaded. Before this update you have to merge webpack.mix.js with the one in the root folder. Now this is not an obligation. You can do it only if you need to add plugins to assets for the back-office.
- Some small fixes
Compatibility with Laravel 5.5.x
- package autodiscover
- yajra/datatables v8
- update assets
- update documentation
- small fixes
New version numerotation
5.4.1 New numerotation
Bug fixes & improvements
- Password reset mail is now localized
- When a user log out and boilerplate admin is in a subfolder, user will be redirected to the login page and not the homepage
- Menu item permissions was incorrectly named "role", now it's possible to define role and/or permission
- When a user is updated, the message says "updated" and not "created"
- Non admin users can now edit their own profile (!)
- Update js lib bootstrap-fileinput
Small fixes & improvements
- Fix role deletion
- Tags for vendor:publish, you can now publish assets only if necessary
- Small UI improvement, display a dot for active menu items for a better visibility
Sidebar refactoring
Fixes and optimizations for menu building