Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Releases: kevinpapst/AdminLTEBundle

2.1.1

07 Oct 23:28
8460d41
Compare
Choose a tag to compare

Upgrading

Updating is done with composer:

composer update kevinpapst/adminlte-bundle

Changelog

  • Updated czech translations (#31)
  • Added arabic translations (#34)

2.1

02 Sep 17:39
4384077
Compare
Choose a tag to compare
2.1

Upgrading

Updating is done with composer:

composer require kevinpapst/adminlte-bundle ~2.1

Changelog

This is mainly an internal release: cleaning up the codebase, adding first unit-tests and automated Travis CI builds, a lot of new documentation

  • Translate breadcrumb (#23) - BC break this could change the breadcrumb level in you application
  • Documentation update (#24)
  • Completed russian translation (#26)
  • Code cleanup: phpdoc, controller and classes (#25)
  • Navbar enhancements (#27)
  • Updated configuration and ContextHelper (#22)
  • Added setId() and getId() for all models (#29)
  • Pass original request to sidebar controller (#30)

2.0

15 Aug 21:19
ee9406d
Compare
Choose a tag to compare
2.0

This release contains breaking changes, so I increased to a new major version (see semver):

  • the underlying AdminLTE bundle was updated to the lastest version 2.4.8
  • the Chart.js component was removed, as it was only required for the original AdminLTE demo

Upgrading

Updating is done with composer:

composer require kevinpapst/adminlte-bundle ^2.0 

But please read on before executing the upgrade ...

Start by reading https://adminlte.io/docs/2.4/upgrade-guide to find out which changes need to be applied to your templates.

The bundled chart.js version was long outdated and added no benefit for users that didn't use charting. I decided to remove chart.js from the official theme release, as this bundle doesn't ship any charting component by now. It also decreased the filesize of adminlte.js by more than 40kB.

In case you customized your frontend assets, update the admin-lte bundle:

yarn upgrade admin-lte@~2.4.8

Afterwards run yarn build.

In case your theme relied on chart.js I highly recommend that you use your own frontend build configs and update it from 1.1.* to ^2.7.2:

yarn upgrade chart.js@^2.7.2

which will give you all the options of the much better Chart.js 2.7 version.

When using your own builds, you have to add this snippet to your app.js:

require('chart.js/dist/Chart.min');

Changelog

  • Add docs on how to extend encore (#7) - thanks to @lucasaba
  • Upgraded to AdminLTE 2.4.8 (#8)
  • Update docs for knp_menu.md (#9)- thanks to @edocabhi
  • Fix YAML syntax in docu (#11) - thanks to @Greg0
  • Added Czech translations (#12) - thanks to @behalp
  • Fix flashmessages if no session is available (#16)
  • Removed chart.js and prepared 2.0 (#17)
  • Updated FOSUserBundle documentation (#19)

1.2

21 Jul 18:55
e9ba037
Compare
Choose a tag to compare
1.2
  • Adds italian translation (#4) thanks @lucasaba
  • Fixed broken build due to renamed FontAwesome files in 5.1.1 (#5)
  • Strict dependencies for FontAwesome and AdminLTE (#6)
  • Using Chart.js npm module instead of adminlte-bundle

Please merge the latest package.json if you use webpack-encore to build your own assets!

1.1.1

15 Jul 20:06
Compare
Choose a tag to compare

Improvement:

  • fail safe event handling for empty user (#3)

1.1

14 Jul 21:52
Compare
Choose a tag to compare
1.1

BC break:

  • there is a new required route alias adminlte_login_check (defaults to login)

New Features:

  • Integrated support for FOSUserBundle
  • Added default translations

Bugfixes:

  • fixed checkbox in login form

1.0

12 Jul 17:55
Compare
Choose a tag to compare
1.0

Be careful: this release contains BC breaks!

  • removed security controller
  • adjusted github templates
  • improved docu
  • renamed all layout content blocks
  • added layout shim files for migration from AvanzuAdminTheme

0.9

08 Jul 22:04
Compare
Choose a tag to compare
0.9
composer update

0.3

08 Jul 18:01
Compare
Choose a tag to compare
0.3
  • Updated documentation
  • Removed dependency for almasaeed2010/adminlte composer package

0.2

03 Jul 19:41
Compare
Choose a tag to compare
0.2

Allow to re-compile assets in implementing applications