- Matrix fields now have a “‘New’ Button Label” setting. (#14573)
- Relational fields’ “Selection Label” setting has been relabelled as “‘Add’ Button Label”.
- Added the
entryType()
andfieldValueSql()
Twig functions. (#14557) - Entry queries are now ordered by
postDate DESC, id DESC
by default, rather than justpostDate DESC
, to ensure their order is consistent when two entries have the same post date. craft\base\Element::render()
now has a$variables
argument. (#14562)craft\elements\db\ElementQuery::render()
now has a$variables
argument. (#14562)craft\elements\ElementCollection::render()
now has a$variables
argument. (#14562)craft\elements\NestedElementManager::saveNestedElements()
now restores any soft-deleted elements that are returned bygetValue()
.craft\helpers\ElementHelper::renderElements()
now has a$variables
argument. (#14562)- Fixed a bug where
craft\helpers\DateRange::dateIntervalByTimePeriod()
wasn’t accounting for DST changes. - Fixed a bug where programmatically-updated
<textarea>
s weren’t triggering autosaves. (craftcms/ckeditor#172) - Fixed a JavaScript error that could occur when navigating between asset folders, when a JavaScript-based uploader was registered. (#14542)
- Fixed a bug where action URLs were getting duplicate URI segments if Craft was installed in a subpath within the webroot. (#14559)
- Fixed a bug where lazy-registered JavaScript modules weren’t getting loaded properly. (#14526)
- Fixed a bug where related elements displayed in element indexes weren’t getting styled properly. (#14545)
- Fixed a bug where keyboard shortcuts stopped working when slideouts were opened on wide screens.
- Fixed an error that occurred if a nested, soft-deleted entry was restored.
- Fixed a bug where breadcrumbs weren’t getting moved into an overflow menu. (#14549)
- Fixed a bug where long chip labels weren’t getting styled properly. (#14563)
- Fixed a bug where translatable field values weren’t getting populated to other sites on freshly-created entries within Matrix fields, if the field was set to inline-editable blocks mode. (#14540)
- Fixed a bug where Date field values weren’t getting migrated to Craft 5 properly. (#14551)