The next @nextcloud/vue version, version 8, has some breaking changes as some deprecated components and properties were removed. For notes at least this places need to be adjusted:
- Deprecated
NcAppNavigationCounter was removed and should replaced with NcCounterBubble
|
<NcAppNavigationCounter slot="counter"> |
- Deprecated
NcMultiselect was removed and should be replaced with NcSelect
|
<NcMultiselect id="category" |
Both replacements are already available in current 7.x release, migration is already possible.
For more information see this tracker issue nextcloud-libraries/nextcloud-vue#4223
The next
@nextcloud/vueversion, version 8, has some breaking changes as some deprecated components and properties were removed. For notes at least this places need to be adjusted:NcAppNavigationCounterwas removed and should replaced withNcCounterBubblenotes/src/components/CategoriesList.vue
Line 9 in 4137f0b
NcMultiselectwas removed and should be replaced withNcSelectnotes/src/components/Sidebar.vue
Line 25 in 50a8500
Both replacements are already available in current 7.x release, migration is already possible.
For more information see this tracker issue nextcloud-libraries/nextcloud-vue#4223