Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 4.2.0 release #999

Merged
merged 2 commits into from
Sep 14, 2023
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [v4.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.0) (2023-09-13)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.0-beta.5...v4.2.0)

### :bug: Fixed bugs

- \[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))
- \[stable4\] fix: breadcrumbs grow [\#996](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/996) ([susnux](https://github.com/susnux))
- \[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))
- \[stable4\] Fix table alignment [\#994](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/994) ([susnux](https://github.com/susnux))
- \[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))

## v4.2.0-beta.5 (2023-09-05)
### :bug: Fixed bugs
* [stable4] fix(FilePicker): Fix legacy entry point buttons when bundling with webpack by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/945
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "4.2.0-beta.5",
"version": "4.2.0",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^7.12.2",
"@types/toastify-js": "^1.12.0",
"@vueuse/core": "^10.3.0",
"@nextcloud/vue": "^7.12.4",
"@types/toastify-js": "^1.12.1",
"@vueuse/core": "^10.4.1",
"toastify-js": "^1.12.0",
"vue-frag": "^1.4.3",
"vue-material-design-icons": "^5.2.0",
Expand All @@ -76,7 +76,7 @@
"@zamiell/typedoc-plugin-not-exported": "^0.2.0",
"gettext-extractor": "^3.8.0",
"gettext-parser": "^7.0.1",
"happy-dom": "^10.10.4",
"happy-dom": "^11.0.6",
"sass": "^1.66.1",
"tslib": "^2.6.2",
"typedoc": "^0.24.8",
Expand Down
Loading