chore: prepare release of v8.26.0 #6842
Merged
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.
Due to a "bug" in our release workflow the v9 was published on the latest tag.
This will cause all users of
@nextcloud/vueto receive that as a dependabot update.So to prevent this we need to release a new v8 version.
To prevent this in the future the release workflow is fixed in:
#6841
v8.26.0 (2025-04-25)
📝 Notes
NcAppSidebar
The
infoslot was introduced to allow customization of sidebar header content.This will replace original main name of the sidebar and
header,subname,secondary-actions,tertiary-actionsslots.It it recommended to use slot together with
NcAppSidebarHeadercomponent to support accessibility features.NcPopover
The
focusTrapproperty is now deprecated and will be replaced withnoFocusTrap,the reason behind this is to only have boolean properties with default value of
falseallowing shortcut props.🚀 Enhancements
infoslot #6843noFocusTrapprop #6808🐛 Fixed bugs
referencesprop type #6800searchevent #6838