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

5.0.0-beta.2 #941

Merged
merged 1 commit into from
Aug 24, 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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## v5.0.0-beta.2

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.1...v5.0.0-beta.2)

### :rocket: Enhancement
- feat: Add icons for filepicker and allow reactive button based on current path and selection [\#938](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/938) ([susnux](https://github.com/susnux))
- feat\(FilePicker\): Always show file extension as a trailing text part [\#931](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/931) ([susnux](https://github.com/susnux))
- Add empty content when there are no files [\#930](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/930) ([susnux](https://github.com/susnux))

### :bug: Fixed bugs
- fix: The file list should be showed when files are loading [\#937](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/937) ([susnux](https://github.com/susnux))
- fix\(FilePicker\): Ensure focus-visible outline is visible for all focusable elements [\#935](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/935) ([susnux](https://github.com/susnux))
- fix\(FilePicker\): Do not show checkboxes on single select mode [\#929](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/929) ([susnux](https://github.com/susnux))
- fix: Add missing defaults to DialogButton [\#927](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/927) ([susnux](https://github.com/susnux))
- fix\(FilePickerBuilder\): Revert API change on `pick()` [\#925](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/925) ([susnux](https://github.com/susnux))
- fix\(FilePicker\): The table height should be max. 100% [\#921](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/921) ([susnux](https://github.com/susnux))

### Changed
- Update `@nextcloud/files` and add unit tests [\#917](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/917) ([susnux](https://github.com/susnux))

## v5.0.0-beta.1 (2023-08-18)

### :boom: Breaking
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": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down