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

v3-develop to v3-master #1399

Merged
merged 26 commits into from
Oct 8, 2023
Merged

v3-develop to v3-master #1399

merged 26 commits into from
Oct 8, 2023

Conversation

lrljoe
Copy link
Collaborator

@lrljoe lrljoe commented Oct 8, 2023

Develop To Master Release for 3.0.0-beta.1

  • Removes superfluous @endphp from the DateRangeFilter blade
  • Removes reference to remote/published 3rd party assets
  • Add setFilterLabelAttributes Capability Per-Filter
  • Fixes reorderSort not applying smoothly

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?

lrljoe and others added 25 commits August 31, 2023 22:37
…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 <[email protected]>
* 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

* Column Select Fixes

* Fix test

* Add docs for setSearchPlaceholder

* Move Filter Specific Docs ino Filter-Types

* Fix styling

* Remove extraneous space

* Adjusting Selectable Test

* Fix For BulkActions Dropdown

* Fixes for ColumnSelect

* Update ChangeLog

* Test Fix for Selectable Columns

* Remove Faulty Test

---------

Co-authored-by: lrljoe <[email protected]>
* Fix Column Select - All

* Update ChangeLog
* Add NonArray setAdditionalSelects Test

* Update for FrontendAssets Test

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
* Add NonArray setAdditionalSelects Test

* Update for FrontendAssets Test

* Add ThirdPartyScripts/Styles to Test

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
* Add NonArray setAdditionalSelects Test

* Update for FrontendAssets Test

* Add ThirdPartyScripts/Styles to Test

* Add ThirdParty Tests

* Fix AutoInjection Issue

* Fix 3rd party test

* Set default back to remote 3rd party assets

* Add CodeCov YML

* Update CodeCov - 80% minimum

* Add Filter Custom Pills Blade Test

* Fix styling

* Add formatted column test

* Column - Get Formatted Contents Test

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
* Add fix for lazy loading

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
* Add missing pagination helper tests


---------

Co-authored-by: lrljoe <[email protected]>
* Add missing component visuals tests & failed tables

* Update Exception Expectation

* Temporary test swapping to check Exception throwing

---------

Co-authored-by: lrljoe <[email protected]>
* Add setSearchFieldAttribute Options


---------

Co-authored-by: lrljoe <[email protected]>
* ColumnSelect Fixes - Phase 1

* Update "Select All" to use counts

* Missing closing bracket

* All Are Selected -> Move to method in Helpers

* ColSelectFixes

* Ensure event fires

* Update ColumnsSelectedTest

* Fix superfluous empty array return

* Remove superfluous default return

* Adjust Tests - Include Coverage For ExcludeDeselectedCols

* Add Tests For AllColsSelected

* Fix styling

* Fixes for Deselected Cols

* Fix styling

* Updates to Changelog

* Removing ColumnSelected Event Test - Temporary

* Add default true to replace removed test

* Add improved test

---------

Co-authored-by: lrljoe <[email protected]>
* Check for "original" property

* Adjusting order of request validations

* Updates to Asset Injection Methods

* Fix assertViewIs is not working (#67)
Contribs By: Jackson Tong <[email protected]

* Tweaks for Auto Injection Options

* Test Updates - Frontend Assets

* Add ThirdParty Basic Header Tests

* Add Initial Debuggable DTO Test
* Reordering Fixes - Performance & Toggling

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
* Add All Option

* Update Import Paths

* Add minified CSS Versions
* Add setTrAttributes back into use

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
* Update Reorder Documentation

* Update ChangeLog - Merge Unreleased
* Add setFilterLabelAttributes Capability

* Update filter-label to use customLabelAttributes to avoid any potential conflicts

* Adjust documentation for setCustomFilterLabel

---------

Co-authored-by: lrljoe <[email protected]>
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #1399 (323deee) into v3-master (c519a09) will increase coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head 323deee differs from pull request most recent head 429b54f. Consider uploading reports for the commit 429b54f to get more accurate results

@@               Coverage Diff               @@
##             v3-master    #1399      +/-   ##
===============================================
+ Coverage        87.63%   87.66%   +0.03%     
- Complexity        1165     1169       +4     
===============================================
  Files               83       83              
  Lines             2862     2869       +7     
===============================================
+ Hits              2508     2515       +7     
  Misses             354      354              
Files Coverage Δ
src/Views/Filter.php 100.00% <ø> (ø)
...Views/Traits/Configuration/FilterConfiguration.php 100.00% <100.00%> (ø)
src/Views/Traits/Helpers/FilterHelpers.php 97.26% <100.00%> (+0.15%) ⬆️

* Fix for reorder sort not applying

* Fix styling

---------

Co-authored-by: lrljoe <[email protected]>
@lrljoe lrljoe merged commit babe430 into v3-master Oct 8, 2023
9 checks passed
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.

2 participants