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

chore: Prepare 4.2.0-beta.4 #944

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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## 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))
- Always show file extension as a trailing text part [\#933](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/933) ([@susnux](https://github.com/susnux))
- Show empty content when there are no files in folder [\#932](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/932) ([@susnux](https://github.com/susnux))

### :bug: Fixed bugs
- Fix properties of the new button in the breadcrumbs [\#928](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/928) ([@susnux](https://github.com/susnux))
- Ensure focus-visible outline is visible for all focusable elements [\#936](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/936) ([@susnux](https://github.com/susnux))
- The table height should be max. 100% [\#922](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/922) ([@susnux](https://github.com/susnux))
- Fix exported typings and cleanup file picker files [\#907](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/907) ([@susnux](https://github.com/susnux))
- Fix typedoc generation and improve documentation of exported member [\#909](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/909) ([@susnux](https://github.com/susnux))

## v4.2.0-beta.3 (2023-08-16)
### :rocket: Enhancement
- Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder [\#898](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/898) ([@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.3",
"version": "4.2.0-beta.4",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
Loading