Skip to content

Commit b3b4083

Browse files
committed
chore(@mendix/file-uploader): update changelog
1 parent 47f656f commit b3b4083

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

packages/modules/file-uploader/CHANGELOG.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,60 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.1.0] FileUploader - 2025-04-16
10+
11+
### [2.1.0] FileUploader
12+
13+
#### Changed
14+
15+
- We updated studio pro minimum version to 10.21 to support Mendix 11.
16+
917
## [2.0.0] FileUploader - 2025-03-14
1018

1119
### Changed
1220

13-
- Bump the minimum supported version to 10.15.
21+
- Bump the minimum supported version to 10.15.
1422

1523
### [2.0.0] FileUploader
1624

1725
#### Added
1826

19-
- We made "Action to create new files/images" preconfigured with corresponding nanoflows.
27+
- We made "Action to create new files/images" preconfigured with corresponding nanoflows.
2028

2129
## [1.0.3] FileUploader - 2025-02-28
2230

2331
### [1.0.3] FileUploader
2432

2533
#### Fixed
2634

27-
- We fixed an issue with long file names causing text to extend beyond the widget.
35+
- We fixed an issue with long file names causing text to extend beyond the widget.
2836

2937
## [1.0.2] FileUploader - 2025-02-14
3038

3139
### Added
3240

33-
- We added a module user role that have permissions to upload files and images.
41+
- We added a module user role that have permissions to upload files and images.
3442

3543
### [1.0.2] FileUploader
3644

3745
#### Fixed
3846

39-
- We fixed an issue where an error occurred when uploading multiple files on a newly created context object.
47+
- We fixed an issue where an error occurred when uploading multiple files on a newly created context object.
4048

41-
- We fixed an issue where, in image mode, users could upload unsupported image formats.
49+
- We fixed an issue where, in image mode, users could upload unsupported image formats.
4250

4351
#### Added
4452

45-
- We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.
53+
- We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.
4654

47-
- We added timeout functionality for the File/Image creation action. It will abort the file uploading process if an object is not created within a certain time.
55+
- We added timeout functionality for the File/Image creation action. It will abort the file uploading process if an object is not created within a certain time.
4856

49-
- We added a setting to enable read-only mode.
57+
- We added a setting to enable read-only mode.
5058

5159
## [1.0.1] FileUploader - 2025-12-19
5260

5361
### [1.0.1] FileUploader
5462

5563
#### Added
5664

57-
- The file uploader widget enables you to upload files by dragging and dropping them onto the widget or by using the file selection dialog.
65+
- The file uploader widget enables you to upload files by dragging and dropping them onto the widget or by using the file selection dialog.

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

+2
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.1.0] - 2025-04-16
10+
911
### Changed
1012

1113
- We updated studio pro minimum version to 10.21 to support Mendix 11.

0 commit comments

Comments
 (0)