-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
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 withNcCounterBubble
<NcAppNavigationCounter slot="counter">
- Deprecated
NcMultiselect
was removed and should be replaced withNcSelect
notes/src/components/Sidebar.vue
Line 25 in 50a8500
<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
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request