Kevinpapst AdminLTEBundle Versions Save

AdminLTE bundle for Symfony 4+ - an backend/admin theme for easy integration. It is based on the AdminLTE Template 2. Supports KNPMenuBundle and FOSUserBundle, built with webpack-encore.

3.6.1

2 years ago

Allow infobox widget to render without a progress description block #171 - thanks @brockhaus

3.6

2 years ago
  • Fixed badge container in menu #167 - thanks @Remskei
  • Added Croation translations #168 - thanks @milotype

3.5

2 years ago

Inlined some FOSUserBundle translations, to reduce unnecessary coupling (check your self-registration and password-reset screens).

3.4

3 years ago

Potential BC break: Removed registration of controller from service container, please add them to your own services.yaml if you need it! Or rewrite your code, because the controllers are deprecated anyways.

Added greek translation in #162 - thanks @dkstiler for your contribution

3.3

3 years ago

Includes potential BC breaks

  1. Tasks, Notifications, Menu and User partials are now rendered with an include and NOT with a controller sub-request anymore. If you have overwritten the includes that were used internally, this could break. The controller actions were deprecated and will be removed soon, make sure that your templates don't call them.

  2. Updated all frontend assets and the build stack. It is not recommended to use the shipped assets, but if you do: make sure it works as expected.

  3. Relaxed PHP versions requirement and allow PHP 8

Changelog

  • Performance: Using twig runtime extensions, include templates instead controller actions, removed 8 sub-requests (#159)
  • Updated frontend stack, updated dependencies, recompiled assets
  • Allow Safe Labels in KNP Menu (#132) - thanks @tacman
  • Updated CI actions: use multiple PHP versions

3.2.4

3 years ago

It is 2020 and we have to add fixes for Internet Explorer again 👿

  • change config knp_menu.enable from scalar to boolean (#143) - thanks @Ultiiiiii
  • updated config example
  • Improve IE11 compatibility (#147) - thanks @Ultiiiiii

3.2.3

3 years ago
  • added romanian translations (#142) - thanks to @calin-ghiurco

3.2.2

3 years ago
  • fixed wording: 'user' to 'task' (#129)- thanks @tacman
  • remove duplicate call to sass loader (#130) - thanks @tacman
  • bump frontend dependencies and rebuild assets (#137)
  • added github funding
  • replace travis with github actions (#140)
  • updated italian translation (#139) - thanks @buoncri
  • added hebrew translations (#141) - thanks @eransurg

3.2.1

4 years ago
  • Added badges on labels for KNP-menus (#124) thanks to @Ultiiiiii
  • Esperanto translation; translated by Sofia Zaretskaia, reviewed by Michal Matusov (#125) - thanks to @KuboF

3.2

4 years ago
  • added Polish Language translation (#118) - thanks @MikKrz
  • added trans filter to label items with KNP menu (#117) - thanks @cavasinf
  • updated all frontend assets (#123)