-
-
Notifications
You must be signed in to change notification settings - Fork 337
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.4.21 #1944
Merged
Merged
v3.4.21 #1944
Conversation
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
* Unlock properties locked in error --------- Co-authored-by: lrljoe <[email protected]>
* Add additional dispatch * Add FilterApplied Event * Add Filter Event Dispatch Tests --------- Co-authored-by: lrljoe <[email protected]>
* Make ActionButtons An Optional Feature in Beta --------- Co-authored-by: lrljoe <[email protected]>
* Adjust Methods - useComputedProperties * Adjust ActionTest
* Add setIconLeft/setIconRight * Fix styling * Adjust Test * Adjust ActionTest --------- Co-authored-by: lrljoe <[email protected]>
* Adjust Action Button Icon Margin * Adjust ChangeLog
* Change Order of "Getting Started" section * Change to "UsersTable"
* Add a "Recommended" approach * Add blurb to Recommended
* Add displayActionsInToolbar and actionsPosition * Add docs and tests for setActionsInToolbar * Fix styling --------- Co-authored-by: lrljoe <[email protected]>
* Fix missing variable name * Remove phpunit failOnWarning * Tests * PCOV Use Laravel 11
… as label if has a "from" property. (#1932) * Initial Commit - Allowing Labels with "From" to be included in queries * Fix styling * Fixes for ButtonGroupColumn, ImageColumn, LinkColumn - to not default as label if has a "from" property. --------- Co-authored-by: lrljoe <[email protected]>
* Migration to Core attribute management * Fix styling * Fix missing type hint, update tests * Fix styling * Remove defaults from being output * Fix styling * Adjust defaults * Adjust behaviour for Bulk Actions TH * Add "styling" to Columns docs * Docs Adjust, add missing test * Fix styling * Adjust workflows - use L11 for PHPStan, use PHPUnit for L10 * Add missing test for thSortIconAttributes * Fix styling * Add CustomAttributesTest * Fix styling * Add missing tests - correct attribute to respect defaults * Fix styling * Remove defined processes in workflows * Add test for setShouldBeHidden and setShouldBeDisplayed * Fix styling --------- Co-authored-by: lrljoe <[email protected]>
* Merging Localisation Tweaks * Fix styling * Tweak localisations * Fix styling * Tweaks to sorting pill direction label * Fix styling * Fixes for Sorting Pill Labels --------- Co-authored-by: lrljoe <[email protected]>
* Fix for Search Field Attribute Defaults * SearchFieldAttributes -> Defaults To False
…Foundation\Auth\User to Illuminate\Contracts\Auth\Authenticatable (#1963)
* Update Pint Workflow * Update ChangeLog * Test Styling Workflow * Fix styling * Test Workflow * Fix styling --------- Co-authored-by: lrljoe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Significant change to the way that custom attributes work. Adds in some core methods for setting/getting custom attributes
There is one major change still to come which is to:
This should help to standardise behaviour for attributes.
These will come in a subsequent release!
A short period of testing will ensue prior to this release.
Bulk Actions
Replaces internal code for setting custom attributes for some attributes:
Public methods remain unchanged
Begins replacing several duplicate tests with smoother data provider based test
Columns
Generic Columns
Adds some generic column generation for the table head to allow for use of setThAttributes for these columns for:
Docs updated for this
Column Labels
Adds a new method for customising Column Label Attributes
The Column itself provides the capability to style the Label shown in the "th" element. You can set custom attributes to pass to the Column Label on a per-Column basis:
For example:
By default, this replaces the default classes on the label, if you would like to keep them, set the default/default-styling/default-colors flags to true as appropriate.
Blades
Adds the "default-colors" and "default-styling" ignore attributes, splits much of the default styling classes into these categories to make replacing defaults smoother.
i.e. replaces
with
In almost all cases (even when default-styling/default-colors are not presently used!
[v3.4.21] - 2024-09-25
Bug Fixes
New Features
Tweaks
Docs
All Submissions:
New Feature Submissions:
Changes to Core Features: