Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions en/appendices/5-3-migration-guide.rst

This file was deleted.

10 changes: 10 additions & 0 deletions en/appendices/6-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ Utility
- The default placeholder format for ``Text::insert()`` has been changed.
They now use ``{foo}`` instead of ``:foo``. You can get the old
behavior by using the ``before`` and ``after`` keys of ``$options``.

View
----

- ``'escape'``/``'escapeTitle'`` keys have now been separated cleanly into ``escape`` for escaping content/labels, and
``'escapeAttributes'`` for HTML attributes respectively. They also don't overlap anymore, so if you need to prevent escaping
on content and attributes, make sure to set them both to false.
- ``title`` has been renamed to ``content`` in scopes where this is not an attribute, but content or label element, specifically:
``'item'``/``itemWithoutLink`` breadcrumb templates.
- ``multicheckboxTitle`` template of FormHelper is now ``multicheckboxLabel``.
Loading