- Fixed a bug where elements’
getPrev()
andgetNext()
methods could cause duplicate queries. (#16329) - Fixed a bug where assets that were shorter than the preview thumb container weren’t getting vertically centered within it.
- Fixed a bug where it was possible to set a focal point on SVGs, even though focal points on SVGs aren’t supported. (#16258)
- Fixed a bug where
ancestors
,children
,descendants
, andparent
eager-loading wasn’t working for previewed elements. (#16327) - Fixed a bug where field conditions weren’t taking effect within Matrix fields set to inline-editable blocks mode, if the owner element didn’t support drafts. (#16315)
- Fixed a bug where Matrix fields’ entry types weren’t maintaining their original block type order when upgrading to Craft 5. (#16314)
- Fixed a bug where element card labels were getting cut off when wrapped. (#16325)
- Fixed a PHP error that could occur when eager-loading
owner
orprimaryOwner
on nested elements. (#16339)