-
Notifications
You must be signed in to change notification settings - Fork 85
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
Closed
Vue 3 #3692
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raimund-schluessler
force-pushed
the
vue3
branch
4 times, most recently
from
January 30, 2023 13:47
c6c9473
to
d704e38
Compare
5 tasks
raimund-schluessler
added
2. developing
Work in progress
technical debt
breaking
PR that requires a new major version
labels
Jan 30, 2023
Closed
20 tasks
raimund-schluessler
force-pushed
the
vue3
branch
3 times, most recently
from
February 2, 2023 15:54
2bc5375
to
39947fe
Compare
This comment was marked as resolved.
This comment was marked as resolved.
raimund-schluessler
force-pushed
the
vue3
branch
3 times, most recently
from
February 8, 2023 20:16
db3456e
to
d8a1ac9
Compare
raimund-schluessler
force-pushed
the
vue3
branch
2 times, most recently
from
February 10, 2023 12:53
35f4479
to
82b9f08
Compare
raimund-schluessler
force-pushed
the
vue3
branch
4 times, most recently
from
February 12, 2023 20:56
33ab65f
to
8b0d807
Compare
This was referenced Feb 17, 2023
Merged
Merged
raimund-schluessler
force-pushed
the
vue3
branch
from
February 22, 2023 18:30
f8d8758
to
285d9fd
Compare
raimund-schluessler
force-pushed
the
vue3
branch
from
September 8, 2023 18:42
6d2a822
to
bc229ea
Compare
raimund-schluessler
force-pushed
the
vue3
branch
4 times, most recently
from
September 21, 2023 18:55
e0e34b5
to
807eaad
Compare
raimund-schluessler
force-pushed
the
vue3
branch
2 times, most recently
from
September 27, 2023 17:57
08ad995
to
058dffe
Compare
raimund-schluessler
force-pushed
the
vue3
branch
3 times, most recently
from
October 8, 2023 12:41
97e0cb4
to
c0a9ae9
Compare
raimund-schluessler
force-pushed
the
vue3
branch
4 times, most recently
from
October 14, 2023 11:16
39b62b4
to
487b8f8
Compare
raimund-schluessler
force-pushed
the
vue3
branch
5 times, most recently
from
November 2, 2023 05:27
c7e144d
to
456a379
Compare
raimund-schluessler
force-pushed
the
vue3
branch
2 times, most recently
from
November 16, 2023 12:10
4c08838
to
9a5336e
Compare
raimund-schluessler
force-pushed
the
vue3
branch
2 times, most recently
from
November 28, 2023 21:23
534c5fe
to
75cd61e
Compare
Signed-off-by: Raimund Schlüßler <[email protected]>
raimund-schluessler
force-pushed
the
vue3
branch
from
December 21, 2023 15:02
75cd61e
to
1d6df36
Compare
The components are now fully migrated, so this PR is not needed anymore. |
Merged
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR aims at migrating all components to vue3.
Known issues:
NcRichText
does not work@nextcloud/vue-select
yetBreaking changes:
exact
prop ofNcAppNavigationItem
,NcBreadcrumb
,NcButton
andNcListItem
components is removed as vue-router 4 does not support it anymoreCompiling the Tasks apps vue3 branch from nextcloud/tasks#1971 together with this PR here already gives a fully working app. See here: