File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77All notable changes to this project will be documented in this file.
88
9+ ## UNRELEASED
10+ ### Notes
11+
12+ The export of the file picker Vue component is deprecated and will be removed in the next version.
13+ Instead please use the ` FilePickerBuilder ` .
14+
915## 6.1.1
1016[ Full Changelog] ( https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.0...v6.1.1 )
1117
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ const paths = await filepicker.pick()
8383```
8484
8585#### Use the Vue component directly
86+
87+ > [ !WARNING]
88+ > The Vue component is deprecated and will no longer be exported in a future version.
89+
8690We also provide the ` @nextcloud/dialogs/filepicker.js ` entry point to allow using the Vue component directly:
8791
8892``` vue
Original file line number Diff line number Diff line change 1- /**
1+ /*!
22 * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
33 * SPDX-License-Identifier: AGPL-3.0-or-later
44 */
55
66/**
77 * This entry points provides access to the FilePicker Vue component and its type definitions
8+ *
9+ * @deprecated The file picker Vue export will be removed in a future version. Please only use the file picker builder.
810 */
911
1012export { FilePickerVue } from './components/FilePicker/index.js'
You can’t perform that action at this time.
0 commit comments