You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Static parameters to be passed to the custom web component
73
+
*/
74
+
params?:Record<string, unknown>
75
+
}
76
+
77
+
40
78
Added APIs
41
79
^^^^^^^^^^
42
80
43
-
- TBD
81
+
- ``OCA.Profile.ProfileSections`` was added as a framework agnostic replacement for ``OCA.Core.ProfileSections``.
82
+
See section about the profile app above.
44
83
45
84
Changed APIs
46
85
^^^^^^^^^^^^
@@ -74,6 +113,9 @@ Removed APIs
74
113
- To replace ``OC.getPort`` use ``window.location.port``.
75
114
- To replace ``OC.getProtocol`` use ``window.location.protocol``.
76
115
116
+
- The ``OCA.Core.ProfileSections`` API was removed and replaced with the framework agnostic ``OCA.Profile.ProfileSections`` API.
117
+
See section about the profile app above.
118
+
77
119
- The ``OCA.Files.Sidebar`` API is removed.
78
120
This was the last API using the legacy ``FileInfo`` API.
79
121
It is now replaced with the new Node based sidebar API available from the `@nextcloud/files <https://www.npmjs.com/package/@nextcloud/files>`_ package.
0 commit comments