You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/modules/file-uploader/CHANGELOG.md
+18-10
Original file line number
Diff line number
Diff line change
@@ -6,52 +6,60 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
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
+
9
17
## [2.0.0] FileUploader - 2025-03-14
10
18
11
19
### Changed
12
20
13
-
-Bump the minimum supported version to 10.15.
21
+
- Bump the minimum supported version to 10.15.
14
22
15
23
### [2.0.0] FileUploader
16
24
17
25
#### Added
18
26
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.
20
28
21
29
## [1.0.3] FileUploader - 2025-02-28
22
30
23
31
### [1.0.3] FileUploader
24
32
25
33
#### Fixed
26
34
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.
28
36
29
37
## [1.0.2] FileUploader - 2025-02-14
30
38
31
39
### Added
32
40
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.
34
42
35
43
### [1.0.2] FileUploader
36
44
37
45
#### Fixed
38
46
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.
40
48
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.
42
50
43
51
#### Added
44
52
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.
46
54
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.
48
56
49
-
-We added a setting to enable read-only mode.
57
+
- We added a setting to enable read-only mode.
50
58
51
59
## [1.0.1] FileUploader - 2025-12-19
52
60
53
61
### [1.0.1] FileUploader
54
62
55
63
#### Added
56
64
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.
0 commit comments