Skip to content

Releases: mendix/web-widgets

Checkbox Radio Selection v1.1.2

05 Jun 12:32

Choose a tag to compare

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

03 Jun 11:24

Choose a tag to compare

[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 association config 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

12 May 08:18

Choose a tag to compare

Fixed

  • We fixed an issue with On change action not triggering in some cases.

Charts v6.3.1

12 May 08:02

Choose a tag to compare

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

07 May 09:20

Choose a tag to compare

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

08 May 11:54

Choose a tag to compare

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

08 May 11:54

Choose a tag to compare

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

24 Apr 11:18

Choose a tag to compare

[2.4.2] FileUploader

Fixed

  • We fixed an issue with Download button not working on Mendix 11.8.

Rich Text v4.12.0

23 Apr 07:20

Choose a tag to compare

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 trimEnd functionality to make character count on status bar correctly count characters without including new line and empty character.

HTML Element v1.2.7

20 Apr 10:29

Choose a tag to compare

Security

  • Updated dompurify library to version 3.4.0 to incorporate latest improvements and security fixes.