Skip to content

Commit acc672c

Browse files
committed
chore: prepare release of v6.2.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent a407583 commit acc672c

File tree

4 files changed

+71
-11
lines changed

4 files changed

+71
-11
lines changed

.github/release.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2+
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
3+
# SPDX-License-Identifier: CC0-1.0
4+
changelog:
5+
exclude:
6+
authors:
7+
- dependabot
8+
- dependabot[bot]
9+
- nextcloud-bot
10+
- nextcloud-command
11+
labels:
12+
- automated
13+
- dependencies
14+
- duplicate
15+
- invalid
16+
- l10n
17+
- question
18+
- wontfix
19+
20+
categories:
21+
- title: 🔐 Security
22+
labels:
23+
- security
24+
- title: 💥 Breaking Changes
25+
labels:
26+
- breaking
27+
- title: 🚀 Enhancements
28+
labels:
29+
- enhancement
30+
- title: 🐛 Fixed bugs
31+
labels:
32+
- bug
33+
- title: Other Changes
34+
labels:
35+
- "*"

CHANGELOG.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
## UNRELEASED
9+
## [v6.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.1...v6.2.0)
1010
### Notes
1111

1212
The export of the file picker Vue component is deprecated and will be removed in the next version.
@@ -16,11 +16,36 @@ The `Dialog.hide` method is deprecated.
1616
Instead only user interaction should close dialogs,
1717
for this use the promise returned by `Dialog.show` which will resolve if the user answered the dialog and rejected if the user aborted (closed) the dialog.
1818

19+
### Added
20+
* feat: allow picking files using the Nextcloud Nodes API [\#1730](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1730) \([susnux](https://github.com/susnux)\)
21+
22+
### Fixed
23+
* fix(file-picker): align folder design with Nextcloud files app [\#1733](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1733) \([susnux](https://github.com/susnux)\)
24+
* fix: the nc-vue dialogs function module is called `dialog` not `dialogs` [\#1732](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1732) \([susnux](https://github.com/susnux)\)
25+
* perf: do not pre-load folder mime icon [\#1734](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1734) \([susnux](https://github.com/susnux)\)
26+
27+
### Changed
28+
* docs: Update README.md [\#1627](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1627) \([susnux](https://github.com/susnux)\)
29+
* chore: update workflows [\#1609](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1609) \([susnux](https://github.com/susnux)\)
30+
* chore: simplify vitest config and fix some build issues [\#1606](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1606) \([susnux](https://github.com/susnux)\)
31+
* chore: supported branches [\#1608](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1608) \([susnux](https://github.com/susnux)\)
32+
* chore: prepare for vue3 migration [\#1681](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1681) \([ShGKme](https://github.com/ShGKme)\)
33+
* chore: deprecate export of filepicker Vue component [\#1728](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1728) \([susnux](https://github.com/susnux)\)
34+
* chore: Nextcloud 28 is EOL so is nextcloud-dialogs v5 [\#1729](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1729) \([susnux](https://github.com/susnux)\)
35+
* chore: deprecate `Dialog.hide` [\#1731](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1731) \([susnux](https://github.com/susnux)\)
36+
* chore(deps): Bump axios to 1.8.2
37+
* chore(deps): Bump webdav to 5.8.0
38+
* chore(deps): Bump dompurify to 3.2.4
39+
* chore(deps): Bump `@nextcloud/event-bus` to 3.3.2
40+
* chore(deps): Bump `@nextcloud/files` to 3.10.2
41+
* chore(deps): Bump `@nextcloud/l10n` to 3.2.0
42+
* chore(deps): Bump `@vueuse/core` to 11.3.0
43+
1944
## 6.1.1
2045
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.0...v6.1.1)
2146

2247
## Fixed
23-
* fix(toast): loading svg by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1559
48+
* fix(toast): loading svg [\#1559](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1559) \([skjnldsv](https://github.com/skjnldsv)\)
2449
* fixed css output file via @nextcloud/vite-config update
2550

2651
## Changed
@@ -36,11 +61,11 @@ for this use the promise returned by `Dialog.show` which will resolve if the use
3661
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.1...v6.1.0)
3762

3863
### Enhancements
39-
* feat(toast): add loading toast by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1554
40-
* feat(files): Add encrypted icon for end-to-end encrypted folder by @JuliaKirschenheuter in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1545
64+
* feat(toast): add loading toast [\#1554](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1554) \([skjnldsv](https://github.com/skjnldsv)\)
65+
* feat(files): Add encrypted icon for end-to-end encrypted folder [\#1545](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1545) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
4166

4267
### Fixed
43-
* Fix npm audit by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1502
68+
* Fix npm audit [\#1502](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1502) \([nextcloud-command](https://github.com/nextcloud-command)\)
4469

4570
### Changed
4671
* Updated translations
@@ -50,8 +75,8 @@ for this use the promise returned by `Dialog.show` which will resolve if the use
5075
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.0...v6.0.1)
5176

5277
### Fixed
53-
* fix: Mention supported versions in README by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1422
54-
* fix: Rate-limit image previews by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1478
78+
* fix: Mention supported versions in README [\#1422](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1422) \([susnux](https://github.com/susnux)\)
79+
* fix: Rate-limit image previews [\#1478](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1478) \([susnux](https://github.com/susnux)\)
5580

5681
### Changed
5782
* Updated translations
@@ -177,7 +202,7 @@ Technically this is the same as v5.3.5, but v5.3.3 was a breaking change as it d
177202
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.1.2...v5.2.0)
178203

179204
### Enhancements
180-
* feat: allow to disable file picker navigation by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1261
205+
* feat: allow to disable file picker navigation [\#1261](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1261) \([skjnldsv](https://github.com/skjnldsv)\)
181206

182207
### Fixed bug
183208
* fix(FilePicker): Adjust margin of view-selector to be consistent with filter input

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": "6.1.1",
3+
"version": "6.2.0",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)