Skip to content

Commit 57e626b

Browse files
authored
Merge pull request #1999 from nextcloud-libraries/chore/release-v7
chore: prepare stable v7 release
2 parents 3eb98de + 5ae4146 commit 57e626b

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ For Vue 3 apps nothing changed, meaning the app and this library will share the
4242

4343
### Added
4444
* feat: add guest auth prompt [\#1760](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1760) \([backportbot](https://github.com/backportbot)\)
45+
* feat(ConflictPicker): move conflict picker dialog from `@nextcloud/upload` [\#1971](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1971) \([susnux](https://github.com/susnux)\)
46+
* feat(dialogs): allow to quickly show a dialog [\#1986](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1986) \([susnux](https://github.com/susnux)\)
4547

4648
### Fixed
4749
* fix(FilePickerBuilder): correctly return array / plain value depending on multiselect [\#1775](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1775) \([susnux](https://github.com/susnux)\)
@@ -51,6 +53,7 @@ For Vue 3 apps nothing changed, meaning the app and this library will share the
5153
* style(toast): adjust colors for Nextcloud 32 [\#1912](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1912) \([Antreesy](https://github.com/Antreesy)\)
5254
* fix(guestName): limit length to 64 characters [\#1915](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1915) \([max-nextcloud](https://github.com/max-nextcloud)\)
5355
* fix(FilePicker): make move primary and copy secondary [\#1933](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1933) \([susnux](https://github.com/susnux)\)
56+
* fix: allow dismiss the undo toast [\#1944](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1944) \([luka-nextcloud](https://github.com/luka-nextcloud)\)
5457

5558
### Changed
5659
* chore: update to ESLint v9 and apply new rules [\#1753](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1753) \([susnux](https://github.com/susnux)\)
@@ -62,6 +65,8 @@ For Vue 3 apps nothing changed, meaning the app and this library will share the
6265
* 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)\)
6366
* Updates for project Nextcloud dialogs library by @transifex-integration[bot]
6467
* chore(deps): @nextcloud family + various upgrades [\#1905](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1905) \([skjnldsv](https://github.com/skjnldsv)\)
68+
* chore: fix node version for dependabot [\#1960](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1960) \([susnux](https://github.com/susnux)\)
69+
* chore(dialogs)!: remove deprecated `setHTML` method [\#1985](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1985) \([susnux](https://github.com/susnux)\)
6570

6671
## [v6.3.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.1...v6.3.2)
6772
### 🐛 Fixed bugs

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ npm i -S @nextcloud/dialogs
1515
```
1616

1717
### Version compatibility
18-
Since version 4.2 this package provides a Vue.js based file picker, so this package depends on `@nextcloud/vue`.
19-
So to not introduce style collisions stick with the supported versions:
2018

2119
| `@nextcloud/dialogs` | maintained | `@nextcloud/vue` dependency | Nextcloud server version |
2220
|----------------------|------------|-----------------------------|----------------------------|
23-
| 7.x || 9.x (Vue 3)¹ | Nextcloud 30 and newer |
24-
| 6.x || 8.x | Nextcloud 29 and newer |
21+
| 7.x || 9.x (Vue 3)¹ | Nextcloud 31 and newer |
22+
| 6.x || 8.x | Nextcloud 29, 30, 31, 32 |
2523
| 5.x || 8.x | Nextcloud 28, 29, 30 |
26-
| 4.2+ || 7.12 | Nextcloud 25, 26, 27, 27.1 |
27-
| 4.1 || *any* | *any* |
24+
| 4.2+ || 7.12² | Nextcloud 25, 26, 27, 27.1 |
25+
| 4.1 || *any* | *any up to Nextcloud 30* |
2826

2927
¹: In version 7.x the `@nextcloud/vue` dependency is moved to `dependencies` so you can also use this library
3028
with an old version of `@nextcloud/vue` in your app dependencies if your app still uses Vue 2.
31-
Note that this might increase the bundled app size.
29+
Note that this might increase the bundled app size.
3230
If your app also already uses `@nextcloud/vue` version 9.x and Vue 3 then the bundle size will not increase.
3331

32+
²: Since version 4.2 this package provides a Vue.js based file picker, so this package depends on `@nextcloud/vue`.
33+
3434
## Usage
3535

3636
### General

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "7.0.0-rc.3",
3+
"version": "7.0.0",
44
"description": "Nextcloud dialog helpers",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)