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 128ac405a..79a251759 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 @@ -49,11 +49,6 @@ The `christophwurst/nextcloud `_ package. The content is the same and all older versions were generated, so you can transition right away no matter which versions you support. -Changed APIs -^^^^^^^^^^^^ - -tbd - Removed APIs ^^^^^^^^^^^^ diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst index ccfeb7527..b3c58e99a 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst @@ -41,11 +41,6 @@ Added APIs * ``files:node:moved``: the node has been moved (and its data is already updated) * ``files:node:updated``: the node data has been updated -Changed APIs -^^^^^^^^^^^^ - -* tbd - Deprecated APIs ^^^^^^^^^^^^^^^ diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst index ea8d92201..7d4244d47 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst @@ -45,27 +45,12 @@ Icons should be outlined When using Material Icons, use the outlined variant where possible. Exceptions to this are app icons themselves, file type icons, as well as icons that were already a single line, such as the plus or checkmark icons. Reasoning and more details are in `the issue `_. -Added APIs -^^^^^^^^^^ - -- TBD - -Changed APIs -^^^^^^^^^^^^ - -- TBD - Deprecated APIs ^^^^^^^^^^^^^^^ - ``--color-error-rgb``, ``--color-info-rgb``, ``--color-success-rgb``, ``--color-warning-rgb`` are deprecated. Instead use the native CSS color utils with the the existing variables like ``--color-error`` and similar. -Removed APIs -^^^^^^^^^^^^ - -- TBD - Back-end changes ----------------