-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
chore: Update @nextcloud/dialogs to v7.0.0
#55726
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
Conversation
d31966c to
be34bbe
Compare
This is the first step torwards Vue 3. As this package is a Vue version agnostic version of dialogs, written in Vue 3. Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
29c9710 to
8ae5a8b
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
8ae5a8b to
cc4f830
Compare
| }) | ||
|
|
||
| it('Can move a file to its parent folder', () => { | ||
| it.only('Can move a file to its parent folder', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
followup: #55791
|
@max-nextcloud no but that test in text is also not very good, you should not rely on class names. |
|
Fix for the primary regression: #55799 |
In Nextcloud Vue v8 the `type` prop for dialog buttons was deprecated and replaces with the `variant` prop. In v9 the deprecated props are removed. Use the `variant` prop in the deprecated `OC.dialogs`. This is a follow up for #55726. Signed-off-by: Max <[email protected]>
|
/backport to stable32 |
In Nextcloud Vue v8 the `type` prop for dialog buttons was deprecated and replaces with the `variant` prop. In v9 the deprecated props are removed. Use the `variant` prop in the deprecated `OC.dialogs`. This is a follow up for #55726. Signed-off-by: Max <[email protected]>
In Nextcloud Vue v8 the `type` prop for dialog buttons was deprecated and replaces with the `variant` prop. In v9 the deprecated props are removed. Use the `variant` prop in the deprecated `OC.dialogs`. This is a follow up for #55726. Signed-off-by: Max <[email protected]>

Summary
This is the first step towards Vue 3.
As this package is a Vue version agnostic version of dialogs, written in Vue 3.
The huge changes count is related to the
.licenseand.mapfiles...Checklist
3. to review, feature component)stable32)