mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1949 from nextcloud/dev-js-depr-globals-18
Update deprecated globals in 18
This commit is contained in:
commit
c588342bdc
@ -79,7 +79,20 @@ CSS
|
||||
Deprecated global variables
|
||||
***************************
|
||||
|
||||
* ``Backbone``: ship your own.
|
||||
* ``Clipboard``: ship your own.
|
||||
* ``ClipboardJs``: ship your own.
|
||||
* ``DOMPurify``: ship your own.
|
||||
* ``Handlebars``: ship your own.
|
||||
* ``jstimezonedetect``: ship your own.
|
||||
* ``jstz``: ship your own.
|
||||
* ``md5``: ship your own.
|
||||
* ``moment``: ship your own.
|
||||
* ``OC.basename``: use ``getCurrentUser`` from https://www.npmjs.com/package/@nextcloud/paths
|
||||
* ``OC.dirname``: use ``dirname`` from https://www.npmjs.com/package/@nextcloud/paths
|
||||
* ``OC.encodePath``: use ``encodePath`` from https://www.npmjs.com/package/@nextcloud/paths
|
||||
* ``OC.isSamePath``: use ``isSamePath`` from https://www.npmjs.com/package/@nextcloud/paths
|
||||
* ``OC.joinPaths``: use ``joinPaths`` from https://www.npmjs.com/package/@nextcloud/paths
|
||||
|
||||
Back-end changes
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user