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

v2.8.0 #854

Merged
merged 59 commits into from
Jul 25, 2022
Merged

v2.8.0 #854

merged 59 commits into from
Jul 25, 2022

Conversation

rappasoft
Copy link
Owner

Added

Changed

= and others added 30 commits May 14, 2022 03:54
`LinkColumn::make()->title()` gives currently an error in PHPStan in my project because it expects `LinkColumn::make` to return a `Column` even though it returns a `LinkColumn`.

I saw in your composer.json file that you also maintain compatability with 7.4, so I only changed the return type in the doc block. Ideal would of course be to also have `static` as return type also in the code itself.
Column selection should be disabled for multiple of same component. 
- It has never worked and the only way to make it work now would be to pass in some identifier at mount() and use that to change the fingerprint with `setDataTableFingerprint()`. 
- Due to the high potential for errors in setting arbitrary properties and manipulating them at mount(), then attempting to use them in configure(), I think it's best not to support this type of configuration in the docs, although IT CAN BE DONE.
- There is a suggestion in the docs for reusing components on different pages which is less error prone.
Additional commas
French translation file
@rappasoft rappasoft merged commit e6069cd into master Jul 25, 2022
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.