Skip to content

chore: prepare release v9.7.0#8470

Merged
Antreesy merged 1 commit intomainfrom
release/v9.7.0
Apr 27, 2026
Merged

chore: prepare release v9.7.0#8470
Antreesy merged 1 commit intomainfrom
release/v9.7.0

Conversation

@Antreesy
Copy link
Copy Markdown
Contributor

@Antreesy Antreesy commented Apr 24, 2026

v9.7.0 (2026-04-24)

Full Changelog

📝 Notes

  • NcRichText component used with useMarkdown = true or useExtendedMarkdown = true no longer renders relative links that can not be resolved by Vue Router.
    They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
    • [unknown protocols](unknown:protocol)
    • [unresolved relative link](internal_route)
    • [relative parameters](?parameters=1)
    • [relative anchor](#anchor)

🚀 Enhancements

  • feat(NcRichContenteditable): allow to pass menuContainer as string #8417 (Antreesy)

🐛 Fixed bugs

  • fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #8324 (pringelmann)
  • fix(NcRichText): do not escape markdown syntax when resolving reference #8351 (Antreesy)
  • fix(NcPasswordField): reset validation state on change #8350 (Antreesy)
  • fix(NcAppNavigation): close navigation on click outside for mobile dimensions #8284 (grnd-alt)
  • fix(NcAvatar): redirect to guest avatar if avatar does not exist #8440 (skjnldsv)
  • fix(NcModal): prevent focus trap race condition #8093 (nikhil2297)
  • fix(NcRichText): do not render nested links in markdown #8449 (Antreesy)
  • fix(NcRichText)!: do not render invalid relative markdown links #8397 (Antreesy)
  • fix(NcAppNavigationSearch): Show search clear icon only when field contains something #8454 (jancborchardt)

Other Changes

  • Updated translations

New Contributors

@Antreesy Antreesy added this to the 9.7.0 milestone Apr 24, 2026
@Antreesy Antreesy requested review from DorraJaouad and ShGKme April 24, 2026 13:55
@Antreesy Antreesy self-assigned this Apr 24, 2026
@Antreesy Antreesy added the 3. to review Waiting for reviews label Apr 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.55%. Comparing base (591e966) to head (1b75828).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8470   +/-   ##
=======================================
  Coverage   54.55%   54.55%           
=======================================
  Files         106      106           
  Lines        3439     3439           
  Branches     1003     1002    -1     
=======================================
  Hits         1876     1876           
  Misses       1322     1322           
  Partials      241      241           

☔ 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.

@Antreesy Antreesy requested a review from susnux April 24, 2026 14:21
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy
Copy link
Copy Markdown
Contributor Author

Added to changelog:

* fix(NcAppNavigationSearch): Show search clear icon only when field contains something [\#8454](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8454) \([jancborchardt](https://github.com/jancborchardt)\)

@Antreesy Antreesy merged commit 034beb5 into main Apr 27, 2026
27 checks passed
@Antreesy Antreesy deleted the release/v9.7.0 branch April 27, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants