Skip to content

Commit f15d66d

Browse files
authored
Merge pull request #1071 from nextcloud-libraries/prepare-release
chore: Prepare 5.0.0-beta.6 release
2 parents a29bb7f + dab88c7 commit f15d66d

File tree

3 files changed

+66
-24
lines changed

3 files changed

+66
-24
lines changed

CHANGELOG.md

Lines changed: 63 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,90 @@
22

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

5+
## [v5.0.0-beta.6](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0-beta.6) (2023-10-17)
6+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.5...v5.0.0-beta.6)
7+
8+
### :boom: Breaking changes
9+
The FilePicker Vue component is no longer exported in the main entry point.
10+
Instead it is exported in a filepicker entrypoint, and the FilePicker builder is also now loading it async. This ensures that if a user does not use the filepicker, it gets treeshaken.
11+
12+
### :rocket: Enhancement
13+
* Get files app config and use it for the file picker [\#973](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/973) ([@susnux](https://github.com/susnux))
14+
15+
### :bug: Fixed bugs
16+
* fix(i18n): Fix spelling of MIME [\#1041](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1041) ([@rakekniven](https://github.com/rakekniven))
17+
* fix: Swap sort icons [\#1058](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1058) ([@Pytal](https://github.com/Pytal))
18+
* fix(FilePicker): Make the validity strings more specific [\#1072](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1072) ([@susnux](https://github.com/susnux))
19+
* fix: Ensure the dialog name can be wrapped if needed [\#1074](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1074) ([@susnux](https://github.com/susnux))
20+
21+
### Changed
22+
* chore: Switch to v8 as code coverage provider, reduces the dependencies [\#1043](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1043) ([@susnux](https://github.com/susnux))
23+
* Combine vite and vitest config [\#1070](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1070) ([@susnux](https://github.com/susnux))
24+
* Remove non existing legacy entry point from package.json [\#1070](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1070) ([@susnux](https://github.com/susnux))
25+
26+
### :robot: Dependency updates
27+
* Updated translations
28+
* chore(deps): Bump postcss from 8.4.27 to 8.4.31 [\#1038](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1038)
29+
* chore(deps-dev): Bump sass from 1.68.0 to 1.69.0 [\#1048](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1048)
30+
* chore(deps-dev): Bump vite from 4.4.9 to 4.4.11 [\#1046](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1046)
31+
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.24 to 3.0.0-beta.25 [\#1047](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1047)
32+
* chore(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.19 to 1.0.1 [\#1049](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1049)
33+
* chore(deps): Bump @nextcloud/vue from 8.0.0-beta.7 to 8.0.0-beta.8 [\#1050](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1050)
34+
* chore(deps-dev): Bump happy-dom from 12.2.1 to 12.9.0 [\#1051](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1051)
35+
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.25 to 3.0.0-beta.26 [\#1061](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1061)
36+
* chore(deps): Bump @vueuse/core from 10.4.1 to 10.5.0 [\#1063](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1063)
37+
* chore(deps-dev): Bump typedoc from 0.25.1 to 0.25.2 [\#1062](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1062)
38+
* chore(deps-dev): Bump @mdi/svg from 7.2.96 to 7.3.67 [\#1065](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1065)
39+
* chore(deps-dev): Bump sass from 1.69.0 to 1.69.3 [\#1064](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1064)
40+
* chore(deps-dev): Bump happy-dom from 12.9.0 to 12.9.1 [\#1066](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1066)
41+
* chore(deps): Bump @babel/traverse from 7.23.0 to 7.23.2 [\#1069](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1069)
42+
43+
## New Contributors
44+
* [@rakekniven](https://github.com/rakekniven) made their first contribution in [\#1041](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1041)
45+
46+
547
## [v5.0.0-beta.5](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0-beta.5) (2023-10-03)
648

749
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.4...v5.0.0-beta.5)
850

951
### :bug: Fixed bugs
10-
* fix: breadcrumbs grow by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/987
11-
* Fix alignment of file list by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/993
12-
* fix(FilePicker): Use `search` function from `webdav` package instead of workaround by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/992
13-
* fix(FilePicker): Ensure file list header is shown on top of scrolled content rows by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/997
52+
* fix: breadcrumbs grow [\#987](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/987) ([skjnldsv](https://github.com/skjnldsv))
53+
* Fix alignment of file list [\#993](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/993) ([susnux](https://github.com/susnux))
54+
* fix(FilePicker): Use `search` function from `webdav` package instead of workaround [\#992](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/992) ([susnux](https://github.com/susnux))
55+
* fix(FilePicker): Ensure file list header is shown on top of scrolled content rows [\#997](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/997) ([susnux](https://github.com/susnux))
1456

1557
### :robot: Dependency updates
16-
* chore(deps): Bump @types/toastify-js from 1.12.0 to 1.12.1 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1002
17-
* chore(deps): Bump @nextcloud/vue from 8.0.0-beta.5 to 8.0.0-beta.6 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1004
18-
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.21 to 3.0.0-beta.22 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1013
19-
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.22 to 3.0.0-beta.24 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1021
20-
* chore(deps): Bump @nextcloud/vue from 8.0.0-beta.6 to 8.0.0-beta.7 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1022
21-
* chore: Bump @nextcloud/vue to v8-beta.7 by @Pytal in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1020
58+
* chore(deps): Bump @types/toastify-js from 1.12.0 to 1.12.1 [\#1002](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1002)
59+
* chore(deps): Bump @nextcloud/vue from 8.0.0-beta.5 to 8.0.0-beta.6 [\#1004](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1004)
60+
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.21 to 3.0.0-beta.22 [\#1013](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1013)
61+
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.22 to 3.0.0-beta.24 [\#1021](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1021)
62+
* chore(deps): Bump @nextcloud/vue from 8.0.0-beta.6 to 8.0.0-beta.7 [\#1022](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1022)
63+
* chore: Bump @nextcloud/vue to v8-beta.7 by @Pytal in [\#1020](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1020)
2264

2365
## v5.0.0-beta.4
2466
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.3...v5.0.0-beta.4)
2567

2668
### :bug: Fixed bugs
27-
* fix(FilePicker): Reset selected files if the current directory is changed by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/964
28-
* Revert "fix: Patch `webdav` dependency for invalid `exports` field un… by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/984
69+
* fix(FilePicker): Reset selected files if the current directory is changed [\#964](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/964) ([susnux](https://github.com/susnux))
70+
* Revert "fix: Patch `webdav` dependency for invalid `exports` field un… [\#984](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/984) ([skjnldsv](https://github.com/skjnldsv))
2971

3072
## v5.0.0-beta.3
3173
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.2...v5.0.0-beta.3)
3274

3375
### :bug: Fixed bugs
34-
* fix: Make file list only sortable by one property at the time by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/949
35-
* fix: styling issues and make the FilePicker height fixed by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/971
36-
* fix: Use core preview controller for loading file previews and fallback to MDI icons by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/962
37-
* fix(FilePicker): Fix selecting rows using the keyboard by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/934
38-
* fix(FilePicker): Only show checkbox skeletons if multiselect was enabled by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/969
39-
* fix(FilePickerBuilder): Fix paths returned in Promise by `pick` method by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/963
40-
* fix(NcDialog): Make the heading always center aligned on top by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/965
76+
* fix: Make file list only sortable by one property at the time [\#949](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/949) ([susnux](https://github.com/susnux))
77+
* fix: styling issues and make the FilePicker height fixed [\#971](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/971) ([susnux](https://github.com/susnux))
78+
* fix: Use core preview controller for loading file previews and fallback to MDI icons [\#962](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/962) ([susnux](https://github.com/susnux))
79+
* fix(FilePicker): Fix selecting rows using the keyboard [\#934](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/934) ([susnux](https://github.com/susnux))
80+
* fix(FilePicker): Only show checkbox skeletons if multiselect was enabled [\#969](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/969) ([susnux](https://github.com/susnux))
81+
* fix(FilePickerBuilder): Fix paths returned in Promise by `pick` method [\#963](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/963) ([susnux](https://github.com/susnux))
82+
* fix(NcDialog): Make the heading always center aligned on top [\#965](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/965) ([susnux](https://github.com/susnux)) ([susnux](https://github.com/susnux))
4183

4284
### :rocket: Enhancement
43-
* feat(FilePickerBuilder): Allow to configure the dialog container element by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/950
85+
* feat(FilePickerBuilder): Allow to configure the dialog container element [\#950](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/950) ([susnux](https://github.com/susnux))
4486

4587
### :robot: Dependency updates
46-
* chore: Update `@nextcloud/files` version by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/952
88+
* chore: Update `@nextcloud/files` version [\#952](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/952) ([susnux](https://github.com/susnux))
4789
* chore(deps): Bump @nextcloud/files from 3.0.0-beta.19 to 3.0.0-beta.21
4890
* chore(deps): Bump @nextcloud/vue from 8.0.0-beta.3 to 8.0.0-beta.5
4991
* chore(deps): Bump webdav from 5.2.3 to 5.3.0

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

0 commit comments

Comments
 (0)