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
The next @nextcloud/vue version, version 8, has some breaking changes as some deprecated components and properties were removed. For deck at least this places need to be adjusted:
The next
@nextcloud/vue
version, version 8, has some breaking changes as some deprecated components and properties were removed. For deck at least this places need to be adjusted:NcMultiselect
toNcSelect
deck/src/CardSelector.vue
Line 27 in deaed63
deck/src/components/cards/CardMenu.vue
Line 63 in deaed63
deck/src/components/card/CardSidebarTabDetails.vue
Line 30 in deaed63
deck/src/components/navigation/AppNavigation.vue
Line 95 in deaed63
deck/src/components/board/SharingTabSidebar.vue
Line 3 in deaed63
deck/src/CardCreateDialog.vue
Line 28 in deaed63
NcPopoverMenu
was removed and needs to be replaced Remove deprecated popovermenu component nextcloud-libraries/nextcloud-vue#4081deck/src/components/cards/AvatarList.vue
Line 54 in 4ddbf47
NcAppNavigationCounter
component nextcloud-libraries/nextcloud-vue#4096deck/src/components/navigation/AppNavigationBoard.vue
Line 32 in 4ddbf47
For more information see this tracker issue nextcloud-libraries/nextcloud-vue#4223
The text was updated successfully, but these errors were encountered: