mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #11513 from nextcloud/dev/dashboard
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user