Skip to content

Commit bfbaca4

Browse files
authored
Merge pull request #1642 from nextcloud-libraries/release/1.9.0
2 parents 00bc4cb + 6cc9429 commit bfbaca4

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44
-->
55
# Changelog
66

7+
## [v1.9.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.9.0) \(2025-03-04\)
8+
9+
### Added
10+
* feat: add assembling status to UploadPicker by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1530
11+
* feat(UploadPicker): Allow to set color to primary by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1606
12+
* feat(uploader): add ETA implementation with upload speed information by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1627
13+
14+
### Fixed
15+
* fix: fix eslint scripts by @Koc in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1518
16+
* fix: include non conflicting files for upload by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1615
17+
* fix(conflictpicker): force background on sticky header by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1635
18+
* fix(uploader): Correctly (re)set progress on upload by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1603
19+
* fix(uploader): properly propagate upload cancelled status by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1617
20+
21+
### Changed
22+
* Updated translations
23+
* Updated development dependencies
24+
* chore(deps): bump @nextcloud/dialogs from 6.0.1 to 6.1.1
25+
* chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2
26+
* chore(deps): bump @nextcloud/l10n from 3.1.0 to 3.2.0
27+
* chore(deps): bump axios from 1.7.9 to 1.8.1
28+
* chore(deps): bump dompurify from 3.1.6 to 3.2.4
29+
* chore(deps): bump elliptic from 6.6.0 to 6.6.1
30+
* chore(deps): bump p-queue from 8.0.1 to 8.1.0
31+
* test: adjust config for vitest v3 and await expect by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1600
32+
* test: silence console output when testing logger by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1602
33+
734
## [v1.8.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.8.0) \(2025-01-20\)
835

936
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/upload",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Nextcloud file upload client",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)