notes
notes copied to clipboard
Chore(deps): Bump @nextcloud/vue from 8.34.0 to 9.3.1
Bumps @nextcloud/vue from 8.34.0 to 9.3.1.
Release notes
Sourced from @nextcloud/vue's releases.
v9.3.1
v9.3.1 (2025-12-10)
🚀 Enhancements
🐛 Fixed bugs
- fix(NcFormBox): add NcButton to supported components #7886 (ShGKme)
- fix: adjust input border styles for dark theme and NcSelect #7501 (susnux)
- fix: logger is not defined #7944 (ShGKme)
- fix(useHotKey): do not prevent hotkeys on hidden modal/dialog #7966 (skjnldsv)
Other Changes
- refactor(NcModal): migrate to Typescript and script-setup #7514 (susnux)
- chore(NcActions): outline icons in docs #7920 (ShGKme)
- refactor: fix Typescript issues in build files #7922 (susnux)
- refactor(useHotKey): modal visibility check using Array.from #7972 (skjnldsv)
v9.3.0
What's Changed
🚀 Enhancements
- feat(NcAppSettingsDialog): add version on the bottom and
noVersionprop to disable it by@ShGKmein nextcloud-libraries/nextcloud-vue#7837- fix(NcActions): introduce 'size' prop by
@Antreesyin nextcloud-libraries/nextcloud-vue#7847- feat(NcRichText): add 'Copy to clipboard' button for code blocks by
@Antreesyin nextcloud-libraries/nextcloud-vue#7841🐛 Fixed bugs
- fix(NcPasswordField): respect
checkPasswordStrengthfor input validation by@Antreesyin nextcloud-libraries/nextcloud-vue#7845- fix(NcTextField): helper text icon is too large by
@ShGKmein nextcloud-libraries/nextcloud-vue#7856- fix(NcFormBox): use default text color in items by
@ShGKmein nextcloud-libraries/nextcloud-vue#7854- fix(NcAvatar): do no request avatar image if icon slot provided by
@Antreesyin nextcloud-libraries/nextcloud-vue#7891Other Changes
- ci(dependabot): Use auto merge instead of deprecated option by
@nickvergessenin nextcloud-libraries/nextcloud-vue#7835- Updates for project Nextcloud vue library by
@transifex-integration[bot] in nextcloud-libraries/nextcloud-vue#7840- Updates for project Nextcloud vue library by
@transifex-integration[bot] in nextcloud-libraries/nextcloud-vue#7858- docs: Move to more outline icons by
@nickvergessenin nextcloud-libraries/nextcloud-vue#7860- docs: Move more icons to outline by
@nickvergessenin nextcloud-libraries/nextcloud-vue#7862- fix(NcActions): handle expensive height computation by popover library by
@Antreesyin nextcloud-libraries/nextcloud-vue#7778- Updates for project Nextcloud vue library by
@transifex-integration[bot] in nextcloud-libraries/nextcloud-vue#7867- chore: refactor deprecated :deep selector by
@ShGKmein nextcloud-libraries/nextcloud-vue#7875- Updates for project Nextcloud vue library by
@transifex-integration[bot] in nextcloud-libraries/nextcloud-vue#7876Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.2.0...v9.3.0
v9.2.0
... (truncated)
Changelog
Sourced from @nextcloud/vue's changelog.
v9.3.1 (2025-12-10)
🚀 Enhancements
🐛 Fixed bugs
- fix(NcFormBox): add NcButton to supported components #7886 (ShGKme)
- fix: adjust input border styles for dark theme and NcSelect #7501 (susnux)
- fix: logger is not defined #7944 (ShGKme)
- fix(useHotKey): do not prevent hotkeys on hidden modal/dialog #7966 (skjnldsv)
Other Changes
- refactor(NcModal): migrate to Typescript and script-setup #7514 (susnux)
- chore(NcActions): outline icons in docs #7920 (ShGKme)
- refactor: fix Typescript issues in build files #7922 (susnux)
- refactor(useHotKey): modal visibility check using Array.from #7972 (skjnldsv)
v9.3.0 (2025-11-20)
🚀 Enhancements
- feat(NcAppSettingsDialog): add version on the bottom and
noVersionprop to disable it #7837 (ShGKme)- fix(NcActions): introduce 'size' prop #7847 (Antreesy)
- feat(NcRichText): add 'Copy to clipboard' button for code blocks #7841 (Antreesy)
🐛 Fixed bugs
- fix(NcPasswordField): respect
checkPasswordStrengthfor input validation #7845 (Antreesy)- fix(NcTextField): adjust helper text icon #7856 (ShGKme)
- fix(NcFormBox): use default text color in items #7854 (ShGKme)
- fix(NcAvatar): do no request avatar image if icon slot provided #7891 (Antreesy)
Other Changes
- ci(dependabot): Use auto merge instead of deprecated option #7835 (nickvergessen)
- docs: Update icons to outline style #7860 (nickvergessen) #7862 (nickvergessen)
- fix(NcActions): handle expensive height computation by popover library #7778 (Antreesy)
- chore: refactor deprecated :deep selector #7875 (ShGKme)
v9.2.0 (2025-11-07)
📝 Notes
NcAppSettingsSectionShortcutshas been renamed toNcAppSettingsShortcutsSectionbut still available by the previous nameNcAppSettingsDialoghas started the process of migration to the new design. It may break the existing settings layout. Uselayoutprop to partially revert the change or migrate to useNcFormBoxandNcFormGroupcomponents in the settings sections.🚀 Enhancements
... (truncated)
Commits
123bc94fix(workflows): adjust permissions for npm trusted publisher configf5a934afix(workflows): npm-publish configuration for trusted npm publishinge241138Merge pull request #7973 from nextcloud-libraries/chore/v9.3.19399159chore: v9.3.1081c899Merge pull request #7931 from nextcloud-libraries/fix/time-zone-spelling64d1498Merge pull request #7948 from nextcloud-libraries/fix/noid/action-input-date209d2d1Merge pull request #7941 from nextcloud-libraries/fix/NcModal--teleport-scope...ddf0ee8Merge pull request #7969 from nextcloud-libraries/automated/20088180639/serve...0c08ecdMerge pull request #7972 from nextcloud-libraries/skjnldsv-patch-1e2638barefactor: remove unneeded async in useHotKey test- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @nextcloud/vue since your current version.
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)