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 craft\services\Structures::fillGapsInElements() wasn’t working properly if the elements weren’t passed in hierarchical order. (#16085)
Fixed a bug where craft\helpers\Console::table() wasn’t handling multi-byte characters and ANSI-formatted strings properly.
Fixed a bug where entries could appear to retain old field values when switching entry types, even if the new type’s fields weret’t compatible with the original type’s fields. (#16056)
Fixed a bug where Link field query params weren’t working for elements that hadn’t been saved since updating to Craft 5.5.0+. (#16113)
Fixed a bug where Live Preview wasn’t reloading after reordering nested entries or addresses. (#16122)
Fixed a JavaScript error that could occur when reordering structured elements within an embedded element index. (#16103)
Fixed a bug where changes to nested entries/addresses in card view were getting published immediately on save, if the parent element was a draft.
Fixed a bug where element cards could bleed out of their containers. (#16112)
Fixed a bug where nested entries could get deleted when restoring revisions. (#16116)
Fixed a bug where reordering nested addresses or entries would cause any provisional drafts to be fully created. (#16094)