Releases: userfrosting/theme-adminlte
5.1.4
5.1.3
What's Changed
- Added missing font import to admin-lte.scss by @Jearnest94 in #2
New Contributors
- @Jearnest94 made their first contribution in #2
Full Changelog: 5.1.2...5.1.3
5.1.2
5.1.1
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
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
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
What's changed
Full Changelog: 5.0.0-beta1...5.0.0-rc1
5.0.0-beta1
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
This is the first pre-release of the AdminLTE Theme Sprinkle for UserFrosting 5.
For more information, see this page.