Releases: mendix/web-widgets
Release list
File Uploader v2.5.0
[2.5.0] FileUploader
Fixed
-
We fixed an issue where validation errors could not be dismissed and persisted after uploading a valid file.
-
We fixed an issue where the dropzone turned grey without explanation when the file limit was reached. A message now appears on the dropzone stating "Maximum file count of X reached."
-
We fixed an issue where dropping more files than allowed rejected the entire batch. Only the excess files are now rejected; the rest upload normally.
-
We fixed an issue where files rejected due to the total file limit had no way to recover. They now show a retry button that becomes enabled when capacity is available.
Added
-
We added a new "Maximum concurrent uploads" property to control how many files upload simultaneously. Files beyond this limit wait in a queue and upload automatically as slots free up.
-
We added a new "File limit reached" text property to customize the message shown when the upload limit is reached.
-
We added a new "Upload queued" text property to customize the message shown on files that are waiting to upload.
-
We added a new "Retry button" text property to customize the tooltip on the retry button shown on rejected files.
Changed
-
The "Maximum number of files" property is now optional. Leaving it empty or setting it to 0 means unlimited files are allowed. The default remains 10.
-
Files now upload in a queue rather than being marked as errors when too many are dropped at once. Queued files show a "Waiting..." state while they wait for a concurrent slot.
-
Files in the list are now ordered with successful uploads above rejected files.
Data Widgets v3.11.2
Fixed
- We fixed an issue with Data Widgets not working in Dojo client in some cases.
HTML Element v1.2.9
Security
- Updated dompurify library to version 3.4.11 to incorporate latest security fixes.
Signature v2.0.0
Breaking changes
-
Complete rewrite using Pluggable Widget API - Migrated from Custom Widget (v1.x) to Pluggable Widget architecture
-
Minimum Mendix version increased - Now requires Mendix 11.8.0 or higher (previously 7.13.1)
-
No backward compatibility - Existing implementations using v1.x must be reconfigured
-
Widget ID changed - From
com.mendix.widget.custom.signature.Signaturetocom.mendix.widget.web.signature.Signature -
Widget MPK renamed - From
Signature.mpktocom.mendix.widget.web.Signature.mpk. This allows the old and new versions to coexist during migration. The oldSignature.mpkneeds to be removed from your project's widget folder manually once migration is complete -
Widget category changed - From
Add-onstoInput elements.
Added
-
Added custom filename support via
fileNameproperty (textTemplate) -
Added
onSignEndActionevent that triggers after each stroke with signature image URI parameter -
Added enhanced dimension controls (min/max height, viewport units, overflow options)
Color Picker v2.1.7
Fixed
- We fixed an issue where the color picker would enter a stuck drag mode when placed inside a popup page, causing the color to keep changing on mouse move without holding the mouse button.
Data Widgets v3.11.1
[3.11.1] Datagrid
Fixed
-
We fixed an issue where a Progress Bar widget placed as Custom Content inside a Data Grid would not display correctly due to a CSS class name conflict.
-
We fixed an issue where "is empty" and "is not empty" string filters were not working correctly in some cases.
HTML Element v1.2.8
Security
- Updated dompurify library to version 3.4.10 to incorporate latest security fixes.
Slider v3.0.3
Fixed
- We fixed mark labels and tooltip values not respecting the decimal places and locale settings configured on the value attribute. Numbers now display with the correct decimal separator, digit grouping, and number of decimal places.
Range Slider v3.0.2
Fixed
- Mark labels and numeric tooltips now respect the configured
decimalPlacesand the user's session locale (decimal separator and thousands grouping). Previously, marks and tooltips rendered raw numbers via.toString(), ignoring locale and decimal precision settings.