Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @nextcloud/dialogs to v5 #572

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garykim-dev-renovate[bot]
Copy link

@garykim-dev-renovate garykim-dev-renovate bot commented Mar 4, 2024

This PR contains the following updates:

Package Type Update Change
@nextcloud/dialogs dependencies major ^3.2.0 -> ^5.3.1

Release Notes

nextcloud-libraries/nextcloud-dialogs (@​nextcloud/dialogs)

v5.3.1

Compare Source

Full Changelog

Fixes
  • fix: Close actions after creating directory and enter it automatically #​1302 (susnux)
  • fix: Fix incorrect directory contents when navigating quickly #​1299 (Pytal)
Changed
  • Dependency updates

v5.3.0

Compare Source

Full Changelog

Enhancements
  • feat: Provide generic dialogs previously provided by OC.dialogs #​1297 (susnux)
Changed
  • Updated development dependencies

v5.2.1

Compare Source

Full Changelog

Fixed bug
  • fix(FilePicker): Request all default file props (incl. file id) #​1287 (susnux)
Changed
  • Updated translations
  • Updated development dependencies
  • chore(deps): Bump @​nextcloud/files from 3.1.0 to 3.1.1
  • chore(deps): Bump webdav from 5.4.0 to 5.5.0

v5.2.0

Compare Source

Full Changelog

Enhancements
Fixed bug
  • fix(FilePicker): Adjust margin of view-selector to be consistent with filter input
Changed

v5.1.2

Compare Source

Full Changelog

🐛 Fixed bugs
Changed
  • Updated translations
  • Updated dependencies @nextcloud/router and webdav
  • Updated development dependencies

v5.1.1

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Stop default close event in case of button press #​1207 (susnux)
  • fix(FilePicker): Export FilePickerClosed error #​1198 (susnux)
Changed
  • Updated translations
  • Updated development dependencies

v5.1.0

Compare Source

Full Changelog

🚀 Enhancement
  • enh(FilePickerBuilder): Change error thrown when FilePicker is closed #​1166 (susnux)
🐛 Fixed bugs
Changed
  • Updated translations
  • Updated dependencies

v5.0.3

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): cropImagePreviews is now provided as a prop in FilePreview #​1120 (susnux)
  • fix(FilePicker): On button click also emit the current directory if allowPickDirectory is set to true #​1121 (susnux)
  • fix: Adjust types for IFilePickerButton to align icon with NcDialogButton #​1122 (susnux)
  • fix(build): include ?raw data to bundle #​1128 (ShGKme)
Changed
  • Updated translations
  • chore(deps): Bump @​vueuse/core from 10.6.0 to 10.6.1
  • chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2

v5.0.2

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Listen on update:open rather than closed event from NcDialog #​1113 (@​susnux)
Changed
  • Updated translations
  • chore(deps): Bump @nextcloud/vue from 8.2.0

v5.0.1

Compare Source

Full Changelog

🐛 Fixed bugs
Changed

v5.0.0

Compare Source

Full Changelog

🚀 Enhancement
🐛 Fixed bugs
  • fix: Use NcDialog instead of custom dialog component now that it is upstreamed #​1101 (@​susnux)
Changed
  • Updated translations
  • Updated dependencies
    • Now using stable @nextcloud/vue version 8.0.0
    • Now using stable @nextcloud/files version 3.0.0

v4.2.7

Compare Source

v4.2.7 (2024-04-15)

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Stop default close event in case of button press #​1301 (susnux)

v4.2.6

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.5...v4.2.6

v4.2.5

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.4...v4.2.5

v4.2.4

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.3...v4.2.4

v4.2.3

Compare Source

v4.2.3 (2024-01-19)

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Use Node::path for current path fixing an clicking favorite folders #​1167 (susnux)
Changed
  • Updated dependencies

v4.2.2

Compare Source

🚀 Enhancement
  • Bring back previews of images, this worked with FilePicker on Nextcloud 26 but was missing in this rewrite #​1015 (susnux)
🐛 Fixed bugs

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.1...v4.2.2

v4.2.1

Compare Source

v4.2.1

Full Changelog

🐛 Fixed bugs
  • [stable4] Avoid error when not using any custom buttons by (juliushaertl) in #​1000
  • [stable4] Bring back the default value for legacy file picker by (susnux) in #​1007

v4.2.0

Compare Source

v4.2.0 (2023-09-13)

Full Changelog

🚀 Enhancement
  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #​878 (@​susnux)
  • Add icons for filepicker and allow reactive button based on current path and selection #​942 (@​susnux)
  • Always show file extension as a trailing text part #​933 (@​susnux)
  • Show empty content when there are no files in folder #​932 (@​susnux)
  • Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder #​898 (@​susnux)
🐛 Fixed bugs
Changed
  • The file picker breadcrumbs button got a new design #​894 (@​susnux)
  • The package does no longer contain core-js polyfills as Nextcloud core already provides polyfills #​863 (@​susnux)
  • The project was moved to a new Github organization (nextcloud-libraries)
  • Dependency updates

v4.1.0

Compare Source

🐛 Fixed bugs
  • Make sure Typescript projects with node16 module resolution can import the package #​845 (@​susnux)
  • Ensure all package dependencies are external #​843 (@​susnux)
Changed
  • Update Node engines to next LTS (version 20)
  • Translation updates
  • Dependency updates

v4.0.1

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v4.0.0

Compare Source

💥 Breaking changes

Styles need to be imported differently compared to v3.2.0. Make sure to import them from dist/index.css:

import '@​nextcloud/dialogs/dist/index.css'
🚀 Enhancement
Committers: 2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-5.x branch 4 times, most recently from 5404ad7 to b59e3c9 Compare March 6, 2024 18:00
@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-5.x branch 2 times, most recently from 40061da to 726e40a Compare April 10, 2024 12:01
@garykim-dev-renovate garykim-dev-renovate bot changed the title fix(deps): update dependency @nextcloud/dialogs to v5 fix(deps): update dependency @nextcloud/dialogs to v5 - autoclosed Apr 15, 2024
@garykim-dev-renovate garykim-dev-renovate bot deleted the renovate/nextcloud-dialogs-5.x branch April 15, 2024 11:01
@garykim-dev-renovate garykim-dev-renovate bot restored the renovate/nextcloud-dialogs-5.x branch April 17, 2024 22:00
@garykim-dev-renovate garykim-dev-renovate bot changed the title fix(deps): update dependency @nextcloud/dialogs to v5 - autoclosed fix(deps): update dependency @nextcloud/dialogs to v5 Apr 17, 2024
@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-5.x branch from 5497d65 to c2f95bf Compare May 5, 2024 01:31
@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-5.x branch from c2f95bf to 0a89f4e Compare May 15, 2024 20:30
Signed-off-by: Gary Kim Bot <bot@garykim.dev>
@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-5.x branch from 0a89f4e to a2a2b66 Compare May 15, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant