Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@

All notable changes to this project will be documented in this file.

## [v7.4.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.3.0...v7.4.0)
### Added
* feat(ConflictPicker): allow to set overwrite flag \([\#2432](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2432)\)

### Fixed
* fix(FilePicker): Round previews in filepicker dialog \([\#2397](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2397)\)
* fix(FilePicker): reset filter string when navigating \([\#2384](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2384)\)

### Changed
* Updated translations
* Updated developer dependencies
* chore: add explicit types for public API \([\#2426](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2426)\)

## [v7.3.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.2.0...v7.3.0)
### Changed
* Migrated to `@nextcloud/files` v4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ [\#2275](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2275).\
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "7.3.0",
"version": "7.4.0",
"description": "Nextcloud dialog helpers",
"keywords": [
"nextcloud"
Expand Down
Loading