Skip to content

Releases: mendix/web-widgets

File Uploader v2.5.0

Choose a tag to compare

@uicontent uicontent released this 29 Jun 11:01

[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

Choose a tag to compare

@uicontent uicontent released this 03 Jul 07:57

Fixed

  • We fixed an issue with Data Widgets not working in Dojo client in some cases.

HTML Element v1.2.9

Choose a tag to compare

@uicontent uicontent released this 24 Jun 09:01

Security

  • Updated dompurify library to version 3.4.11 to incorporate latest security fixes.

Signature v2.0.0

Choose a tag to compare

@uicontent uicontent released this 24 Jun 08:16

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.Signature to com.mendix.widget.web.signature.Signature

  • Widget MPK renamed - From Signature.mpk to com.mendix.widget.web.Signature.mpk. This allows the old and new versions to coexist during migration. The old Signature.mpk needs to be removed from your project's widget folder manually once migration is complete

  • Widget category changed - From Add-ons to Input elements.

Added

  • Added custom filename support via fileName property (textTemplate)

  • Added onSignEndAction event 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

Choose a tag to compare

@uicontent uicontent released this 22 Jun 12:26

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.

Pop-up Menu v4.3.0

Choose a tag to compare

@uicontent uicontent released this 19 Jun 09:40

Fixed

  • We fixed an issue where the "Close on" option for the Hover trigger was not working. The menu will now correctly stay open until you click outside when "Click outside" is selected, or close when you hover away when "Hover leave" is selected.

  • We fixed an issue where nested popup menus (a popup menu inside another popup menu's content) would close unexpectedly when hovering between parent and child menus.

Data Widgets v3.11.1

Choose a tag to compare

@uicontent uicontent released this 18 Jun 14:46

[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

Choose a tag to compare

@uicontent uicontent released this 18 Jun 13:36

Security

  • Updated dompurify library to version 3.4.10 to incorporate latest security fixes.

Slider v3.0.3

Choose a tag to compare

@uicontent uicontent released this 17 Jun 14:59

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

Choose a tag to compare

@uicontent uicontent released this 17 Jun 15:05

Fixed

  • Mark labels and numeric tooltips now respect the configured decimalPlaces and 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.