1.10.4
This version introduces a complete redesign of the default backend theme. We now use the standard AdminLTE 2 backend template, which has been customized a bit to match our look and feel. See details.
How does this change affect your backend?
- If you haven't customized the templates of the bundle:
You don't have to do anything to get the new theme. If there is some error, reinstall the CSS/JS assets executing this command:
$ php app/console assets:install --symlink
- If you have customized the templates of the bundle:
You may need to change some HTML attributes or CSS selectors. These are the three backwards incompatible changes:
Before | After |
---|---|
#header-menu | .sidebar-menu |
form#content-search | .action-search form |
#content-actions | .global-actions |
Besides, the names of the EasyAdmin asset files have changed: admin.css
is now easyadmin.css
and admin.js
is now easyadmin.js
.