nextcloud / backup

Backup now. Restore later.
GNU Affero General Public License v3.0
241 stars 33 forks source link

Build(deps): Bump @nextcloud/vue from 5.4.0 to 7.12.1 #548

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nextcloud/vue from 5.4.0 to 7.12.1.

Release notes

Sourced from @​nextcloud/vue's releases.

v7.12.1

v7.12.1 (2023-07-11)

Full Changelog

:bug: Fixed bugs

  • [stable7] fix(NcProviderList): Add padding around provider list #4202
  • [stable7] fix(NcSelect): Hide clear and deselect when disabled #4216
  • [stable7] fix(NcSelect): Styles on state change #4215
  • [stable7] adjust border-radius of ncpopover #4240
  • [stable7] fix progress-bar on chromium browsers #4239
  • [stable7] fix(NcActionInput): Show trailing button even for empty input #4253
  • [stable7] NcDatetimePicker: Make sure all l10n strings are extracted #4273
  • [stable7] fix(NcModal): fix focus-trap fallback #4270 (skjnldsv)
  • [stable7] Input Fields and RichContenteditable: add focus and select methods #4278
  • [stable7] Add links to documentation for other versions #4279 (susnux)
  • [stable7] NcActionLink - provide download attributes for single action button in NcAction #42934293
  • [stable7] Remove doubling proxied event handlers in NcRichContenteditable #4295
  • [stable7] Fix/remove margin below message in widget item #4297 (JuliaKirschenheuter)
  • [stable7] fix: NcIconSvgWrapper size #4313

v7.12.0

v7.12.0 (2023-06-08)

Full Changelog

:rocket: Enhancements

  • make navigation-collapsible always visible #4161 (szaimen)
  • enh(NcActions): Navigation link actions #4160 (Pytal)
  • Export dist a11y activation util #4167 (Pytal)
  • feat: Add slot for description of NcEmptyContent #4170 (susnux)

:bug: Fixed bugs

v7.11.6

v7.11.6 (2023-05-16)

Full Changelog

:bug: Fixed bugs

  • fix(NcResource): Fix item alignment in the right sidebar #4124 (Pytal)

v7.11.5

v7.11.5 (2023-05-15)

Full Changelog

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

Changelog

All notable changes to this project will be documented in this file.

v8 Unreleased (beta)

Full Changelog

:boom: Breaking changes

  • Update node engines to next LTS (node 20 / npm 9)
  • The deprecated NcMultiselect and NcMultiselectTags components were removed #4281 (susnux)
    • Migration: Use the NcSelect and NcSelectTags components instead
  • The deprecated NcPopoverMenu component was removed #4081 (raimund-schluessler)
    • Migration: Use the NcActions component instead
  • The deprecated NcAppNavigationCounter component was removed #4096 (raimund-schluessler)
    • Migration: Use the NcCounterBubble component instead
  • The deprecated excludeClickOutsideClasses property was removed from clickOutsideOptions #4088 (raimund-schluessler)
    • Migration: Use the excludeClickOutsideSelectors property, which takes an array of css selectors, instead
  • The label property of NcAutoCompleteResult was renamed to title #4222 (susnux)
  • The deprecated title property was removed, every occurrence of title was renamed to name #4106 (raimund-schluessler), #4052 (raimund-schluessler)
    • label property was renamed to name for NcMentionBubble
    • name propery is now required for NcActions*, NcAppNavigationItem and NcBreadcrumb*
    • See linked pull request for full migration guide

:rocket: Enhancements

  • enh(NcDatetime): New component for displaying timestamps as time relative from now #4219 (susnux)
  • feat(NcInputField): Append custom aria-describedby to input field #4225 (Pytal)
  • feat(NcNoteCard): Add new 'info' version to display informational messaged #4063 (moan0s)
  • feat(NcEmptyContent): Add slot for description #3895 (susnux)
  • feat(NcActions): Improve readability of action menu entries #4049 (Pytal)
  • feat(NcReferencePickerModal): Allow setting modal size when registering a custom picker component #3866 (julien-nc)
  • feat: Migrate NcAvatar to use NcActions #4017 (raimund-schluessler)
  • feat(a11y): Export a11y activation util #4166 (Pytal)

:bug: Fixed bugs

  • fix(NcSettingsSelectGroup): Migrate from deprecated NcMultiselect to NcSelect #4120 (susnux)
  • fix(NcRichtext): Migrate from deprecated NcMultiselect to NcSelect #4247 (julien-nc)
  • fix(NcAppNavigation): Prevent tabbing into closed navigation #3114 (PVince81)
  • fix(NcDatetimePicker): Make sure all l10n strings are extracted #4272 (susnux)
  • fix(NcAppNavigationCaption): Align actions with other navigation action #4220 (susnux)
  • fix(NcInputField): Increase input field helper text contrast #4188 (Pytal)
  • fix(NcSelect): Hide clear and deselect button when disabled #4212 (Pytal)
  • fix(NcSelect): Fix disabled colors to distinguish the disabled state from the regular state #4217 (Pytal)
  • fix(NcProviderList): Add padding around provider list #4175 (juliushaertl)
  • fix(NcModal): Fix focus-trap fallback if content is empty #4266 (skjnldsv)
  • fix(NcActionInput): Show trailing button even for empty input #4251 (susnux)
  • fix(NcRichContenteditable): Fix mentioning users with @ in username #4222 (susnux)
  • fix(NcProgressBar): Fix design on chromium browsers #4238 (szaimon)
  • fix(NcReferencePicker): Fix padding in the any link preview component #4248 (julien-nc)
  • fix(NcModal): Set background and text color #4221 (susnux)
  • fix(NcSelect): Keep dropdown open while loading #4209 (Pytal)

... (truncated)

Commits
  • a69d520 7.12.1
  • 431cfec Merge pull request #4313 from nextcloud/backport/4312/stable7
  • 5ce5894 fix: NcIconSvgWrapper size
  • 91787fd Merge pull request #4297 from nextcloud/fix/remove-margin-below-message-in-wi...
  • 5bf0f7c Remove margin below widget item
  • 75dd35e Merge pull request #4295 from nextcloud/backport/3875/stable7
  • 84a0883 fix(NcRichContenteditable): remove doubling proxied event handlers
  • c03ec94 Merge pull request #4293 from nextcloud/backport/4263/stable7
  • 7d5726c provide passed attributes to download file for single action button
  • 74aafb0 Merge pull request #4279 from nextcloud/backport/documentation-links
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #552.