From 8b01b6d6b46a6f62171857d376293d9dbccfd06b Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 9 Apr 2024 21:09:26 +0200 Subject: [PATCH] fix(developer): Add note about breaking UI change due to heading styles Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_30.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst index 59c943204..530751bb8 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst @@ -8,6 +8,13 @@ General Front-end changes ----------------- +Font sizes +^^^^^^^^^^ + +Nextcloud now provides meaningful default styles for heading elements. +This can cause visual regressions if your code does not explicitly set font size and weight. +If you need to use heading elements outside of text content, you might need to adjust their styles. + Added APIs ^^^^^^^^^^