chore(deps): bump @nextcloud/vue from 8.25.1 to 8.26.0
Bumps @nextcloud/vue from 8.25.1 to 8.26.0.
Release notes
Sourced from @ânextcloud/vue's releases.
v8.26.0
What's Changed
ð Enhancements
- [stable8] feat(NcPopover): add new
noFocusTrapprop by@âbackportbotin nextcloud-libraries/nextcloud-vue#6808- [stable8] feat(NcAppSidebar): add
infoslot by@âbackportbotin nextcloud-libraries/nextcloud-vue#6843ð Fixed bugs
- [stable8] fix(NcRichText):
referencesprop type by@âbackportbotin nextcloud-libraries/nextcloud-vue#6800- [stable8] fix(NcAppContent): don't remove list when showing details in mobile or no-split mode by
@âwofferlin nextcloud-libraries/nextcloud-vue#6261- [stable8] fix(NcMentionBubble): position selectable text aligned with the component by
@âbackportbotin nextcloud-libraries/nextcloud-vue#6837- [stable8] fix(NcAvatar): do not load avatar from server, if iconClass was provided by
@âbackportbotin nextcloud-libraries/nextcloud-vue#6836- [stable8] fix(NcSelectUsers): add missing
searchevent by@âbackportbotin nextcloud-libraries/nextcloud-vue#6838Other Changes
- chore: prepare release of v8.26.0 by
@âsusnuxin nextcloud-libraries/nextcloud-vue#6842Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.25.1...v8.26.0
Changelog
Sourced from @ânextcloud/vue's changelog.
v8.26.0 (UNRELEASED)
ð Notes
NcPopover
NcPopovernow has its own properties and no longer directly exposes the internal library used (floating-vue). It is still possible to use its properties, but this ability might be removed in the next version. Thus we encourage you to only use the documented properties.Also this component now supports a logical placement (
start,end) which works with RTL design. Moreover thefocusTrapproperty is now deprecated and will be replaced withnoFocusTrap, the reason behind this is to only have boolean properties with default value offalseallowing shortcut props.
Commits
a2c73f9Merge pull request #6842 from nextcloud-libraries/chore/release-8.26.05337e7echore: prepare release of v8.26.0550eceeMerge pull request #6843 from nextcloud-libraries/backport/6666/stable87bd618cfeat(NcAppSidebar): introduce 'info' slot for customization4c89007feat(NcAppSidebar): introduce NcAppSidebarHeader for a11y navigation25974cbfeat(NcAppSidebar): expose CSS variable with close button offset8839de9Merge pull request #6838 from nextcloud-libraries/backport/6811/stable86761b98fix(NcSelectUsers): add missingsearchevent189b56cMerge pull request #6836 from nextcloud-libraries/backport/6831/stable86dee61dfix(NcAvatar): do not load avatar from server, if iconClass was provided- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Looks like @nextcloud/vue is up-to-date now, so this is no longer needed.