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 - "every weekend" 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 this update again.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 19, 2025
@renovate renovate bot requested review from max-nextcloud and mejo- July 19, 2025 16:27
@github-actions github-actions bot enabled auto-merge July 19, 2025 16:27
@codecov
Copy link

codecov bot commented Jul 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.32%. Comparing base (5d1613b) to head (54e1527).
Report is 3 commits behind head on stable30.

Additional details and impacted files
@@            Coverage Diff            @@
##           stable30    #7469   +/-   ##
=========================================
  Coverage     51.32%   51.32%           
=========================================
  Files           116      116           
  Lines          2712     2712           
  Branches        544      544           
=========================================
  Hits           1392     1392           
  Misses         1191     1191           
  Partials        129      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot merged commit 196eba8 into stable30 Jul 19, 2025
63 checks passed
@github-actions github-actions bot deleted the renovate/stable30-nextcloud-vue-8.x branch July 19, 2025 16:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant