✨ Enhancements
- Page tree now uses the icon defined in each page's blueprint #5239
- Add custom field types to the list of allowed fields for the page create dialog via
\Kirby\Panel\PageCreateDialog::$fieldTypes[] = 'yourFieldType'
- Add pagination to search results #5191
🐛 Bug fixes
- Files
upload
: useupload.parent
for mime check #5245 - Excluding
textarea
andwriter
for now in the Page Create Dialog until we have a better idea how to handle dialogs in layers #5243 - Page create dialog throws proper exceptions if a field type is not supported
- Color field: fix flex spacing and better color swatch preview #5260
- Fixed tags field with query in page create dialog #5231
->toUrl()
to returnnull
on empty fields #5259- No redirect to logout when already logged out #5263
- Fix writer input padding #5271
- Fix line height in writer lists
♻️ Refactored
- Use
panel.dialog
for remove dialogs #5242 - Unit tests for
PageCreateDialog
#5235 - Fix method order of
Toolkit\A
****#5227 - Better type hinting for
Form
classes #5209