Skip to content

Commit 7d9d29e

Browse files
authored
Merge pull request #999 from nextcloud-libraries/chore/release-4-2-0
Prepare 4.2.0 release
2 parents afbedec + 9f62a94 commit 7d9d29e

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [v4.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.0) (2023-09-13)
6+
7+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.0-beta.5...v4.2.0)
8+
9+
### :bug: Fixed bugs
10+
11+
- \[stable4\] fix\(FilePicker\): Ensure file list header is shown on top of scrolled content rows [\#998](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/998) ([susnux](https://github.com/susnux))
12+
- \[stable4\] fix: breadcrumbs grow [\#996](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/996) ([susnux](https://github.com/susnux))
13+
- \[stable4\] fix\(Dialog\): Make the dialog flex column to show headline on top of content [\#995](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/995) ([susnux](https://github.com/susnux))
14+
- \[stable4\] Fix table alignment [\#994](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/994) ([susnux](https://github.com/susnux))
15+
- \[stable4\] Revert "fix: Patch `webdav` dependency for invalid `exports` field un… [\#985](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/985) ([skjnldsv](https://github.com/skjnldsv))
16+
517
## v4.2.0-beta.5 (2023-09-05)
618
### :bug: Fixed bugs
719
* [stable4] fix(FilePicker): Fix legacy entry point buttons when bundling with webpack by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/945

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "4.2.0-beta.5",
3+
"version": "4.2.0",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",
@@ -59,9 +59,9 @@
5959
"@nextcloud/l10n": "^2.2.0",
6060
"@nextcloud/router": "^2.1.2",
6161
"@nextcloud/typings": "^1.7.0",
62-
"@nextcloud/vue": "^7.12.2",
63-
"@types/toastify-js": "^1.12.0",
64-
"@vueuse/core": "^10.3.0",
62+
"@nextcloud/vue": "^7.12.4",
63+
"@types/toastify-js": "^1.12.1",
64+
"@vueuse/core": "^10.4.1",
6565
"toastify-js": "^1.12.0",
6666
"vue-frag": "^1.4.3",
6767
"vue-material-design-icons": "^5.2.0",
@@ -76,7 +76,7 @@
7676
"@zamiell/typedoc-plugin-not-exported": "^0.2.0",
7777
"gettext-extractor": "^3.8.0",
7878
"gettext-parser": "^7.0.1",
79-
"happy-dom": "^10.10.4",
79+
"happy-dom": "^11.0.6",
8080
"sass": "^1.66.1",
8181
"tslib": "^2.6.2",
8282
"typedoc": "^0.24.8",

0 commit comments

Comments
 (0)