fix(developer): Add deprecation of OC.dialogs.fileexists to upgrade guide

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-04-09 20:14:09 +02:00
parent 1e10a39c71
commit f854f03ef7
2 changed files with 11 additions and 0 deletions

View File

@@ -33,6 +33,11 @@ Removed globals
* Global ``autosize`` is removed, it was deprecated for over 4 years and scheduled for removal with Nextcloud 20. If you still need it you should ship your own version.
Deprecated APIs
^^^^^^^^^^^^^^^
* ``OC.dialogs.fileexists`` is deprecated. Use ``openConflictPicker`` from `@nextcloud/upload <https://nextcloud-libraries.github.io/nextcloud-upload/functions/openConflictPicker.html>`_ instead.
Back-end changes
----------------

View File

@@ -20,6 +20,12 @@ Removed APIs
Removed globals
^^^^^^^^^^^^^^^
Deprecated APIs
^^^^^^^^^^^^^^^
* ``OC.dialogs.fileexists`` was already deprecated in Nextcloud 29, but is now also marked as such.
Use ``openConflictPicker`` from `@nextcloud/upload <https://nextcloud-libraries.github.io/nextcloud-upload/functions/openConflictPicker.html>`_ instead.
Back-end changes
----------------