Skip to content

Releases: mendix/web-widgets

Data Widgets v3.9.0

24 Mar 11:21

Choose a tag to compare

[3.9.0] DatagridDropdownFilter

Fixed

  • We fixed an issue with Dropdown filter captions not updating properly when their template parameters change.

[3.9.0] DatagridNumberFilter

Fixed

  • We fixed an issue where widgets with the Saved attribute configured would crash in some cases.

[3.9.0] Datagrid

Changed

  • We improved accessibility on column selector, added aria-attributes and changed the role to 'menuitemcheckbox'.

Added

  • We added accessibility support for column headers when single selection is enabled, making sure the purpose of the column is announced.

  • We added a new Loaded rows attribute that reflects the number of rows currently loaded for virtual scrolling and load-more pagination modes.

  • We exposed the Page, Page size, and Total count attributes for virtual scrolling and load-more pagination modes so they are kept in sync at all times.

Fixed

  • We fixed an issue with Data export crashing on some Android devices.

  • We fixed an issue where the Page attribute was not updated when navigating pages using the default (buttons) paging controls.

  • We fixed an issue where configuring the Total count attribute had no effect for virtual scrolling and load-more pagination modes.

[3.9.0] Gallery

Fixed

  • We fixed the pagination properties Page attribute, Page size attribute, and Total count not being shown in Studio Pro for Virtual Scrolling and Load More pagination modes.

Changed

  • We changed the structure of the gallery settings to align them with the data grid.

Added

  • We added the Loaded rows attribute to reflect the number of rows currently loaded. Available for Virtual Scrolling and Load More pagination modes.

  • We added new attributes and a drop zone for custom pagination.

  • We added support for the auto-select feature in multi-selection and single-selection mode.

Pusher v3.5.1

17 Mar 09:59
5c91fe5

Choose a tag to compare

Fixed

  • We resolved the issue of deprecated Java code causing crashes and warnings.

Combo box v2.8.0

10 Mar 08:23

Choose a tag to compare

Added

  • We introduced a new "On change" action in Database mode that fires only when the selection changes, unlike the previous behavior that fired on initialization.

Changed

  • We renamed the "On change" action in Database mode to "On selection" to better describe its actual behavior (fires on initialization and selection changes).

Color Picker v2.1.5

09 Mar 09:36

Choose a tag to compare

Fixed

  • We fixed an issue where the widget would still change values in the previous Data View context after a context switch in the "listen to widget" setup.

Rich Text v4.11.2

09 Mar 14:00

Choose a tag to compare

Fixed

  • We fixed an issue where hyperlink tag does not read target attribute when edited from code viewer.

Events v1.3.0

25 Feb 09:45

Choose a tag to compare

Fixed

  • We fixed an issue with burst action execution which was still happening in some cases.

Checkbox Radio Selection v1.1.1

24 Feb 09:26

Choose a tag to compare

Fixed

  • Fixed an issue with Association selection happening when reference set contains objects not present in Selectable objects list.

  • Fixed an issue with long labels not displaying correctly.

Signature v1.0.8

05 Mar 08:30

Choose a tag to compare

Fixed

  • We fixed and issue with the widget not working correctly in some newer version of Studio Pro.

Added

  • We added a license file and a readme documenting all open source dependencies used in this package.

Slider v3.0.2

20 Feb 07:03

Choose a tag to compare

Fixed

  • We fixed an accessibility issues with slider handle not linked to the label. Fix contributed by @DiljohnSingh.

Data Widgets v3.8.1

19 Feb 10:47

Choose a tag to compare

[3.8.1] DatagridDateFilter

Changed

  • We improved the filter selector dropdown behavior so it now automatically selects the best placement based on the available space.

[3.8.1] DatagridDropdownFilter

Changed

  • We improved the dropdown and filter selector behavior so that it now automatically selects the best placement based on the available space.

Fixed

  • We fixed an issue where certain selecting conditions, like rapidly selecting/deselecting would cause the widget to crash.

[3.8.1] DatagridNumberFilter

Changed

  • We improved the filter selector dropdown behavior so it now automatically selects the best placement based on the available space.

[3.8.1] DatagridTextFilter

Changed

  • We improved the filter selector dropdown behavior so it now automatically selects the best placement based on the available space.

[3.8.1] Datagrid

Fixed

  • We fixed an issue that caused the UI export dialog to freeze.