-
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [v3.4.0] - 2024-08-04 ### New Features - Add Helpers for TextFilters by @lrljoe in #1812 - Change method names for TextFilters handler by @lrljoe in #1814 - Capability to set Reorder Column TH Attributes by @lrljoe in #1811 - Bulk Actions - Customise Select All Behaviours by @lrljoe in #1810 ### Bug Fixes - Fix loading spinner for dark tailwind theme by @lrljoe in #1809 ### Tweaks - Blade Minimisation & ColumnSelect Cleanup by @lrljoe in #1806 - Adjust DateColumn with Missing Tests and Coping with DateTime Casts by @lrljoe in #1813 ### Docs - Add reference to Bulk Actions TH styling in main styling by @lrljoe in #1808 - Update docs for setPillsLocale by @lrljoe in #1800 - Add note on label method for setAdditionalSelects by @lrljoe in #1816
- Loading branch information
Showing
69 changed files
with
1,691 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.laravel-livewire-tables-cursor { | ||
cursor:pointer; | ||
} | ||
|
||
.laravel-livewire-tables-btn-tiny { | ||
width:0.5em; | ||
height:0.5em; | ||
} | ||
|
||
.laravel-livewire-tables-btn-smaller { | ||
width:1em; | ||
height:1em; | ||
} | ||
|
||
.laravel-livewire-tables-btn-small | ||
{ | ||
width:1.2em; | ||
height:1.2em; | ||
} | ||
|
||
.laravel-livewire-tables-btn-md | ||
{ | ||
width:1.3em; | ||
height:1.3em; | ||
} | ||
|
||
.laravel-livewire-tables-btn-lg | ||
{ | ||
width:1.4em; | ||
height:1.4em; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.