Skip to content

Commit 4d0aacc

Browse files
committed
chore(@mendix/file-uploader): update changelog
1 parent 554d7ef commit 4d0aacc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

packages/modules/file-uploader/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.3.0] FileUploader - 2025-08-15
10+
11+
### [2.3.0] FileUploader
12+
13+
#### Fixed
14+
15+
- We improved the file extension validation to allow special characters like dashes and plus signs (e.g., '.tar-gz', '.c++').
16+
17+
- We clarified error messages for invalid file extensions to better explain the expected format.
18+
19+
- We fixed an issue where file uploader can still add more files when refreshed eventhough the number of maximum uploaded files has been reached.
20+
21+
#### Changed
22+
23+
- We change the max file configuration to set maximum number of uploaded files through expression.
24+
925
## [2.2.2] FileUploader - 2025-07-01
1026

1127
### [2.2.2] FileUploader

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.3.0] - 2025-08-15
10+
911
### Fixed
1012

1113
- We improved the file extension validation to allow special characters like dashes and plus signs (e.g., '.tar-gz', '.c++').

0 commit comments

Comments
 (0)