chore(deps): Bump @nextcloud/dialogs from 6.3.2 to 7.1.0
Bumps @nextcloud/dialogs from 6.3.2 to 7.1.0.
Release notes
Sourced from @nextcloud/dialogs's releases.
v7.1.0
What's Changed
🚀 Enhancements
- feat(FilePicker): Improve pick and navigation logic to match user expectation by
@artongein nextcloud-libraries/nextcloud-dialogs#2033🐛 Fixed bugs
- fix: compress translations in assets by
@susnuxin nextcloud-libraries/nextcloud-dialogs#2044Other Changes
- Updates for project Nextcloud dialogs library by
@transifex-integration[bot] in nextcloud-libraries/nextcloud-dialogs#2045- chore(deps): Update browserslist by
@artongein nextcloud-libraries/nextcloud-dialogs#2047- chore: prepare v7.1.0 by
@artongein nextcloud-libraries/nextcloud-dialogs#2047Full Changelog: https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.0.1...v7.1.0
v7.0.1
v7.0.1
Fixed
Changed
v7.0.0
v7.0.0
Notes
This package now builds on top of
@nextcloud/vueversion 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
... (truncated)
Changelog
Sourced from @nextcloud/dialogs's changelog.
v7.1.0
Enhancements
- feat(FilePicker): Improve pick and navigation logic to match user expectation by
@artongein nextcloud-libraries/nextcloud-dialogs#2033Fixed
- fix: compress translations in assets by
@susnuxin nextcloud-libraries/nextcloud-dialogs#2044Changes
- Updates for project Nextcloud dialogs library by
@transifex-integration[bot] in nextcloud-libraries/nextcloud-dialogs#2045- chore(deps): Update browserslist by
@artongein nextcloud-libraries/nextcloud-dialogs#2047v7.0.1
Fixed
Changed
v7.0.0
Notes
This package now builds on top of
@nextcloud/vueversion 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.
... (truncated)
Commits
dac16beMerge pull request #2047 from nextcloud-libraries/artonge/chore/v7.1.0592e534Merge pull request #2050 from nextcloud-libraries/dependabot/npm_and_yarn/mai...06129d2chore(deps-dev): bump@nextcloud/browserslist-configfrom 3.1.0 to 3.1.125d8c63chore: prepare v7.1.0dc7ac4achore(deps): Update browserslist22f16c3Merge pull request #2033 from nextcloud-libraries/artonge/feat/add_canpick_op...682071aMerge pull request #2044 from nextcloud-libraries/fix/compression207c2fechore: adjust code style441ecf3Merge pull request #2045 from nextcloud-libraries/translations_441be4f7621043...ad184f3Translate l10n/messages.pot in ca- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)