Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps @nextcloud/vue from 8.22.0 to 8.28.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.28.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.27.0...v8.28.0

v8.27.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.28.0 (2025-07-14)

📝 Notes

NcPasswordField

The component now has a visible property (with update:visible event) to allow setting the visibility state of the password. This allows to programmatically make the password visible or obfuscated for the user. One use case could be to reset the visibility when submitting some form to prevent leaking the password in a loading state of the UI.

NcTextField

The value arrowRight of the property trailingButtonIcon is deprecated and will be removed in a future version. It is replaced by arrowEnd which reflects that the directions depends on the text directions (LTR vs RTL).

NcColorPicker

The update:open event is deprecated, instead just use the close event which is emitted at the same time.

Event names

Custom events now have a consistent naming without custom scoping of the events. Thus following events are deprecated in favor of a new consistent event name:

Component Old event New event
NcAppContent resize:list resize-list
NcRichText interact:todo interact-todo

🚀 Enhancements

  • feat: add useFormatRelativeTime composable #7128
  • feat(NcPasswordField): allow to set visibility state #7148

🐛 Fixed bugs

  • fix(NcAppNavigationItem): multi level padding #6919
  • fix(NcTextField): make trailing button icon for confirmation also work on RTL #7002
  • fix(NcAppContent): incorrect page title from a different core.apps format in Nextcloud 30 #7011 (julien-nc)
  • fix(NcDialog): deprecated nativeType usage check #7031 (skjnldsv)
  • fix(NcSelectUsers): fix using of v-model in Vue 2 #7032 (Antreesy)
  • fix(NcAvatar): update 'hasStatus' flag if changed #7037
  • fix(NcCheckboxRadioSwitch): align icons with the first row of label #7047
  • fix(actions): use pointer cursor for action button text #7049
  • fix(NcRichText): always render code blocks in LTR direction #7061 (Antreesy)
  • fix(NcListItem): let active prop take higher priority #7089
  • fix(NcActionText): remove br between action name and action long text #7119
  • fix(useHotKey): try to derive latin keys from key codes of non-latin characters #7147
  • fix(l10n): adjust for @nextcloud/l10n 3.4.0 #7150

Other Changes

  • refactor: deprecate events not comply with Vue event naming rules #7078
  • chore(NcColorPicker): deprecate duplicated update:open event #7095
  • chore(NcActions): fix type annotation of NodeList #7105
  • chore(NcAppContent): rename NcAppDetailsContent to remove from docs #7139
  • refactor(NcAppContent): clarify props documentation and use capabilities over initial state #7141

... (truncated)

Commits
  • dfef9fe Merge pull request #7149 from nextcloud-libraries/chore/prepare-8-28
  • 75fff62 chore: prepare v8.28.0
  • e00e68a Merge pull request #7150 from nextcloud-libraries/fix/l10n-8
  • 6d4e1cd test: adjust tests for new @nextcloud/l10n version
  • 0bbc761 fix(l10n): adjust for @nextcloud/l10n v3.4.0
  • e7ed4fe Merge pull request #7148 from nextcloud-libraries/backport/7135/stable8
  • 6a842c7 feat(NcPasswordField): allow to set visibility state
  • b0e98ff Merge pull request #7147 from nextcloud-libraries/backport/7110/stable8
  • 6a70d71 fix(useHotKey): try to derive latin keys from key codes of non-latin characters
  • e359426 Merge pull request #7141 from nextcloud-libraries/backport/7057/stable8
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.22.0 to 8.28.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.28.0/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.22.0...v8.28.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2025

Superseded by #368.

@dependabot dependabot bot closed this Aug 19, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vue-8.28.0 branch August 19, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant