Skip to content

Releases: mendix/web-widgets

Data Widgets v2.30.8

14 Aug 08:45
Compare
Choose a tag to compare

[2.30.0] DatagridDropdownFilter

Fixed

  • We enhanced dropdown widget customization by separating texts for empty selection, empty option caption, and input placeholder. This change allows for more granular control over the widget's text configurations.

  • We improved dropdown widget usability with enhanced keyboard navigation, visual feedback, and interaction behavior.

Breaking changes

  • Text configurations for empty option, empty selection, and input placeholder need to be reviewed and reconfigured.

Data Widgets v2.27.7

13 Aug 14:41
Compare
Choose a tag to compare

[2.27.0] DatagridDropdownFilter

Fixed

  • We enhanced dropdown widget customization by separating texts for empty selection, empty option caption, and input placeholder. This change allows for more granular control over the widget's text configurations.

  • We improved dropdown widget usability with enhanced keyboard navigation, visual feedback, and interaction behavior.

Breaking changes

  • Text configurations for empty option, empty selection, and input placeholder need to be reviewed and reconfigured.

Combo box v2.5.0

12 Aug 09:54
Compare
Choose a tag to compare

Added

  • We added a new "On change filter input" event that triggers when users type in the combobox filter field, passing the current filter text as an action variable to enable custom nanoflows/microflows for dynamic filtering scenarios.

Events v1.1.0

12 Aug 10:00
Compare
Choose a tag to compare

Added

  • Added support for using expressions to configure both delay and repeat interval values during component load. Expression support was also extended to delay values when attributes change dynamically.

Data Widgets v3.1.1

05 Aug 09:07
Compare
Choose a tag to compare

[3.0.4] DatagridDropdownFilter

Fixed

  • We enhanced dropdown widget customization by separating texts for empty selection, empty option caption, and input placeholder. This change allows for more granular control over the widget's text configurations.

  • We improved dropdown widget usability with enhanced keyboard navigation, visual feedback, and interaction behavior.

Breaking changes

  • Text configurations for empty option, empty selection, and input placeholder need to be reviewed and reconfigured.

[3.0.1] Datagrid

Fixed

  • We fixed an issue where the filter values were restored from previously stored personalized configuration even when Store filters was set to No.

Calendar v2.0.0

12 Aug 11:27
Compare
Choose a tag to compare

Added

  • Initial version of Calendar module.

[2.0.0] Calendar

Breaking changes

  • Initial version of Calendar pluggable widget.

  • Upgrading from any v1.x to v2.0.0 preview requires re-configuring the widget in Studio Pro. The property panel has been reorganised (e.g. View settings, Custom work-week options) and missing/renamed properties will be reset to their defaults. After installing v2.0.0 open each Calendar instance, review the settings and re-select the desired values.

Combo box v1.7.2

31 Jul 13:59
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where combobox does not show initial caption correctly for database source.

  • We fixed an issue where combobox caption expression does not load correctly.

Rich Text v4.8.1

29 Jul 16:23
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where rich text table failed to properly functions if the widget is placed inside a table structure.

  • We fixed an issue where rich text list-style-type format incorrectly parsed.

Data Widgets v3.1.0

24 Jul 14:26
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where datagrid styling being overwritten by table styling from atlas core.

  • We fixed an issue where horizontal scrolling failed to show if width is too big.

[3.0.3] DatagridDropdownFilter

Fixed

  • We fixed an issue where the "Use Lazy Load" flag was not being read properly. This caused the widget to always load lazily in association mode.

[3.1.0] Gallery

Added

  • Similar to Data Grid 2, Gallery now can store filters and sort configurations in an attribute or browser. These new settings can be found in the "Personalization" tab.

Fixed

  • We fixed an issue where the default sort order was not being applied.

Combo box v2.4.3

22 Jul 21:36
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where combobox would show aria-labelledby even when no label was added.

  • We added the option to fill an aria-label for the combobox.

  • We fixed an issue where combobox failed to reload if user typed too fast on lazy load.