Skip to content
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-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
* [stable4] Make file list only sortable by one property at the time by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/951
* [stable4] Fix FilePicker keyboard handling by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/954
* [stable4] fix: Make eslint happy by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/955
* [stable4] Center heading of dialog by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/967
* [stable4] fix(FilePicker): Only show checkbox skeletons if multiselect was enabled by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/970
* [stable4] Fix styling issues and make the FilePicker height fixed by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/972
* [stable4] fix(FilePicker): Reset selected files if the current directory is change by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/968
* [stable4] fix(l10n): Extract translations also from vue SFC template attributes by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/966

## v4.2.0-beta.4 (2023-08-24)
### :rocket: Enhancement
- Add icons for filepicker and allow reactive button based on current path and selection [\#942](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/942) ([@susnux](https://github.com/susnux))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "4.2.0-beta.4",
"version": "4.2.0-beta.5",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down