build(deps): bump @nextcloud/vue from 8.31.0 to 9.1.0
Bumps @nextcloud/vue from 8.31.0 to 9.1.0.
Release notes
Sourced from @ânextcloud/vue's releases.
v9.1.0
What's Changed
ð Enhancements
- feat(NcChip): add error, success and warning variants by
@âDorraJaouadin nextcloud-libraries/nextcloud-vue#7652- feat(NcAppSettingsSection): add
orderprop, ensure intended order in navigation list by@âAntreesyin nextcloud-libraries/nextcloud-vue#7636- feat: add
NcAppSettingsSectionShortcuts,NcHotkeyListandNcHotkeyby@âShGKmein nextcloud-libraries/nextcloud-vue#7633ð Fixed bugs
- fix(NcInputField): use empty string to fix label position by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7630- chore: switch dependency for MD5 to
ts-md5by@âsusnuxin nextcloud-libraries/nextcloud-vue#7623- fix(NcEmptyContent): use name as label by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7634- fix(NcRadioGroupButton): scope expensive CSS selectors by
@âAntreesyin nextcloud-libraries/nextcloud-vue#7661- fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile by
@âmejo- in nextcloud-libraries/nextcloud-vue#7697Other Changes
- refactor(NcAppSidebarTabs): use custom components for tab buttons by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7516- refactor(NcAppSettingsSection): migrate to
<script setup lang="ts">by@âShGKmein nextcloud-libraries/nextcloud-vue#7651- refactor: use named export for logger by
@âShGKmein nextcloud-libraries/nextcloud-vue#7655Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.1...v9.1.0
v9.0.1
What's Changed
ð Fixed bugs
- fix(NcAppContent): avoid double content mount by
@âShGKmein nextcloud-libraries/nextcloud-vue#7590- fix(NcAppContent): add reactivity to pane config key in nextcloud-libraries/nextcloud-vue#7574
Other Changes
- Updated translations
- chore: prepare release of v9.0.1 by
@âsusnuxin nextcloud-libraries/nextcloud-vue#7621Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0...v9.0.1
v9.0.0
v9.0.0 (2025-09-25)
ð¥ Breaking Changes
- The package now uses Vue 3 instead of Vue 2.7
- The package is now a native ESM package and the CommonJS entry points were dropped!
- The package has dropped compatibility with Nextcloud before version 31. This mostly affects the visual appearance of components.
- The
NcSettingsInputTextcomponent was deprecated in v8 and is now removed.Plugin registering removed
The plugin registering all the components and directives globally is removed. Instead use local registration of components and directives. If you really need an alternative we recommend using
unplugin-vue-components.
... (truncated)
Changelog
Sourced from @ânextcloud/vue's changelog.
v9.1.0 (2025-10-22)
ð Enhancements
- feat(NcChip): add error, success and warning variants #7652 (DorraJaouad)
- feat(NcAppSettingsSection): add
orderprop, ensure intended order in navigation list #7636 (Antreesy)- feat: add
NcAppSettingsSectionShortcuts,NcHotkeyListandNcHotkey#7633 (ShGKme)ð Fixed bugs
- fix(NcInputField): use empty string to fix label position #7630 (susnux)
- chore: switch dependency for MD5 to
ts-md5#7623 (susnux)- fix(NcEmptyContent): use name as label #7634 (susnux)
- fix(NcRadioGroupButton): scope expensive CSS selectors #7661 (Antreesy)
- fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile #7697 (mejo-)
Other Changes
- refactor(NcAppSidebarTabs): use custom components for tab buttons #7516 (susnux)
- refactor(NcAppSettingsSection): migrate to
<script setup lang="ts">#7651 (ShGKme)- refactor: use named export for logger #7655 (ShGKme)
v9.0.1 (2025-10-06)
ð Fixed bugs
- fix(NcAppContent): avoid double content mount #7590 (ShGKme)
- fix(NcAppContent): add reactivity to pane config key #7574
Other Changes
- Updated translations
v9.0.0 (2025-09-25)
ð¥ Breaking Changes
- The package now uses Vue 3 instead of Vue 2.7
- The package is now a native ESM package and the CommonJS entry points were dropped!
- The package has dropped compatibility with Nextcloud before version 31. This mostly affects the visual appearance of components.
- The
NcSettingsInputTextcomponent was deprecated in v8 and is now removed.Plugin registering removed
The plugin registering all the components and directives globally is removed. Instead use local registration of components and directives. If you really need an alternative we recommend using
unplugin-vue-components.Import paths changed
The old import paths like
@nextcloud/vue/dist/Components/NcComponent.jswere removed. Instead use the new ones (@nextcloud/vue/components/NcComponent).Example shell command to do the refactoring:
... (truncated)
Commits
0399ae0Merge pull request #7706 from nextcloud-libraries/release/v9.1.0940c1f4Merge pull request #7713 from nextcloud-libraries/dependabot/npm_and_yarn/tab...b28674dchore(deps): bump tabbable from 6.2.0 to 6.3.0aef03b8chore(release): v9.1.060ca468chore(release): add v9.1.0 changelog7062a64chore(release): add v8.33.0 changeloge891603Merge pull request #7703 from nextcloud-libraries/translations_a29bf79827304d...6c677ecfix(l10n): Translate l10n/messages.pot in glce5f587Merge pull request #7682 from nextcloud-libraries/dependabot/npm_and_yarn/jsd...e92db6bchore(deps-dev): bump jsdom from 26.1.0 to 27.0.1- 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 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)