Releases: mendix/web-widgets
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.
Pop-up Menu v4.3.0
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
[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.
Checkbox Radio Selection v1.1.2
Fixed
- We fixed an issue where checkboxes remained visible in read-only "Content only" mode. Now only selected items are displayed as text, consistent with radio button behavior.
Data Widgets v3.11.0
[3.11.0] Datagrid
Added
- We added a "Custom row key" property in the Advanced section to provide stable row identifiers when using view entities, preventing scroll position loss during data refresh.
Fixed
-
We fixed an issue where custom content columns ignored the export type setting, causing numbers and dates to always export as text in Excel.
-
We fixed an issue where exported date values included a hidden time component even when the format specified date-only parts.
-
We fixed an issue where boolean values were not exported as proper Excel boolean cells. Both attribute and custom content columns now export as native booleans (TRUE/FALSE) recognized by Excel.
-
We fixed an issue where numbers with more than 15 significant digits lost precision during Excel export. Such values are now exported as text to preserve all digits.
-
We fixed an issue where the vertical scrollbar disappeared after hiding a wide column while virtual scrolling was enabled.
-
We fixed an issue where only the first page loaded when the grid had enough columns to require horizontal scrolling.
[3.11.0] Gallery
Added
- We added a "Custom item key" property in the Advanced section to provide stable item identifiers when using view entities, preventing scroll position loss during data refresh.
[3.11.0] TreeNode
Added
- We added
Parent associationconfig to allow creating infinite level treenodes by using self reference association to itself. Fill this configuration with the association and Treenode will render as an infinite treenode.