nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
973 stars 240 forks source link

Bump @nextcloud/vue@7 to @nextcloud/vue@8 #5619

Closed ChristophWurst closed 7 months ago

ChristophWurst commented 9 months ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

No response

Work packages

Describe alternatives you've considered

No response

Additional context

No response

GVodyanov commented 9 months ago

Migrated everything but I'm facing some bugs I can't figure out how to resolve:

  1. When building, we get this export 'NcInputField' (imported as 'InputField') was not found in '@nextcloud/vue' even tbough it should be exported from nextcloud-vue
  2. When using select in CalendarPicker.vue and PropertySelectMultiple.vue it works and the value changes but the change isn't reflected graphically in selected-option-container and the width of the dropdown isn't always correct.
ChristophWurst commented 9 months ago

When building, we get this export 'NcInputField' (imported as 'InputField') was not found in '@nextcloud/vue' even tbough it should be exported from nextcloud-vue

Is it the only component with this problem? https://github.com/nextcloud-libraries/nextcloud-vue/tree/stable7/src/components/NcInputField exists indeed.

When using select in CalendarPicker.vue and PropertySelectMultiple.vue it works and the value changes but the change isn't reflected graphically in selected-option-container and the width of the dropdown isn't always correct.

Please push your changes as draft so we can test and inspect

GVodyanov commented 9 months ago

@hamza221 Could you please take a look at the NcSelect behaviour?

ChristophWurst commented 9 months ago

NcInputField can be imported when @nextcloud/webpack-vue-config is upgraded from v5 to v6