Skip to content

Commit 4af64eb

Browse files
authored
File Uploader v2.4.0: Update changelog (#2007)
2 parents 2cfcd33 + 11c2a57 commit 4af64eb

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

packages/modules/file-uploader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.4.0] FileUploader - 2025-12-10
10+
11+
### [2.4.0] FileUploader
12+
13+
#### Added
14+
15+
- We added configuration options to execute actions after both successful and unsuccessful file uploads.
16+
917
## [2.3.0] FileUploader - 2025-08-15
1018

1119
### [2.3.0] FileUploader

packages/modules/file-uploader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/file-uploader",
33
"moduleName": "File Uploader module",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,

packages/pluggableWidgets/file-uploader-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.4.0] - 2025-12-10
10+
911
### Added
1012

1113
- We added configuration options to execute actions after both successful and unsuccessful file uploads.

0 commit comments

Comments
 (0)