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 @@ -6,6 +6,18 @@

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

## [v7.5.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.4.1...v7.5.0)
### Notes
This version include some reworked - and accessible - toast notifications.
Those new toast messages will be displayed on the bottom start of the page,
this is by design and not a bug.

### Added
* feat: toast timeout configuration [\#2539](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2539) \([kristian-zendato](https://github.com/kristian-zendato)\)
* feat: accessible toast and drop toastify [\#2324](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2324) \([skjnldsv](https://github.com/skjnldsv)\)
### Fixed
* Simplify the file conflict dialog [\#2540](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2540) \([jancborchardt](https://github.com/jancborchardt)\)

## [v7.4.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.4.0...v7.4.1)
### Fixed
* fix(filepicker): only add current folder if pickable \([\#2512](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2512)\)
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": "7.4.1",
"version": "7.5.0",
"description": "Nextcloud dialog helpers",
"keywords": [
"nextcloud"
Expand Down