Upgrade to Nextcloud 34
Front-end changes
Added APIs
TBD
Changed APIs
TBD
Deprecated APIs
TBD
Removed APIs
OC.Dialogs.fileexistswas deprecated and is now removed. Use the conflict picker from the@nextcloud/dialogslibrary instead.OC.Notificationswas deprecated and is now removed. Use the notification API from the@nextcloud/dialogslibrary instead.OC.Appswas deprecated and is now removed. Use Vue components from the@nextcloud/vueinstead.OC.*menu*methods were deprecated and are now removed. Use Vue components from the@nextcloud/vueinstead.Magic handling of
.live-relative-timestamp(elements with this class were automatically updated to show relative timestamps) was removed. Use theNcDateTimecomponent from the@nextcloud/vuelibrary insteadThe global
snapperwas deprecated and is now removed. For the app navigation please migrate your app to Vue and use theNcAppNavigationcomponent from the@nextcloud/vuelibrary instead.Some deprecated globally shared libraries were removed. If you still rely on them, you need to bundle them with your app:
jQuerywas deprecated and scheduled for removal since Nextcloud 19.jQuery UIwas deprecated and scheduled for removal since Nextcloud 19.Backbonewas deprecated and scheduled for removal since Nextcloud 19.OC.Files.Clientas it was extending theBackbone.
Back-end changes
Added Events
TBD
Added APIs
TBD
Changed APIs
TBD
Deprecated APIs
TBD
Removed APIs
TBD