rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

v3.2.0 #1627

Closed lrljoe closed 6 months ago

lrljoe commented 6 months ago

Merge for 3.2.0 for Release

All Submissions:

New Feature Submissions:

  1. [x] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [x] Did you update all templates (if applicable)?
  3. [x] Did you add the relevant documentation (if applicable)?
  4. [x] Did you test locally to make sure your feature works as intended?

Changes to Core Features:

codecov[bot] commented 6 months ago

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (a0d8411) 88.67% compared to head (54e3a0e) 88.13%. Report is 12 commits behind head on master.

:exclamation: Current head 54e3a0e differs from pull request most recent head b114094. Consider uploading reports for the commit b114094 to get more accurate results

Files Patch % Lines
config/livewire-tables.php 0.00% 12 Missing :warning:
src/Views/Traits/Core/HasVisibility.php 77.77% 4 Missing :warning:
src/Views/Traits/Core/HasView.php 76.92% 3 Missing :warning:
src/Views/Traits/Core/HasFooter.php 93.33% 2 Missing :warning:
src/Views/Traits/Core/HasSecondaryHeader.php 93.54% 2 Missing :warning:
src/Views/Traits/Columns/IsSortable.php 97.29% 1 Missing :warning:
src/Views/Traits/Core/HasAttributes.php 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1627 +/- ## ============================================ - Coverage 88.67% 88.13% -0.55% + Complexity 1354 1310 -44 ============================================ Files 106 123 +17 Lines 3189 3102 -87 ============================================ - Hits 2828 2734 -94 - Misses 361 368 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.