Merge pull request #11513 from nextcloud/dev/dashboard

This commit is contained in:
Côme Chilliet
2024-02-08 12:13:59 +01:00
committed by GitHub
2 changed files with 84 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
.. toctree::
:maxdepth: 1
upgrade_to_29.rst
upgrade_to_28.rst
upgrade_to_27.rst
upgrade_to_26.rst

View File

@@ -0,0 +1,83 @@
=======================
Upgrade to Nextcloud 29
=======================
General
-------
info.xml
^^^^^^^^
Make sure your ``appinfo/info.xml`` allows for Nextcloud 29.
.. code-block:: xml
<dependencies>
<nextcloud min-version="27" max-version="29" />
</dependencies>
Front-end changes
-----------------
Added APIs
^^^^^^^^^^
* tbd
Changed APIs
^^^^^^^^^^^^
* tbd
Deprecated APIs
^^^^^^^^^^^^^^^
* tbd
Removed APIs
^^^^^^^^^^^^
* tbd
Back-end changes
----------------
Added APIs
^^^^^^^^^^
* tbd
Changed APIs
^^^^^^^^^^^^
* tbd
Deprecated APIs
^^^^^^^^^^^^^^^
* tbd
Removed APIs
^^^^^^^^^^^^
* tbd
Added events
^^^^^^^^^^^^
* tbd
Deprecated events
^^^^^^^^^^^^^^^^^
* tbd
Removed events
^^^^^^^^^^^^^^
* tbd
Changed behavior
^^^^^^^^^^^^^^^^
The dashboard no longer loads the sidebar or Viewer scripts, if your dashboard widget relies on this it should emit the required events itself.