We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503e48f commit 56b7e78Copy full SHA for 56b7e78
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.
17
<dependencies>
18
<nextcloud min-version="22" max-version="25" />
19
</dependencies>
20
+
21
+SCSS support removal
22
+^^^^^^^^^^^^^^^^^^^^
23
24
+With 25, we removed the support for scss files provided by apps.
25
+Please handle your own compilation, move to a vue app or move back to css.
26
+See https://github.com/nextcloud/server/issues/32060
27
28
Front-end changes
29
-----------------
@@ -36,4 +43,4 @@ tbd
36
43
Removed APIs
37
44
^^^^^^^^^^^^
38
45
39
-tbd
46
+- Removed SVG colour api
0 commit comments