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

Bump @nextcloud/vue to v6.0.0-beta.1 #7711

Merged
merged 9 commits into from
Aug 12, 2022
Merged

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Aug 11, 2022

Fix #7639
Fix #7715

@nickvergessen
Copy link
Member Author

Chat input yields a Vue warning:
#7715

@raimund-schluessler
Copy link
Member

We had to rename the Button component to ButtonVue for 6.0.0. So all imports need to be adjusted
from

import Button from '@nextcloud/vue/dist/Components/Button'

to

import ButtonVue from '@nextcloud/vue/dist/Components/ButtonVue'

@nickvergessen
Copy link
Member Author

Yeah, we have one last button PR to go in #7647
Then I'll rebase this one and can fix all imports in one go.

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
…onent now

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen merged commit d528845 into master Aug 12, 2022
@nickvergessen nickvergessen deleted the bugfix/7639/vue-6 branch August 12, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling and reenabling an Actions component yields a Vue warning Adjust to changes in Popover component
2 participants