[sections 2 fields] refact: List fields - #8381
Closed
distantnative wants to merge 20 commits into
Closed
Conversation
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
7 times, most recently
from
August 18, 2026 07:38
6f72550 to
0728cd0
Compare
bastianallgeier
marked this pull request as ready for review
August 18, 2026 07:42
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
from
August 18, 2026 08:01
0728cd0 to
bc49923
Compare
bastianallgeier
changed the base branch from
v6/develop
to
v6/sections-to-fields/develop
August 18, 2026 08:03
This file contains hidden or 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
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.
Description
This branch/PR serves as collection of all approved PR steps for our sections to fields migration. We gather all the changelog entries etc. here until we merge this whole PR into
v6/develop- then we copy the changelog over to the release notes.TODOs
Changelog
🎉 Features
filelistfield which lists the files of a page (replacement forfilessection)pagelistfield which lists the children of a page, like the pages section does✨ Enhancements
pagelist,pagepicker,filelist,filepickeranduserpicker.files,pagesandusersfields are now aliases.🐛 Bug fixes
♻️ Refactored
filelistandpagelistfields now share a base component☠️ Deprecated
files,pagesandusersfor the picker fields are deprecated and will be removed in the next major release.🚨 Breaking changes
filepicker,pagepickeranduserpickerfields now use the full name for their CSS classes (k-filepicker-field,k-pagepicker-field,k-userpicker-field)Docs
filelistfieldpagelistfieldThe field works like the pages section, but as a field:
Options:
batch,columns,create,empty,flip,image,info,layout,limit,max,min,page,parent,query,search,size,sortable,sortBy,status,template,templates,templatesIgnore,text— pluswhenandwidth, which sections cannot do.For review team
feat/v6sandbox branch