All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated to CoreUI 2.1.16
- Possibility for users to create badges in their menu. See updated
config/coreui.php
file for instructions.
- Update master template with a csrf token in
<meta>
tag (@Albvadi) - Update templating system so users can easily edit the footer (@Albvadi) and account dropdown menu
- Update FontAwesome to 5.11.2
- Switch to npm instead of yarn
- Update FontAwesome to 5.10.2
- Add compatibility to Laravel 6.0
- Adhere to laravel/ui package structuring
- Compatibility with Laravel 5
- File paths so that the CSS and JS on login/register like views will actually load
- Updated FontAwesome to 5.9.0
- Updated CoreUI to 2.1.12
- Update readme with some additional install information
- Outdated licensing terms. Everything is MIT now!
- Move account settings dropdown menu to its own view
- Feature where sidebar would only decollapse once the entire content was loaded. Now sidebar is (de)collapsed before content is rendered.
- Quite some manual imports of JS packages that caused technical debt because CoreUI didn't include everything it needed out of the box. This might break functionality in one or two cases, so diff the new
master.blade.php
file with the one in your project.
- Updated CoreUI to version 2.1.11
- Added comments to config file to clear untransparant use of 'can' funtionality
- Numerous 404 erros in console because .map files weren't in their right places
- Collapsed sidebar now stays collapsed on other pages, until it is decollapsed again
- Update minor dependencies
- Update jQuery to 3.4.1 to resolve security vulnerability
- A bug that caused URL parameters (
www.example.com/page?id=15
) to not trigger active classes on menu items
- Email address in composer.json file that caused Composer to do a confuse
- Update to CoreUI 2.1.9
- Adds menu translations
- Make breadcrumb section editable
- Update to CoreUI 2.1.8
- Bug that was caused by using the
fire
method on the Event Dispatcher of the menu builder
- Update to newest stable Laravel release - 5.8
- Updated icon naming in config to adhere to newest FontAwesome naming
- Updated CoreUI to latest version
- Menu filter to easily integrate Laravel's Gate functionality via the
coreui.php
config file
- Bug that caused
make:coreui
command to push views to the wrong folder, resulting in an exception
This tag actually references tag 1.2.2
- Updated README with cool badges
- Updated composer.json with correct package description
- Updated FontAwesome and Bootstrap to latest version
- Localization and i18n for Dutch and English
- Bug that caused the views to be exported to the wrong folders
- Updated FontAwesome and Popper.js to latest versions
- A bug that caused to logo to overflow in the the main content upon minimizing the navbar
- An option for a mini logo that is rendered when the navbar is minimized
- A bug where the logout button would always be rendered, leading to a hard exception if the user didn't create an authentication system
- Updated a typo in README that could cause the templates to not be inherited
- This changelog
- Unclosed
<p>
tag in the master template - Renamed the
content
section of the README tobody
so it's actually correct
- First version of package