- Improved the styling of Markdown UI elements. (#16973)
- Fixed a bug where relations weren’t always propagating to newly-added sites for sections correctly. (#16924)
- Fixed a bug where Assets fields set to restrict assets to a single location were relocating assets on element propagation. (#12767, #16936)
- Fixed a bug where relations weren’t getting saved for new elements, if the element was created with
Craft::createObject()
with its relation field data included in the passed-in config. (#16942) - Fixed a bug where relational fields with a “Related To” rule on their selectable elements condition weren’t making all expected elements selectable. (#16945)
- Fixed a bug where some subdivisions weren’t available when creating addresses. (#16951)
- Fixed a bug where some older dates could be formatted incorrectly. (#16953)
- Fixed a bug where the
folderPath
asset query param only accepted strings. (#16981) - Fixed a bug where
craft\elements\Asset::getSrcset()
could return malformed results if any sizes didn’t have corresponding image URLs. (#16984) - Fixed an error that could occur when uploading images. (#16977)
- Fixed a bug where the “Save” button on user group edit pages was redirecting to the same page, rather than the User Groups index page. (#16988)
- Fixed a bug where asset previews had an “Enable focal point” button even if the logged-in user didn’t have permission to save the asset. (#16997)
- Fixed a bug where provisional drafts created for nested elements weren’t being properly assigned to both the canonical owner element and the owner’s provisional draft, if it had one. (#16933)
- Fixed a bug where global sidebar tooltips were blank in Safari. (#16959)
- Fixed a bug where newly-added elements within relational fields were getting shown twice when dragged.
- Fixed a bug where “Set status” bulk element actions could be activated for elements the logged-in user didn’t have permission to edit. (#16995)
- Fixed styling issues. (#16964, #16993)