nextcloud / backup

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

Build(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.2.0 #561

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps @nextcloud/dialogs from 3.2.0 to 4.2.0.

Release notes

Sourced from @​nextcloud/dialogs's releases.

v4.2.0

v4.2.0 (2023-09-13)

Full Changelog

:rocket: Enhancement

  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #878 (@​susnux)
  • Add icons for filepicker and allow reactive button based on current path and selection #942 (@​susnux)
  • Always show file extension as a trailing text part #933 (@​susnux)
  • Show empty content when there are no files in folder #932 (@​susnux)
  • Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder #898 (@​susnux)

:bug: Fixed bugs

Changed

  • The file picker breadcrumbs button got a new design #894 (@​susnux)
  • The package does no longer contain core-js polyfills as Nextcloud core already provides polyfills #863 (@​susnux)
  • The project was moved to a new Github organization (nextcloud-libraries)
  • Dependency updates

v4.2.0-beta.5 (2023-09-05)

:bug: Fixed bugs

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v4.2.0 (2023-09-13)

Full Changelog

:bug: Fixed bugs

  • [stable4] fix(FilePicker): Ensure file list header is shown on top of scrolled content rows #998 (susnux)
  • [stable4] fix: breadcrumbs grow #996 (susnux)
  • [stable4] fix(Dialog): Make the dialog flex column to show headline on top of content #995 (susnux)
  • [stable4] Fix table alignment #994 (susnux)
  • [stable4] Revert "fix: Patch webdav dependency for invalid exports field un… #985 (skjnldsv)

v4.2.0-beta.5 (2023-09-05)

:bug: Fixed bugs

v4.2.0-beta.4 (2023-08-24)

:rocket: Enhancement

  • Add icons for filepicker and allow reactive button based on current path and selection #942 (@​susnux)
  • Always show file extension as a trailing text part #933 (@​susnux)
  • Show empty content when there are no files in folder #932 (@​susnux)

:bug: Fixed bugs

  • Fix properties of the new button in the breadcrumbs #928 (@​susnux)
  • Ensure focus-visible outline is visible for all focusable elements #936 (@​susnux)
  • The table height should be max. 100% #922 (@​susnux)
  • Fix exported typings and cleanup file picker files #907 (@​susnux)
  • Fix typedoc generation and improve documentation of exported member #909 (@​susnux)

v4.2.0-beta.3 (2023-08-16)

:rocket: Enhancement

  • Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder #898 (@​susnux)

:bug: Fixed bugs

  • Revert @nextcloud/vue to version 7.12 to keep supporting Nextcloud 27 #889 (@​susnux)
  • Fix file size is always reported as 0B in file picker #895 (@​susnux)

Changed

  • The file picker breadcrumbs button got a new design #894 (@​susnux)

v4.2.0-beta.2 (2023-08-11)

:bug: Fixed bugs

... (truncated)

Commits
  • 7d9d29e Merge pull request #999 from nextcloud-libraries/chore/release-4-2-0
  • 9f62a94 chore: Prepare 4.2.0 release
  • ff6e595 chore: Update dependencies
  • afbedec Merge pull request #998 from nextcloud-libraries/backport/20fd0e0d2215dcba716...
  • fee2539 fix(FilePicker): Ensure file list header is shown on top of scrolled content ...
  • 26e89a0 Merge pull request #995 from nextcloud-libraries/fix/stable4-dialog-direction
  • 9b41cc8 Merge pull request #996 from nextcloud-libraries/backport/01a0340b26d4d9078a3...
  • 3912dd6 Merge pull request #994 from nextcloud-libraries/fix/stable4-alignment
  • fc69c51 fix: breadcrumbs grow
  • 12bd52a fix(Dialog): Make the dialog flex column to show headline on top of content
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 11 months ago

Superseded by #563.