Releases: nextcloud-libraries/nextcloud-dialogs
v7.2.0
What's Changed
🚀 Enhancements
🐛 Fixed bugs
- fix(filepicker): use
@nextcloud/filesfor name validation by @susnux in #2158 - fix(conflict-picker): use sub-path import to only import needed parts by @susnux in #2162
- fix(conflict-picker): pass correct props to component by @susnux in #2159
- fix(types): resolve Typescript issues and add CI job to check for type issues by @susnux in #2160
- fix(filepicker): use proper folder icons by @susnux in #2180
- fix: always use the node displayname prop by @susnux in #2179
Other Changes
v6.4.2
What's Changed
🐛 Fixed bugs
- [stable6] fix(filepicker): use
@nextcloud/filesfor name validation by @backportbot[bot] in #2161 - [stable6] fix: always use the node displayname prop by @susnux in #2182
- [stable6] fix(filepicker): use proper folder icons by @backportbot[bot] in #2181
Other Changes
- [stable6] ci: update workflows from organization by @susnux in #2178
- refactor: use
@nextcloud/pathsinstead of NodeJSpathby @susnux in #2177 - chore: prepare v6.4.2 by @susnux in #2183
Full Changelog: v6.4.1...v6.4.2
v6.4.1
v6.4.0
What's Changed
🚀 Enhancements
- [stable6] feat(FilePicker): Improve pick and navigation logic to match user expectation by @backportbot[bot] in #2051
Other Changes
- [stable6] chore: update workflows from organization by @susnux in #1942
- [stable6] chore: update workflows from organization by @susnux in #2053
- chore: prepare v6.4.0 by @susnux in #2058
Full Changelog: v6.3.2...v6.4.0
v7.1.0
v7.0.1
v7.0.0
v7.0.0
Notes
This package now builds on top of @nextcloud/vue version 9 using Vue 3.
While this package uses Vue 3 it is also possible to use it within a Vue 2 project,
in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency.
This also means that if you are using Vue 2 you have to ensure you do not use bundler
configurations that enforce resolving Vue to the same version as this will fail now,
instead let the bundler choose the matching Vue version.
For example if using Webpack this will no longer work in Vue 2 apps:
resolve: {
alias: {
vue$: path.resolve('./node_modules/vue'),
},
}For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.
Breaking
- This package now uses Vue 3 internally.
- The deprecated FilePicker component export was removed to allow using this library in Vue 2 and Vue 3 apps.
- The deprecated
Dialog.hidemethod was removed, instead await the returned promise and wait for the user interaction. - The deprecated
Dialog.setHTMLmethod was removed. If you need custom HTML content useNcDialogfrom@nextcloud/vue. - The
spawnDialoghelper method was removed, instead use the function provided by@nextcloud/vue
- import { spawnDialog } from '@nextcloud/dialogs'
+ import { spawnDialog } from '@nextcloud/vue/functions/dialog'Added
- feat: add guest auth prompt #1760 (backportbot)
- feat(ConflictPicker): move conflict picker dialog from
@nextcloud/upload#1971 (susnux) - feat(dialogs): allow to quickly show a dialog #1986 (susnux)
Fixed
- fix(FilePickerBuilder): correctly return array / plain value depending on multiselect #1775 (susnux)
- fix: display guest name validity #1836 (skjnldsv)
- fix: return nodes array from smartpicker #1879 (grnd-alt)
- fix(PublicAuthPrompt): change default notice if identified #1880 (backportbot[bot])
- style(toast): adjust colors for Nextcloud 32 #1912 (Antreesy)
- fix(guestName): limit length to 64 characters #1915 (max-nextcloud)
- fix(FilePicker): make move primary and copy secondary #1933 (susnux)
- fix: allow dismiss the undo toast #1944 (luka-nextcloud)
Changed
- chore: update to ESLint v9 and apply new rules #1753 (susnux)
- Updates for project Nextcloud dialogs library #1757 (transifex-integration)
- chore: move from
dev:watchback towatch#1758 (skjnldsv) - Updates for project Nextcloud dialogs library #1776 (transifex-integration)
- refactor: adjust code to comply with code style (again) #1774 (susnux)
- chore!: remove
spawnDialogin favor of version from@nextcloud/vue#1783 (susnux) - refactor: do not use Node internals but @nextcloud/paths package #1752 (susnux)
- Updates for project Nextcloud dialogs library by @transifex-integration[bot]
- chore(deps): @nextcloud family + various upgrades #1905 (skjnldsv)
- chore: fix node version for dependabot #1960 (susnux)
- chore(dialogs)!: remove deprecated
setHTMLmethod #1985 (susnux)
v7.0.0-rc.3
What's Changed
🐛 Fixed bugs
- style(toast): adjust colors for Nextcloud 32 #1912 (Antreesy)
- fix(guestName): limit length to 64 characters #1915 (max-nextcloud)
- fix(FilePicker): make move primary and copy secondary #1933 (susnux)
Full Changelog: v7.0.0-rc.2...v7.0.0-rc.3
v6.3.2
What's Changed
🐛 Fixed bugs
- [stable6] fix(PublicAuthPrompt): change default notice if identified by @skjnldsv in #1841
- [stable6] style(toast): adjust colors for Nextcloud 32 by @backportbot[bot] in #1913
- [stable6] fix(guestName): limit length to 64 characters by @backportbot[bot] in #1921
- [stable6] fix(FilePicker): make move primary and copy secondary by @backportbot[bot] in #1935
Other Changes
Full Changelog: v6.3.1...v6.3.2
v7.0.0-rc.2
What's Changed
🐛 Fixed bugs
- fix: return nodes array from smartpicker by @grnd-alt in #1879
- fix(PublicAuthPrompt): change default notice if identified by @backportbot[bot] in #1880
Other Changes
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1840
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1842
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1843
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1844
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1845
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1846
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1848
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1849
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1850
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1862
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1863
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1864
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1872
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1874
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1875
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1876
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1877
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1885
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1886
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1887
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1888
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1890
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1894
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1895
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1896
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1897
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1898
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1899
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1900
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1901
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1903
- chore(deps): @nextcloud family + various upgrades by @skjnldsv in #1905
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1907
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1908
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1909
- Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #1910
New Contributors
Full Changelog: v7.0.0-rc.1...v7.0.0-rc.2