Skip to content

Commit

Permalink
chore: Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Sep 5, 2023
1 parent 193f47e commit 398abd8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## v4.2.0-beta.5 (2023-09-05)
### :rocket: Enhancement
* FilePickerBuilder: Allow to add custom buttons and use shipped picker by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/896
* FilePicker: Ensure only the file table is scrolled by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/899
* feat!(FilePicker): Modernize `FilePickerBuilder` to directly make use of the Vue based file picker by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/904
* Add empty content when there are no files by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/930
* feat(FilePicker): Always show file extension as a trailing text part by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/931
* feat: Add icons for filepicker and allow reactive button based on current path and selection by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/938
* feat(FilePickerBuilder): Allow to configure the dialog container element by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/950

### :bug: Fixed bugs
* fix(FilePicker): Adjust filepicker breadcrumbs button for design review by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/892
* fix(FilePicker): Request `oc:size` property for showing the file size by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/893
* fix(FilePicker): Fix exported typings and cleanup file picker files by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/903
* fix(FilePicker): The table height should be max. 100% by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/921
* fix(FilePickerBuilder): Revert API change on `pick()` by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/925
* fix: Add missing defaults to DialogButton by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/927
* fix(FilePicker): Ensure focus-visible outline is visible for all focusable elements by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/935
* fix: The file list should be showed when files are loading by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/937
* fix(FilePicker): Do not show checkboxes on single select mode by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/929
* fix: Make file list only sortable by one property at the time by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/949
* fix(FilePicker): Fix selecting rows using the keyboard by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/934
* 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
* fix(FilePickerBuilder): Fix paths returned in Promise by `pick` method by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/963
* fix(FilePicker): Only show checkbox skeletons if multiselect was enabled by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/969
* fix(NcDialog): Make the heading always center aligned on top by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/965
* Fix styling issues and make the FilePicker height fixed by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/971

## 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

0 comments on commit 398abd8

Please sign in to comment.