Skip to content

Releases: mendix/web-widgets

Badge v3.2.1

Choose a tag to compare

@uicontent uicontent released this 27 Sep 11:06

Fixed

  • We removed redundant code to improve widget load time in the browser.

Badge Button v3.2.1

Choose a tag to compare

@uicontent uicontent released this 27 Sep 09:44

Fixed

  • We removed redundant code to improve widget load time in the browser.

Accordion v2.3.1

Choose a tag to compare

@uicontent uicontent released this 27 Sep 08:57

Fixed

  • We removed redundant code to improve widget load time in the browser.

Accessibility Helper v2.2.1

Choose a tag to compare

Fixed

  • We removed redundant code to improve widget load time in the browser.

Data Widgets v2.8.8

Choose a tag to compare

@uicontent uicontent released this 30 Aug 08:27

[2.6.1] DatagridDateFilter

Fixed

  • We fixed the issue where date filter does not fully visible when datagrid pagination option is set to virtual scrolling.

Data Widgets v2.8.7

Choose a tag to compare

@uicontent uicontent released this 25 Aug 06:57

[2.8.2] Datagrid

Fixed

  • We fixed an issue where columns, which were configured to be hidden by default, remained visible despite visibility settings.

Data Widgets v2.8.6

Choose a tag to compare

@uicontent uicontent released this 22 Aug 08:23

[2.8.1] Datagrid

Fixed

  • We fixed a rendering issue when viewing "Data grid" in "Design mode" showed an error message instead of the actual widget preview.

[1.1.3] TreeNode

Fixed

  • We fixed an issue with keyboard input for "form" widgets when they were put into a tree node. Up to this version, pressing "space" or "enter" in widgets like ‘Text box’ or ‘Text area’ was not handled properly, and keyboard input was ignored. The new version should have no issues with keyboard input in child widgets.

  • We fixed an issue with the open/close state for the tree node. This issue was visible when any clickable widget was used to customize the tree node header. Starting from this version, you can choose which part of the header (icon or whole header), when clicked, triggers a collapsed or expanded state for the node.

Breaking changes

  • We changed the widget HTML. As a result, some CSS selectors may be affected. Please check your custom styles (if used) after updating to this version.

Added

  • We added the new property "Open node when". This property controls which element (an icon or a whole header), once clicked, will expand or collapse the node.

Pop-up Menu v3.5.1

Choose a tag to compare

@uicontent uicontent released this 18 Aug 08:59

Fixed

  • We fixed a small performance issue. No visual or behavioral changes.

Charts v4.2.0

Choose a tag to compare

@uicontent uicontent released this 16 Aug 08:40

Fixed

  • We fixed an issue where, in 4.0, parameters related to on-click actions were missing. In versions of the widget before 4.0, when you added an on click action to the widget, additional parameters were passed. These parameters are now being passed again.

Breaking changes

  • After updating the widget(s) to this version, a few properties will lose their configured values. The following properties should be reconfigured manually (if they were configured before): Line color (Line chart), Marker color (Line chart), On click action (all widgets except Pie chart and Heat map).

[3.1.1] LineChart

Fixed

  • We fixed an issue where it was not possible to select entity attributes in the "line color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "line color" expression editor. With this fix, entity attributes are accessible in the expression editor again for both "line color" and "marker color" settings.

Maps v3.2.1

Choose a tag to compare

@uicontent uicontent released this 11 Aug 13:16

Fixed

  • We fixed an issue where the marker was not at the center of the map after you zoom in to the marker. Now after you zoom in to a marker, the map will be centered around the marker.