Skip to content

chore: prepare release of v6.2.0#1735

Merged
susnux merged 1 commit into
mainfrom
chore/prepare-v-6-2-0
Apr 29, 2025
Merged

chore: prepare release of v6.2.0#1735
susnux merged 1 commit into
mainfrom
chore/prepare-v-6-2-0

Conversation

@susnux
Copy link
Copy Markdown
Contributor

@susnux susnux commented Apr 29, 2025

v6.2.0

Notes

The export of the file picker Vue component is deprecated and will be removed in the next version.
Instead please use the FilePickerBuilder.

The Dialog.hide method is deprecated.
Instead only user interaction should close dialogs,
for this use the promise returned by Dialog.show which will resolve if the user answered the dialog and rejected if the user aborted (closed) the dialog.

Added

  • feat: allow picking files using the Nextcloud Nodes API #1730 (susnux)

Fixed

  • fix(file-picker): align folder design with Nextcloud files app #1733 (susnux)
  • fix: the nc-vue dialogs function module is called dialog not dialogs #1732 (susnux)
  • perf: do not pre-load folder mime icon #1734 (susnux)

Changed

  • docs: Update README.md #1627 (susnux)
  • chore: update workflows #1609 (susnux)
  • chore: simplify vitest config and fix some build issues #1606 (susnux)
  • chore: supported branches #1608 (susnux)
  • chore: prepare for vue3 migration #1681 (ShGKme)
  • chore: deprecate export of filepicker Vue component #1728 (susnux)
  • chore: Nextcloud 28 is EOL so is nextcloud-dialogs v5 #1729 (susnux)
  • chore: deprecate Dialog.hide #1731 (susnux)
  • chore(deps): Bump axios to 1.8.2
  • chore(deps): Bump webdav to 5.8.0
  • chore(deps): Bump dompurify to 3.2.4
  • chore(deps): Bump @nextcloud/event-bus to 3.3.2
  • chore(deps): Bump @nextcloud/files to 3.10.2
  • chore(deps): Bump @nextcloud/l10n to 3.2.0
  • chore(deps): Bump @vueuse/core to 11.3.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the chore/prepare-v-6-2-0 branch from 4e2a781 to acc672c Compare April 29, 2025 15:51
@susnux susnux merged commit e7bf53f into main Apr 29, 2025
11 checks passed
@susnux susnux deleted the chore/prepare-v-6-2-0 branch April 29, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants