chore(deps): Bump @nextcloud/vue from 8.28.0 to 8.34.0
Bumps @nextcloud/vue from 8.28.0 to 8.34.0.
Release notes
Sourced from @ânextcloud/vue's releases.
v8.34.0
What's Changed
ð Notes
NcAppSettingsSectionShortcutshas been renamed toNcAppSettingsShortcutsSectionbut still available by the previous nameð Enhancements
- [stable8] feat: add NcFormGroup by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7762- [stable8] feat: add
NcFormBoxand adjustNcRadioGrouptoNcFormBoxandNcFormGroupby@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7765- [stable8] feat: add NcFormBoxButton by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7789- [stable8] feat(NcRadioGroup): deprecate
labelHiddenprop in favor ofhideLabelby@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7772- [stable8] feat: add NcFormBoxCopyButton by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7793- [stable8] feat: add NcFormBoxSwitch by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7795- [stable8] feat(NcAppSettingsDialog): adjust design for new form elements, add section descriptions by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7802- [stable8] feat: NcAppSettingsSectionShortcuts -> NcAppSettingsShortcutsSection by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7816ð Fixed bugs
- [stable8] fix(NcFormGroup): remove margin when no label/description by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7780- [stable8] fix(NcFormGroup): decrease gap between label and content by
@âShGKmein nextcloud-libraries/nextcloud-vue#7782- [stable8] fix(NcFormBox*): user-select: none on Safari as well by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7796- [stable8] fix(NcRichContenteditable): keep previous cursor position on focus by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7804- [stable8] fix(NcHotkeyList): align with form labels by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7810- [stable8] fix(NcHotkeyList): align with the section by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7812- [stable8] fix(NcActions): improve performance by only computing popover maxHeight on demand by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7815- [stable8] fix(NcListItem): do not mount NcAction until necessary by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7818- [stable8] fix(NcRichText): start heading from h4 by
@âShGKmein nextcloud-libraries/nextcloud-vue#7821- [stable8] fix(NcFormBoxButton): router check on Vue 2 by
@âShGKmein nextcloud-libraries/nextcloud-vue#7822Other Changes
- [stable8] chore(docs): update docs link titles by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7770- [stable8] chore: update workflows from organization by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7763- [stable8] chore(docs): add missing backports around supported versions and links by
@âShGKmein nextcloud-libraries/nextcloud-vue#7773- [stable8] chore(docs): correct min supported Nextcloud version by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7776- [stable8] chore(docs): do not minimize docs and add examples code highlight by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7803- [stable8] chore: update Node and NPM version in dev engines by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7786- [stable8] chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7806Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.33.0...v8.34.0
v8.33.0
What's Changed
ð Enhancements
- [stable8] feat(NcChip): add error, success and warning variants by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7653- [stable8] feat(NcAppSettingsSection): add
orderprop, ensure intended order in navigation list by@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7656- [stable8] feat: add
NcAppSettingsSectionShortcuts,NcHotkeyListandNcHotkeyby@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7696ð Fixed bugs
- [stable8] fix(NcInputField): use empty string to fix label position by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7637- [stable8] fix(NcEmptyContent): use name as label by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7649- [stable8] fix(NcRadioGroupButton): scope expensive CSS selectors by
@âbackportbot[bot] in nextcloud-libraries/nextcloud-vue#7662- [stable8] fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile by
@âmejo- in nextcloud-libraries/nextcloud-vue#7698
... (truncated)
Changelog
Sourced from @ânextcloud/vue's changelog.
v8.34.0 (2025-11-07)
ð Notes
NcAppSettingsSectionShortcutshas been renamed toNcAppSettingsShortcutsSectionbut still available by the previous nameð Enhancements
- feat: add NcFormGroup #7762 (backportbot[bot])
- feat: add
NcFormBoxand adjustNcRadioGrouptoNcFormBoxandNcFormGroup#7765 (backportbot[bot])- feat: add NcFormBoxButton #7789 (backportbot[bot])
- feat(NcRadioGroup): deprecate
labelHiddenprop in favor ofhideLabel#7772 (backportbot[bot])- feat: add NcFormBoxCopyButton #7793 (backportbot[bot])
- feat: add NcFormBoxSwitch #7795 (backportbot[bot])
- feat(NcAppSettingsDialog): adjust design for new form elements, add section descriptions #7802 (backportbot[bot])
- feat: NcAppSettingsSectionShortcuts -> NcAppSettingsShortcutsSection #7816 (backportbot[bot])
ð Fixed bugs
- fix(NcFormGroup): remove margin when no label/description #7780 (backportbot[bot])
- fix(NcFormGroup): decrease gap between label and content #7782 (ShGKme)
- fix(NcFormBox*): user-select: none on Safari as well #7796 (backportbot[bot])
- fix(NcRichContenteditable): keep previous cursor position on focus #7804 (backportbot[bot])
- fix(NcHotkeyList): align with form labels #7810 (backportbot[bot])
- fix(NcHotkeyList): align with the section #7812 (backportbot[bot])
- fix(NcActions): improve performance by only computing popover maxHeight on demand #7815 (backportbot[bot])
- fix(NcListItem): do not mount NcAction until necessary #7818 (backportbot[bot])
- fix(NcRichText): start heading from h4 #7821(ShGKme)
- fix(NcFormBoxButton): router check on Vue 2 #7822(ShGKme)
Other Changes
- chore(docs): update docs link titles #7770 (backportbot[bot])
- chore: update workflows from organization #7763 (susnux)
- chore(docs): add missing backports around supported versions and links #7773 (ShGKme)
- chore(docs): correct min supported Nextcloud version #7776 (backportbot[bot])
- chore(docs): do not minimize docs and add examples code highlight #7803 (backportbot[bot])
- chore: update Node and NPM version in dev engines #7786 (susnux)
- chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT #7806 (backportbot[bot])
v8.31.0 (2025-09-11)
ð Notes
The
NcSettingsInputTextcomponent was deprecated, it is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons.ð Enhancements
ð Fixed bugs
- fix(NcAssistantIcon): adjust gradient for dark theme #7430
- fix(NcPopover): regression with
this.getPopoverTriggerContainerElement is not a function#7443 (max-nextcloud)- fix(NcCheckboxRadioSwitch): ensure label less radio has proper size #7477
- fix(NcDateTime): adjust for bidi support #7485
- fix(NcReferenceWidget): harden checks for reference = null #7493
... (truncated)
Commits
92a8e63Merge pull request #7820 from nextcloud-libraries/release/v8.34.0c22c901chore(release): v8.34.0e893283chore(release): add v8.34.0 changeloga016f9bMerge pull request #7822 from nextcloud-libraries/fix/useButtonLink32c8853fix(NcFormBoxButton): router check on Vue 291f4cdaMerge pull request #7821 from nextcloud-libraries/backport/7748/stable8cbc6a32fix(NcRichText): start heading from h41b0373bMerge pull request #7818 from nextcloud-libraries/backport/7817/stable8001c8fdfix(NcListItem): do not mount NcActions until necessaryfc87998Merge pull request #7815 from nextcloud-libraries/backport/7808/stable8- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.
Superseded by #1127.