Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
d31966c tobe34bbeCompareThis is the first step torwards Vue 3.As this package is a Vue version agnostic version of dialogs, written inVue 3.Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
29c9710 to8ae5a8bCompareSigned-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8ae5a8b tocc4f830Compare| }) | ||
| 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
65cdf14 intomasterUh oh!
There was an error while loading.Please reload this page.
max-nextcloud commentedOct 15, 2025
susnux commentedOct 15, 2025
@max-nextcloud no but that test in text is also not very good, you should not rely on class names. |
susnux commentedOct 15, 2025
Fix for the primary regression:#55799 |
In Nextcloud Vue v8 the `type` prop for dialog buttonswas 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 <max@nextcloud.com>
susnux commentedDec 16, 2025
/backport to stable32 |
In Nextcloud Vue v8 the `type` prop for dialog buttonswas 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 <max@nextcloud.com>
In Nextcloud Vue v8 the `type` prop for dialog buttonswas 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 <max@nextcloud.com>

Uh oh!
There was an error while loading.Please reload this page.
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)