File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed
Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments