Skip to content

Commit

Permalink
DOC Document change to sorting elemental blocks (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 16, 2024
1 parent 8a92785 commit 5b809f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/08_Changelogs/5.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ From 6.0 onwards, tokens will never be regenerated during session renewal, and t
## Bug fixes

- If you use `<% loop %>` in your templates without telling it what to loop, previously the behaviour was to fail silently. This will now loop over what is currently in scope. See [looping over lists](/developer_guides/templates/syntax/#looping-over-lists) for more details.
- Reordering elemental blocks used to update the published sort order immediately, without pressing the publish button. That wasn't consistent with the way any other sort order updates happen in the CMS. We've changed this so that the sort order won't update in your published site until you publish one of the blocks in the elemental area that the reordered blocks live in. This is consistent with what happens when you reorder pages in the site tree.

This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!

Expand Down

0 comments on commit 5b809f8

Please sign in to comment.