Skip to content

Commit edcffaf

Browse files
authored
Merge pull request #1322 from nextcloud-libraries/chore/1.4.3
2 parents fbea1f8 + a9f6e12 commit edcffaf

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44
-->
55
# Changelog
66

7+
## [v1.4.3](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.3) \(2024-08-07\)
8+
### Fixed
9+
* fix: Always request current content when triggering a menu entry by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1313
10+
* fix: Remove outdated languages that are blocking the real translations by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1282
11+
* fix(UploadPicker): Do not hardcode the height but use the CSS variable by @susnux in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1309
12+
13+
## What's Changed
14+
* chore: Bump @nextcloud/files from 3.5.1 to 3.7.0 by @dependabot
15+
* chore: Bump @nextcloud/paths from 2.1.0 to 2.2.1 by @dependabot
16+
* chore: Bump @nextcloud/sharing from 0.2.2 to 0.2.3 by @dependabot
17+
* chore: Bump @types/node from 20.14.10 to 22.1.0 by @dependabot
18+
* chore: Bump @vitest/coverage-v8 from 2.0.2 to 2.0.5 by @dependabot
19+
* chore: Bump axios from 1.7.2 to 1.7.3 by @dependabot
20+
* chore: Bump axios-retry from 4.4.1 to 4.5.0 by @dependabot
21+
* chore: Bump blob-polyfill from 7.0.20220408 to 8.0.20240630 by @dependabot
22+
* chore: Bump cypress from 13.13.0 to 3.13.2 by @dependabot
23+
* chore: Bump cypress-io/github-action from 6.7.1 to 6.7.2 by @dependabot
24+
* chore: Bump fast-xml-parser from 4.3.2 to 4.4.1 by @dependabot
25+
* chore: Bump jsdom from 24.1.0 to 24.1.1 by @dependabot
26+
* chore: Bump typedoc from 0.26.4 to 0.26.5 by @dependabot
27+
* chore: Bump typescript from 5.4.5 to 5.5.4 by @dependabot
28+
* chore: Bump vite from 5.3.3 to 5.3.5 by @dependabot
29+
* chore: Bump webdav from 5.6.0 to 5.7.1 by @dependabot
30+
* chore: monitor bundle size with codecov by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1290
31+
* feat: add cypress selectors for new menu entries by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1289
32+
* Translations updates
33+
34+
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.4.2...v1.4.3
35+
736
## [v1.4.2](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.2) \(2024-07-11\)
837
### Fixed
938
* fix(uploader): increase max concurrency to 5 [\#1256](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1256) \([skjnldsv](https://github.com/skjnldsv)\)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/upload",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Nextcloud file upload client",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)