notes
notes copied to clipboard
Chore(deps): Bump @nextcloud/vue from 7.12.7 to 8.8.1
Bumps @nextcloud/vue from 7.12.7 to 8.8.1.
Release notes
Sourced from @nextcloud/vue's releases.
v8.8.1
What's Changed
🐛 Fixed bugs
- fix(NcSelect): handle text overflow in NcSelect by
@hamza221in nextcloud-libraries/nextcloud-vue#5325- fix: scope component breaking NcModal and NcDateTimePickers by
@ShGKmein nextcloud-libraries/nextcloud-vue#5331Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.8.0...v8.8.1
v8.8.0
What's Changed
🚀 Enhancements
- feat(NcAppSidebar): Add
subnameslot by@susnuxin nextcloud-libraries/nextcloud-vue#5285- feat: Add NcAppNavigationList by
@Pytalin nextcloud-libraries/nextcloud-vue#5302🐛 Fixed bugs
- fix(NcAppNavigationSpacer): Adjust order to make the spacer work again by
@susnuxin nextcloud-libraries/nextcloud-vue#5286- fix(NcResource): use RouterLink where possible for internal shared resources by
@Antreesyin nextcloud-libraries/nextcloud-vue#5282- fix(NcActions): remove
aria-haspopupandaria-controlsfrom navigation menu by@JuliaKirschenheuterin nextcloud-libraries/nextcloud-vue#5300- fix(NcActions): put in order tab and arrow navigation by
@ShGKmein nextcloud-libraries/nextcloud-vue#5305- fix(NcPopover): remove invalid aria-describedby by
@ShGKmein nextcloud-libraries/nextcloud-vue#5304- fix(NcActions): provide a label in dialog role by
@ShGKmein nextcloud-libraries/nextcloud-vue#5308- fix(NcActions): focus first checked item on open by
@ShGKmein nextcloud-libraries/nextcloud-vue#5313- fix(NcRichContenteditable): respect forward slash as user mention character by
@Antreesyin nextcloud-libraries/nextcloud-vue#5323- fix(NcPopover): add aria-modal to some popover-based dialog components by
@ShGKmein nextcloud-libraries/nextcloud-vue#5309Other Changes
- Updates for project Nextcloud vue library by
@transifex-integrationin nextcloud-libraries/nextcloud-vue#5289- Revert "fix(NcReferenceList): Resolve relative URLs before fetching references" by
@mejo- in nextcloud-libraries/nextcloud-vue#5291- fix(NcPopover): make popupRole non-required by
@ShGKmein nextcloud-libraries/nextcloud-vue#5306- fix(NcRichContenteditable): disable global allowSpaces tribute option by
@Antreesyin nextcloud-libraries/nextcloud-vue#5321Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.1...v8.8.0
v8.7.1
What's Changed
🐛 Fixed bugs
- fix(NcRichContenteditable): register props globally for new Tribute by
@Antreesyin nextcloud-libraries/nextcloud-vue#5268- fix(NcReferenceList): Resolve relative URLs before fetching references by
@mejo- in nextcloud-libraries/nextcloud-vue#5272- fix(NcDashboardWidgetItem): Center dashboard list items when there is no subtext by
@juliushaertlin nextcloud-libraries/nextcloud-vue#5271Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.0...v8.7.1
v8.7.0
v8.7.0 (2024-02-20)
... (truncated)
Changelog
Sourced from @nextcloud/vue's changelog.
v8.8.1 (2024-02-29)
🐛 Fixed bugs
- fix(NcSelect): handle text overflow in NcSelect by
@hamza221in nextcloud-libraries/nextcloud-vue#5325- fix: scope component breaking NcModal and NcDateTimePickers by
@ShGKmein nextcloud-libraries/nextcloud-vue#5331v8.8.0 (2024-02-29)
What's Changed
🚀 Enhancements
- feat(NcAppSidebar): Add
subnameslot by@susnuxin nextcloud-libraries/nextcloud-vue#5285- feat: Add NcAppNavigationList by
@Pytalin nextcloud-libraries/nextcloud-vue#5302🐛 Fixed bugs
- fix(NcAppNavigationSpacer): Adjust order to make the spacer work again by
@susnuxin nextcloud-libraries/nextcloud-vue#5286- fix(NcResource): use RouterLink where possible for internal shared resources by
@Antreesyin nextcloud-libraries/nextcloud-vue#5282- fix(NcActions): remove
aria-haspopupandaria-controlsfrom navigation menu by@JuliaKirschenheuterin nextcloud-libraries/nextcloud-vue#5300- fix(NcActions): put in order tab and arrow navigation by
@ShGKmein nextcloud-libraries/nextcloud-vue#5305- fix(NcPopover): remove invalid aria-describedby by
@ShGKmein nextcloud-libraries/nextcloud-vue#5304- fix(NcActions): provide a label in dialog role by
@ShGKmein nextcloud-libraries/nextcloud-vue#5308- fix(NcActions): focus first checked item on open by
@ShGKmein nextcloud-libraries/nextcloud-vue#5313- fix(NcRichContenteditable): respect forward slash as user mention character by
@Antreesyin nextcloud-libraries/nextcloud-vue#5323- fix(NcPopover): add aria-modal to some popover-based dialog components by
@ShGKmein nextcloud-libraries/nextcloud-vue#5309- fix(NcPopover): make popupRole non-required by
@ShGKmein nextcloud-libraries/nextcloud-vue#5306- fix(NcRichContenteditable): disable global allowSpaces tribute option by
@Antreesyin nextcloud-libraries/nextcloud-vue#5321Other Changes
- Updates for project Nextcloud vue library by
@transifex-integrationin nextcloud-libraries/nextcloud-vue#5289- Revert "fix(NcReferenceList): Resolve relative URLs before fetching references" by
@mejo- in nextcloud-libraries/nextcloud-vue#5291v8.7.1 (2024-02-21)
What's Changed
🐛 Fixed bugs
- fix(NcRichContenteditable): register props globally for new Tribute by
@Antreesyin nextcloud-libraries/nextcloud-vue#5268- fix(NcReferenceList): Resolve relative URLs before fetching references by
@mejo- in nextcloud-libraries/nextcloud-vue#5272- fix(NcDashboardWidgetItem): Center dashboard list items when there is no subtext by
@juliushaertlin nextcloud-libraries/nextcloud-vue#5271v8.7.0 (2024-02-20)
What's Changed
🚀 Enhancements
- feat: Split reference and smart picker functions from components by
@juliushaertlin nextcloud-libraries/nextcloud-vue#5218
... (truncated)
Commits
acf37b3Merge pull request #5332 from nextcloud-libraries/release/v8.8.198fcf56release: v8.8.1ecc619eMerge pull request #5331 from nextcloud-libraries/fix/scope-component-util44de0e6fix: scope component breaking NcModal and NcDateTimePickers74b28c3Merge pull request #5325 from nextcloud-libraries/enh/text-overflow-ncselectfb38056Merge pull request #5330 from nextcloud-libraries/translations_ef429a9836fb49...089cac3Translate l10n/messages.pot in en_GB791207dMerge pull request #5328 from nextcloud-libraries/v8.8.06434df4build(vite): stringify scope version in SASS9c1ef488.8.0- 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 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)