Skip to content

Tags: jeroennoten/Laravel-AdminLTE

Tags

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve Gate Filter / Fix Issue #1111 (#1259)

* Improve Gate Filter

The Gate filter now restrict submenu items with all restircted children

* Fix code style

* Revert the Gate Filter changes and move logic to upper level

* Fix CS

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve preloader animation (#1255)

* Add improvements on the preloader animation

* Add tests for the new preloader improvements

* Add style CI fix

* Refactor: split out logic from LayoutHelper to PreloaderHelper

* Apply fix related to style CI

v3.9.5

Toggle v3.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve preloader animation (#1255)

* Add improvements on the preloader animation

* Add tests for the new preloader improvements

* Add style CI fix

* Refactor: split out logic from LayoutHelper to PreloaderHelper

* Apply fix related to style CI

v3.9.4

Toggle v3.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Components/DarkModeWidget]: Add compatibility with the IFrame mode (#…

…1243)

v3.9.3

Toggle v3.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add pt-pt translations (#1236)

v3.9.2

Toggle v3.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing Laravel version error with Livewire (#1210)

v3.9.1

Toggle v3.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rename function (#1197)

testMakeBodyClassesWithouConfig renamed to
testMakeBodyClassesWithoutConfig

sorry for the same pull request i deleted wrong fork

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for testing on Laravel 10 (#1179)

* [workflows]: Add support for testing on Laravel 10

* [tests/AdminLteTest]: Use setUp() instead of constructor()

* [workflows/run-tests]: Update checkout and cache actions to v3

* [workflows/run-tests]: Minor logic improvement

* [workflows/run-tests]: Restrict versions for the nestbot/carbon dependency

* [phpunit]: Change for testing with phpunit 10

v3.8.6

Toggle v3.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update datatable.blade.php (#1164)

* Update datatable.blade.php

Added custom classes to datatable :heads.
Example:
['label' => __('Actions'), 'classes' => 'some classes']

* Update datatable.blade.php

Only add `class` property when `classes` is defined for the table header

---------

Co-authored-by: Diego Smania <diego.smania@gmail.com>

v3.8.5

Toggle v3.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[resources/views]: Support explicit plugin deactivation when active b…

…y default. (#1139)