Nico Hoffmann ෴.
Nico Hoffmann ෴.
https://lab.getkirby.com/public/lab/components/fieldpreviews/link Since we have removed that content from the public lab, the UUID references can't be matched and the preview shows up as empty.
## Description @afbora Would appreciate your testing skills for this. ### Summary of changes - Page create dialog's temporary page object would use actual page if called `new` - Not...
## Description ### Summary of changes - New `date.weekday` config option - New `Translation::firstWeekday()` method that receives a language and returns `0`-`6` - New `$translation.weekday` fiber datapoint - Calendar input...
## Changelog ### Fixes - Closing all drawers now doesn't leave the darkened overlay visible #6030 ## Ready? - [x] In-code documentation (wherever needed) - [x] ~~Unit tests for fixed...
## Description ### Summary of changes - Added new `Email\Address` class that handles all address parsing and resolving for from, to, bcc, cc, replyTo - Removed deprecated `::clone()` method ###...
The the sandbox… 1. Go to writer field page 2. Type in some text, use the link dialog to select the `Home` page, save 3. Reload 4. Select the linked...
## Description ### Summary of changes ### Reasoning ### Additional context ## Changelog ### Fixes ### Breaking changes - `Email\Email::transport()` returns `Transport` object, no array ## Ready? - [x] In-code...
## Description - [ ] https://github.com/getkirby/kirby/pull/6629 - [ ] https://github.com/getkirby/kirby/pull/6630 ### Summary of changes - Refactored `Email\Body` to use named arguments - `Body::factory()` to support array props, but also loading...
## Description ### Summary of changes - Removed `empty()` check from `$field->isEmpty()` as it checks for too many false positives - Instead checking all relevant cases explicitly - Will also...