File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
developer_manual/app_publishing_maintenance/app_upgrade_guide Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ General
1010Front-end changes
1111-----------------
1212
13+ User-, guest-, and public-template layout
14+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15+
16+ The main layout for all apps (the user, guest and public template) has been changed,
17+ the main content is no longer rendered within a ``<main> `` element with the class ``content `` but in a ``div `` element with the class ``content ``.
18+ The reason for this is to allow writing Vue 3 based apps which would incorrectly render two stacked ``main ``-elements otherwise.
19+
20+ For Vue 2 apps this **does not change anything **.
21+ But if you just use vanilla templates or other frameworks this changes the page layout and might require adjustments.
22+ We recommend you to wrap your content in a custom ``main ``-element if you use non or not Vue as the framework.
23+
1324Logical position CSS rules
1425^^^^^^^^^^^^^^^^^^^^^^^^^^
1526
You can’t perform that action at this time.
0 commit comments