Skip to content

Releases: userfrosting/theme-adminlte

5.1.2

22 Jun 03:08
80475f9
Compare
Choose a tag to compare

What's changed

  • Add missing jquery-validation methods

Full Changelog: 5.1.1...5.1.2

5.1.1

28 Apr 19:43
653a19d
Compare
Choose a tag to compare

What's changed

  • Add entry for bundled images

You can now use both the cupcake.png and cupcake.svg UserFrosting logo in your app. Simply require the image entry in any javascript entry (eg. : app.js, page-foo.js, etc).

require('@userfrosting/theme-adminlte/app/assets/cupcake');

Both image will be copied to public/assets/images/ when running Webpack. To include the images in your template :

<img src="{{ asset('assets/images/cupcake.svg') }}">

The path assets/images/cupcake.svg refers to the path of the image in public/, without the

Full Changelog: 5.1.0...5.1.1

5.1.0

23 Mar 01:31
d369d50
Compare
Choose a tag to compare

What's changed

  • Drop PHP 8.1 support, add PHP 8.3 support
  • Update to Laravel 10
  • Update to PHPUnit 10
  • Update to FontAwesome 6 (See what's changed in FA6)
  • Add fallback routes when 'index' is not defined (Fix #1244)

Upgrade guide : https://learn.userfrosting.com/5.1/upgrading/50-to-51

Full Changelog: 5.0.0...5.1.0

5.0.0

25 Nov 01:14
8cf98bf
Compare
Choose a tag to compare

This is the first official release of the AdminLTE Sprinkle for UserFrosting 5.

For more information : https://learn.userfrosting.com/upgrading/46-to-50

5.0.0-rc1

12 Nov 20:35
3221fd3
Compare
Choose a tag to compare

5.0.0-beta1

19 Apr 00:46
8f17691
Compare
Choose a tag to compare
5.0.0-beta1 Pre-release
Pre-release

This is the first beta of the AdminLTE Theme Sprinkle for UserFrosting 5.

For more information, see this page.

Full Changelog: 5.0.0-alpha1...5.0.0-beta1

5.0.0-alpha1

09 Aug 01:59
328b3bb
Compare
Choose a tag to compare
5.0.0-alpha1 Pre-release
Pre-release

This is the first pre-release of the AdminLTE Theme Sprinkle for UserFrosting 5.

For more information, see this page.