Skip to content

Releases: mendix/web-widgets

Data Widgets v2.27.9

30 Jan 13:49

Choose a tag to compare

[2.27.9] DatagridDateFilter

Changed

  • We updated internal dependencies.

[2.27.9] DatagridDropdownFilter

Changed

  • We updated internal dependencies.

[2.27.9] DatagridNumberFilter

Changed

  • We updated internal dependencies.

[2.27.9] DatagridTextFilter

Changed

  • We updated internal dependencies.

[2.27.9] Datagrid

Changed

  • We updated internal dependencies.

[1.27.9] DropdownSort

Changed

  • We updated internal dependencies.

[1.27.9] Gallery

Changed

  • We updated internal dependencies.

[1.27.9] SelectionHelper

Changed

  • We updated internal dependencies.

[1.27.9] TreeNode

Changed

  • We updated internal dependencies.

Combo box v2.7.2

30 Jan 08:35

Choose a tag to compare

Fixed

  • We fixed an issue with filter input not being visible in some cases.

  • We fixed an issue with Backspace key clearing input even though Clearable setting was set to false.

Rich Text v4.11.1

30 Jan 08:46

Choose a tag to compare

Fixed

  • We fixed an issue where <br /> tag not added properly on end of line.

  • We fixed an issue where tab \t being removed on save.

  • We fixed an issue where link tooltip get clipped by the boundaries of rich text.

Combo box v1.7.4

27 Jan 11:22

Choose a tag to compare

Changed

  • We updated internal dependencies.

Combo box v2.7.1

27 Jan 08:57

Choose a tag to compare

Fixed

  • We fixed an issue with filter input in single selection mode being disabled in some cases.

Changed

  • We made it possibly to clear the selection in single selection mode with Backspace key.

  • We improved keyboard navigation for multi selection with

Data Widgets v3.8.0

26 Jan 09:26

Choose a tag to compare

Fixed

  • We fixed an issue where custom content would overflow its container cell.

[3.8.0] DatagridDateFilter

Fixed

  • We fixed an issue with background-color styles on hover in date picker.

[3.8.0] Datagrid

Fixed

  • We fixed an issue where the footer would take up unnecessary spacing when no content was rendered inside.

  • The property panel now shows keep selection property when Datagrid is set to single selection.

Changed

  • We improved virtual scrolling behavior when horizontal scrolling is present due to grid size.

Added

  • We added missing Dutch translations for Datagrid 2.

  • We added a new property for export to excel. The new property allows to set the cell export type and also the format for type number and date.

  • We have introduced the "Page" and "Page Size" attributes to provide complete control over DataGrid pagination.

  • We added support for custom pagination controls at the bottom of the DataGrid. Now you can design your own pagination buttons.

  • We added the possibility to configure the first row of a DataGrid to be auto-selected on first load, facilitating master-detail views.

[3.8.0] Gallery

Fixed

  • We fixed an issue where the footer would take up unnecessary spacing when no content was rendered inside.

  • We fixed an issue where the row count wasn't displayed when "Virtual scroll" is on.

Added

  • We added missing dutch translations for Gallery.

  • We added a refresh interval property, to allow defining an interval (in seconds) for refreshing the content in Gallery

[3.8.0] TreeNode

Changed

  • We changed hasChildren configuration from boolean to expression.

Fixed

  • We fixed an issue where Tree Nodes showing loading spinner when children can't be found while hasChildren property configured to true.

Combo box v2.7.0

15 Jan 12:02

Choose a tag to compare

Changed

  • We improved behaviour of single selection with custom content.

Range Slider v3.0.0

07 Jan 14:03

Choose a tag to compare

Breaking changes

  • We updated rc-slider library to @rc-component/slider. This is a major version upgrade of rc-slider that might break current custom styling.

Slider v3.0.0

07 Jan 14:01

Choose a tag to compare

Breaking changes

  • We updated rc-slider library to @rc-component/slider. This is a major version upgrade of rc-slider that might break current custom styling.

Charts v6.1.3

05 Jan 12:31

Choose a tag to compare

[1.1.3] CustomChart

Changed

  • We changed the event data to return more properties instead of only bbox coordinates.