Releases: mendix/web-widgets
Release list
Image Cropper v1.0.0
Added
- Initial release of Image cropper widget.
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)
Document Viewer v1.2.1
Changed
- We changed the internal structure of the widget
Fixed
- We fixed an issue where checkmarks and other special characters in PDFs were not displayed correctly.
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.