From 56b7e78d4ac5e9cd69b3fc644000c6fae6291a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Sat, 13 Aug 2022 16:46:46 +0200 Subject: [PATCH] Document scss support drop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .../app_upgrade_guide/upgrade_to_25.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst index 3d941e1c3..0174c1f01 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst @@ -17,6 +17,13 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 25. + +SCSS support removal +^^^^^^^^^^^^^^^^^^^^ + +With 25, we removed the support for scss files provided by apps. +Please handle your own compilation, move to a vue app or move back to css. +See https://github.com/nextcloud/server/issues/32060 Front-end changes ----------------- @@ -36,4 +43,4 @@ tbd Removed APIs ^^^^^^^^^^^^ -tbd +- Removed SVG colour api