Releases: mendix/web-widgets
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.
Color Picker v2.1.6
Fixed
- We fixed an issue with On change action not triggering in some cases.
Charts v6.3.1
Changed
- We disabled code-mirror from playground widget for compatibility. Only basic editor is available now. Charts widget not affected. This might impact developer experience when using playground.
Data Widgets v3.10.0
Changed
- We changed some stylings hardcoded values to have a better support for css variables.
[3.10.0] DatagridDateFilter
Fixed
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
[3.10.0] DatagridDropdownFilter
Fixed
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
[3.10.0] DatagridNumberFilter
Fixed
-
We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
-
We fixed an issue where selecting Empty or Not empty could cause keyboard focus to jump away from the filter controls.
[3.10.0] DatagridTextFilter
Fixed
-
We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
-
We fixed an issue where selecting Empty or Not empty could cause keyboard focus to jump away from the filter controls.
Pop-up Menu v4.2.0
Added
- We added a "Close on" option for the Click trigger, letting you choose whether the menu closes when you click anywhere on the page or only when you click outside the menu.
Combo box v2.8.1
Fixed
- We fixed an issue where the combobox in database mode did not update its displayed value when the attribute was changed externally (e.g., via a popup combobox).
File Uploader v2.4.2
[2.4.2] FileUploader
Fixed
- We fixed an issue with Download button not working on Mendix 11.8.
Rich Text v4.12.0
Added
- We added new configuration to make link Url validation optional. This will allow user to put non-standard Url into the link format.
Fixed
-
We fixed an issue where the editor kept adding infinite empty lines at the end by limiting it to only 1 empty line.
-
We fixed an issue where lower alpha and lower roman list style converted into unordered list.
Changed
- We added
trimEndfunctionality to make character count on status bar correctly count characters without including new line and empty character.
HTML Element v1.2.7
Security
- Updated dompurify library to version 3.4.0 to incorporate latest improvements and security fixes.