Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/vue ^8.27.0 -> ^8.28.0 age confidence

Release Notes

nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.28.0

Compare Source

Full Changelog

📝 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

Configuration

📅 Schedule: Branch creation - "before 3am on saturday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@st3iny st3iny merged commit f72cf03 into main Jul 19, 2025
8 checks passed
@st3iny st3iny deleted the renovate/nextcloud-vue-8.x branch July 19, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants