fix(developer): Add note about breaking UI change due to heading styles

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-04-09 21:09:26 +02:00
parent 9ccc01a640
commit 8b01b6d6b4

View File

@@ -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
^^^^^^^^^^