Skip to content

Commit acffc8e

Browse files
committed
chore(@mendix/file-uploader): update changelog
1 parent 07ffbac commit acffc8e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

packages/modules/file-uploader/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.2] FileUploader - 2025-02-13
10+
911
### Added
1012

1113
- We added a module user role that have permissions to upload files and images.
1214

15+
### [1.0.2] FileUploader
16+
17+
#### Fixed
18+
19+
- We fixed an issue where an error occurred when uploading multiple files on a newly created context object.
20+
21+
- We fixed an issue where, in image mode, users could upload unsupported image formats.
22+
23+
#### Added
24+
25+
- We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.
26+
27+
- 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.
28+
29+
- We added a setting to enable read-only mode.
30+
1331
## [1.0.1] FileUploader - 2025-12-19
1432

1533
### [1.0.1] FileUploader

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

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

77
## [Unreleased]
88

9+
## [1.0.2] - 2025-02-13
10+
911
### Fixed
1012

1113
- We fixed an issue where an error occurred when uploading multiple files on a newly created context object.
14+
1215
- We fixed an issue where, in image mode, users could upload unsupported image formats.
1316

1417
### Added
1518

1619
- We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.
20+
1721
- 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.
22+
1823
- We added a setting to enable read-only mode.
1924

2025
## [1.0.1] - 2024-12-19

0 commit comments

Comments
 (0)