- Double-clicking on element index rows no longer opens the element editor slideout, when inline editing is active. (#15441)
- When propagating an element to a new site, relation fields no longer copy relations for target elements that wouldn’t have been selectable from the propagated site based on the field’s “Related elements from a specific site?” and “Show the site menu” settings. (#15459)
- The Entry Types index table can now be sorted by Name and Handle.
- The Fields index table can now be sorted by Name, Handle, and Type.
- Country field values are now set to
CommerceGuys\Addressing\Country\Country
objects. (#15455, #15463) x-craft-preview
/x-craft-live-preview
URL query string params are now added to generated URLs for Live Preview requests, socraft\web\Request::getIsPreview()
continues to returntrue
on subsequent pages loaded within the iframe. (#15447)- Added the
fields/auto-merge
command. (#15472) - The
fields/merge
command now clears out Label, Handle, and Instructions overrides, if the persisting field’s values match the overridden values. - Twig templates no longer attempt to preload singles for global variable names. (#15468)
- Added
craft\elements\Address::getCountry()
. (#15463) graphql/api
requests no longer update the schema’slastUsed
timestamp if it was already updated within the last minute. (#15464)Craft.NestedElementManager
now triggers anafterInit
event after initialization. (#15470)- Fixed a styling bug with lightswitches within table row headers. (#15460)
- Fixed a SQL error that occurred when upgrading to Craft 5. (#15471)