Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta Fixes - "Publishing Views/Localizations". "Search Methods", "prepend & append Columns" #1327

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

lrljoe
Copy link
Collaborator

@lrljoe lrljoe commented Sep 1, 2023

  • Update setSearchDebounce,

  • Add setSearchThrottle/setSearchBlur

  • Remove setSearchLazy

  • Update Views Publish Path

  • Add Translations Publish Option

  • Add Reusable Columns (prependColumns/appendColumns)

  • Update ChangeLog


All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

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

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

…ch Options (#1324)

* Update setSearchDebounce, add setSearchThrottle/setSearchBlur

* Remove Lazy Test

* Remove Lazy Tests - Update Docs

* Update Views Publish Path

* Add Translations Publish Option

* Update ChangeLog

* Add Reusable Columns

* Add Tests for Prepend/Append Cols

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #1327 (1d1da19) into v3-master (23e73c2) will decrease coverage by 0.15%.
The diff coverage is 77.77%.

@@               Coverage Diff               @@
##             v3-master    #1327      +/-   ##
===============================================
- Coverage        83.77%   83.63%   -0.15%     
- Complexity        1119     1133      +14     
===============================================
  Files               82       83       +1     
  Lines             2712     2762      +50     
===============================================
+ Hits              2272     2310      +38     
- Misses             440      452      +12     
Files Changed Coverage Δ
src/DataTableComponent.php 93.33% <ø> (ø)
src/Views/Columns/ComponentColumn.php 63.63% <ø> (ø)
src/Views/Columns/ImageColumn.php 100.00% <ø> (ø)
src/Views/Columns/LinkColumn.php 100.00% <ø> (ø)
src/Views/Columns/LivewireComponentColumn.php 0.00% <ø> (ø)
src/Traits/Configuration/ColumnConfiguration.php 72.72% <72.72%> (ø)
src/Traits/Helpers/ColumnHelpers.php 94.49% <76.00%> (-5.51%) ⬇️
src/LaravelLivewireTablesServiceProvider.php 100.00% <100.00%> (ø)
src/Traits/WithColumns.php 100.00% <100.00%> (ø)

@lrljoe lrljoe merged commit 4250511 into v3-master Sep 1, 2023
9 of 11 checks passed
lrljoe added a commit to LowerRockLabs/laravel-livewire-tables that referenced this pull request Sep 3, 2023
* Beta Fixes - Publishing Views/Localizations.  Beta Improvements - Search Options (rappasoft#1324) (rappasoft#1327)

* Update setSearchDebounce, add setSearchThrottle/setSearchBlur

* Remove Lazy Test

* Remove Lazy Tests - Update Docs

* Update Views Publish Path

* Add Translations Publish Option

* Update ChangeLog

* Add Reusable Columns

* Add Tests for Prepend/Append Cols

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>

* Fix Column Select - Select All state (rappasoft#1333)

* Fix Column Select - All

* Update ChangeLog

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant