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
Element index table views now show provisional drafts’ canonical elements’ values for the “Ancestors”, “Parent”, “Link”, “URI”, “Revision Notes”, “Last Edited By”, and “Drafts” columns.
Improved the styling of disabled status indicators. (#15195, #15206)
Added craft\web\View::getModifiedDeltaNames().
craft\web\View::registerDeltaName() now has a $forceModified argument.
Fixed a bug where changed field values could be forgotten within Matrix fields, if a validation error occurred. (#15190)
Fixed a bug where the graphql/create-token command was prompting for the schema name, when it meant the token name. (#15205)
Fixed a bug where keyboard shortcuts weren’t getting registered properly for modals and slideouts opened via a disclosure menu. (#15209)
Fixed a styling issue with the global sidebar when collapsed. (#15186)
Fixed a bug where it wasn’t possible to query for authors via GraphQL on the Team edition. (#15187)
Fixed a bug where it wasn’t possible to close elevated session modals. (#15202)
Fixed a bug where element chips and cards were displaying provisional draft data even if the current user didn’t create the draft. (#15208)
Fixed a bug where element indexes weren’t displaying structured elements correctly if they had a provisional draft. (#15214)