From 308c0e17d8bd184d0a0d3b8e417ddc2d2279ff18 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 5 Sep 2024 21:50:59 +0200 Subject: [PATCH] chore: Remove unused subsections and add note about CSS variables section Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_30.rst | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) 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 fc641a0ca..7a220afbc 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 @@ -31,6 +31,9 @@ Capabilities Front-end changes ----------------- +The overall design was changed to be less round and more compact, +as a part of this some CSS variables were added and other deprecated with Nextcloud 30, see :ref:`cssvars`. + Clickable area ^^^^^^^^^^^^^^ The size of the CSS variable ``--clickable-area`` variable has shrunk from ``44px`` to ``34px``. @@ -100,19 +103,6 @@ When using Webpack: + import { getCSPNonce } from '@nextcloud/auth' + __webpack_nonce__ = getCSPNonce() - -Added APIs -^^^^^^^^^^ - -Changed APIs -^^^^^^^^^^^^ - -Removed APIs -^^^^^^^^^^^^ - -Removed globals -^^^^^^^^^^^^^^^ - Deprecated APIs ^^^^^^^^^^^^^^^ @@ -293,6 +283,3 @@ Removed APIs - ``OCP\Util::isValidFileName`` was deprecated in 8.1.0 and is now removed, use either ``OCP\Files\Storage\IStorage::verifyPath`` or the new ``OCP\Files\IFilenameValidator``. - ``OCP\Util::getForbiddenFileNameChars`` was removed, use either ``OCP\Files\Storage\IStorage::verifyPath`` or the new ``OCP\Files\IFilenameValidator`` for filename validation. - -Removed events -^^^^^^^^^^^^^^