Skip to content

Releases: nextcloud-libraries/nextcloud-dialogs

v7.2.0

17 Dec 15:02
2fc2189

Choose a tag to compare

What's Changed

🚀 Enhancements

🐛 Fixed bugs

  • fix(filepicker): use @nextcloud/files for 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

  • chore: update workflows from organization by @susnux in #2052
  • ci: update workflows from organization by @susnux in #2102
  • ci: update workflows from organization by @susnux in #2185* Updated translations
  • chore: prepare v7.2.0 by @susnux in #2184

v6.4.2

17 Dec 15:01
019550d

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • [stable6] fix(filepicker): use @nextcloud/files for 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/paths instead of NodeJS path by @susnux in #2177
  • chore: prepare v6.4.2 by @susnux in #2183

Full Changelog: v6.4.1...v6.4.2

v6.4.1

22 Oct 16:05
c8ab91b

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • fix(FileListRow): enter-directory event name by @artonge in #2059

Other Changes

Full Changelog: v6.4.0...v6.4.1

v6.4.0

22 Oct 12:05
b047008

Choose a tag to compare

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

21 Oct 15:08
dac16be

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(FilePicker): Improve pick and navigation logic to match user expectation by @artonge in #2033

🐛 Fixed bugs

Other Changes

  • Updates for project Nextcloud dialogs library by @transifex-integration[bot] in #2045
  • chore(deps): Update browserslist by @artonge in #2047
  • chore: prepare v7.1.0 by @artonge in #2047

Full Changelog: v7.0.1...v7.1.0

v7.0.1

14 Oct 15:31
b040333

Choose a tag to compare

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

v7.0.0

08 Oct 20:50
57e626b

Choose a tag to compare

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.hide method was removed, instead await the returned promise and wait for the user interaction.
  • The deprecated Dialog.setHTML method was removed. If you need custom HTML content use NcDialog from @nextcloud/vue.
  • The spawnDialog helper 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

Changed

v7.0.0-rc.3

16 Sep 12:01
729ef17

Choose a tag to compare

v7.0.0-rc.3 Pre-release
Pre-release

What's Changed

🐛 Fixed bugs

Full Changelog: v7.0.0-rc.2...v7.0.0-rc.3

v6.3.2

13 Sep 14:14
6bcdb75

Choose a tag to compare

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

27 Aug 08:43
56f600c

Choose a tag to compare

v7.0.0-rc.2 Pre-release
Pre-release

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