- Improved table styling. (#16771, #16829)
- Field layout designers now close the element library HUD automatically after creating a new field. (#16521)
- Fixed a bug where relational fields with “Maintain hierarchy” enabled weren’t displaying the correct relations after an element was moved within its structure. (#16843)
- Fixed a bug where letterbox transforms were getting transparent fills if the source image was grayscale. (#16857)
- Fixed a bug where elements could be missing data for attributes that shared a name with an eager-loadable attribute from another element type. (#16862)
- Fixed a bug where Selectize inputs would re-expand themselves after a selection was made. (#16865)
- Fixed a bug where entry revisions’
revisionNotes
GraphQL fields were returning the entry’s current revision’s notes. (#16909) - Fixed a bug where
craft\base\NestedElementTrait::setPrimaryOwnerId()
andsetOwnerId()
weren’t clearing out the memoized owner element. - Fixed an error that could occur when duplicating a nested element, and assigning an owner of a different element type.
- Fixed an error that could occur during passkey setup in Firefox. (#16847)
- Fixed a bug where the “Move to page…” element index action wasn’t ensuring the owner element was a draft first. (#16894)
- Fixed a bug where HUDs attached to slideouts could be positioned incorrectly after a nested slideout was closed. (#16856)
- Fixed a bug where tooltips weren’t always being shown when truncated links were focused. (#16881)
- Fixed a bug where tooltips weren’t closing when Esc was pressed. (#16881)
- Fixed a bug where tooltips weren’t closing if the target element was focused and blurred in rapid succession.
- Fixed a bug where the “Copy value from site…” field action couldn’t be activated via the keyboard. (#16868)
- Fixed a bug where accessible names were not available for global sidebar links when the sidebar was collapsed. (#16879)
- Fixed a bug where some buttons with customizable labels weren’t wrapping. (#16871)
- Fixed a SQL error that could occur when setting a section’s “Max Authors” setting to a very large number. (#16874)
- Fixed a bug where nested elements that were created via “Applying new propagation method to elements” queue jobs weren’t retaining the original element’s sort position. (#16872)
- Fixed a bug where field handle button labels could get “Copy to clipboard” text appended to them. (#16896)
- Fixed a bug where front-end verification forms weren’t respecting
redirect
params passed by login forms. (#16905) - Fixed an error that could occur when saving a nested element. (#16778)
- Fixed styling issues. (#16830, #16903)