You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export of the file picker Vue component is deprecated and will be removed in the next version.
@@ -16,11 +16,36 @@ The `Dialog.hide` method is deprecated.
16
16
Instead only user interaction should close dialogs,
17
17
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.
18
18
19
+
### Added
20
+
* feat: allow picking files using the Nextcloud Nodes API [\#1730](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1730)\([susnux](https://github.com/susnux)\)
21
+
22
+
### Fixed
23
+
* fix(file-picker): align folder design with Nextcloud files app [\#1733](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1733)\([susnux](https://github.com/susnux)\)
24
+
* fix: the nc-vue dialogs function module is called `dialog` not `dialogs`[\#1732](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1732)\([susnux](https://github.com/susnux)\)
25
+
* perf: do not pre-load folder mime icon [\#1734](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1734)\([susnux](https://github.com/susnux)\)
* chore: prepare for vue3 migration [\#1681](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1681)\([ShGKme](https://github.com/ShGKme)\)
33
+
* chore: deprecate export of filepicker Vue component [\#1728](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1728)\([susnux](https://github.com/susnux)\)
34
+
* chore: Nextcloud 28 is EOL so is nextcloud-dialogs v5 [\#1729](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1729)\([susnux](https://github.com/susnux)\)
* feat(toast): add loading toast by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1554
40
-
* feat(files): Add encrypted icon for end-to-end encrypted folder by @JuliaKirschenheuter in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1545
0 commit comments