Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue 3 #3692

Closed
wants to merge 1 commit into from
Closed

Vue 3 #3692

wants to merge 1 commit into from

Conversation

raimund-schluessler
Copy link
Contributor

@raimund-schluessler raimund-schluessler commented Jan 29, 2023

This PR aims at migrating all components to vue3.

Known issues:

  • Rendering markdown with NcRichText does not work
  • There is no vue3 compatible release of @nextcloud/vue-select yet

Breaking changes:

  • Requires the app to use vue3
  • The exact prop of NcAppNavigationItem, NcBreadcrumb, NcButton and NcListItem components is removed as vue-router 4 does not support it anymore

Compiling the Tasks apps vue3 branch from nextcloud/tasks#1971 together with this PR here already gives a fully working app. See here:
Screenshot 2023-03-07 at 12-59-11 Aufgaben - Nextcloud

@raimund-schluessler raimund-schluessler added 2. developing Work in progress technical debt breaking PR that requires a new major version labels Jan 30, 2023
@raimund-schluessler raimund-schluessler linked an issue Jan 30, 2023 that may be closed by this pull request
20 tasks
@raimund-schluessler

This comment was marked as resolved.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler
Copy link
Contributor Author

The components are now fully migrated, so this PR is not needed anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress breaking PR that requires a new major version technical debt vue 3 Related to the vue 3 migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Vue 3
5 participants