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
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@

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

## [v7.1.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.0.1...v7.1.0)

### Enhancements

* feat(FilePicker): Improve pick and navigation logic to match user expectation by @artonge in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2033

### Fixed

* fix: compress translations in assets by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2044

### Changes

* Updates for project Nextcloud dialogs library by @transifex-integration[bot] in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2045
* chore(deps): Update browserslist by @artonge in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2047

## [v7.0.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.0.0...v7.0.1)
### Fixed
* fix: export `showConfirmation` method [\#2029](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2029) \([susnux](https://github.com/susnux)\)
Expand Down Expand Up @@ -71,7 +86,7 @@ For Vue 3 apps nothing changed, meaning the app and this library will share the
* refactor: adjust code to comply with code style (again) [\#1774](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1774) \([susnux](https://github.com/susnux)\)
* chore!: remove `spawnDialog` in favor of version from `@nextcloud/vue` [\#1783](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1783) \([susnux](https://github.com/susnux)\)
* refactor: do not use Node internals but @nextcloud/paths package [\#1752](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1752) \([susnux](https://github.com/susnux)\)
* Updates for project Nextcloud dialogs library by @transifex-integration[bot]
* Updates for project Nextcloud dialogs library by @transifex-integration[bot]
* chore(deps): @nextcloud family + various upgrades [\#1905](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1905) \([skjnldsv](https://github.com/skjnldsv)\)
* chore: fix node version for dependabot [\#1960](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1960) \([susnux](https://github.com/susnux)\)
* chore(dialogs)!: remove deprecated `setHTML` method [\#1985](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1985) \([susnux](https://github.com/susnux)\)
Expand Down
56 changes: 35 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "7.0.1",
"version": "7.1.0",
"description": "Nextcloud dialog helpers",
"keywords": [
"nextcloud"
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@mdi/svg": "^7.4.47",
"@nextcloud/browserslist-config": "^3.1.0",
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/stylelint-config": "^3.1.1",
Expand Down