Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
ShGKme
approved these changes
Apr 24, 2026
11 tasks
susnux
approved these changes
Apr 27, 2026
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
6e9fcf8 to
1b75828
Compare
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)\) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v9.7.0 (2026-04-24)
Full Changelog
📝 Notes
NcRichTextcomponent used withuseMarkdown = trueoruseExtendedMarkdown = trueno 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
menuContaineras string #8417 (Antreesy)🐛 Fixed bugs
Other Changes
New Contributors
@pringelmannmade their first contribution in fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #8324