You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where elements’ getPrev() and getNext() 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, and parent 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 or primaryOwner on nested elements. (#16339)