-
Notifications
You must be signed in to change notification settings - Fork 917
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
[WIP] Version 4.2 #2940
[WIP] Version 4.2 #2940
Conversation
@promatik could you please take a look at this and fix the merge conflicts? I know you worked with Thanks! |
Excellent! We now have a working 4.2 branch. It's now locked, only I can do changes to it and merge to it, so please for 4.2 submit PRs to this |
Perfect 👌 |
Exactly 🙏 But we'll do that one at a time, no problem. |
…dency Fix old checklistdependency
or any other fields with multiple names
…s-on-display Change repeatable names on display
[ci skip] [skip ci]
… its more elegant fluently
[ci skip] [skip ci]
Make `select_multiple` and `select2_multiple` fields works as subfields and dot.notation.fields (through calling `create()` recursively)
Make fake fields work when used as subfields
…s-and-arrays-in-select-multiples `old()` does not work in s/s2_multiple
[ci skip] [skip ci]
…ith-single-dimension-arrays ensure table column works with associative arrays too
Asterisks for repeatable fields
Select2 filter fixes
The inspection completed: 570 Issues, 82 Patches |
Due to legal implications, we've had to rename v4.2 to v5. So let's close this branch in favor of that one - #4152 |
Dev branch. See the the 4.2 issue board for details.
Currently includes:
[]
when multiple,''
when not multiple;default
attribute & make that default consistent across column types #3936is_callable
withinstanceof \Closure
#4005relationship.entry
subfield for single HasOne/MorphOne #4066inc
subdirectory & renamerelationship_select
andrepeatable_relation
#4062text
by default #4082repeatable
andrelationship
field types #4078subfields
attribute (not justchecklist_dependency
) #4069CrudField::subfields()
#4122select_multiple
andselect2_multiple
fields works as subfields and dot.notation.fields (through callingcreate()
recursively) #4127BREAKING:
markdown
andcustom_html
#3859