Skip to content

Releases: mendix/web-widgets

Data Widgets v2.18.1

14 May 08:04

Choose a tag to compare

[2.18.1] Datagrid

Fixed

  • Fixed an issue when exporting numbers to excel. Instead of the type number, the value exported was of string type.

Rich Text v3.1.2

10 May 13:21

Choose a tag to compare

Changed

  • We add more options to the rich text's context menu and give user the options to use native context menu as well.

Combo box v1.5.0

06 May 09:21

Choose a tag to compare

Added

  • We added readonly style to the combobox configuration.

Rich Text v3.1.1

02 May 12:08

Choose a tag to compare

Fixed

  • We fixed tab index not working on Editor.

  • We fix security issue by setting sandbox_iframes and convert_unsafe_embeds to true.

Maps v4.0.0

02 May 11:55

Choose a tag to compare

Fixed

  • We fixed an issue where the marker wouldn’t appear at the specified location when the decimal points in the longitude and latitude values were given as commas.

Changed

  • We updated the google maps component, removing the deprecated marker and adding the advanced marker element recomended by google maps docs.

  • We removed mapsStyles property used in google maps.

  • We added mapId property that is required with the advanced marker element.

Data Widgets v2.18.0

30 Apr 12:31

Choose a tag to compare

[2.5.1] DatagridNumberFilter

Fixed

  • We resolved an issue where the default value was not working in certain cases.

[2.5.1] DatagridTextFilter

Fixed

  • We resolved an issue where the default value was not working in certain cases.

[2.18.0] Datagrid

Changed

  • We have changed the value displayed in the pagination on design mode. Now the value displayed is the page size.

Fixed

  • Fixed an issue where pagination buttons wouldn't show up when there's no items in the Datagrid 2 pagination even when button visibility was set to "always".

Added

  • A new property that allows to change the behavior of the item selection.

  • A new property that controls custom content events.

Removed

  • We removed the sorting console warnings that were being triggered incorrectly.

[1.8.0] Gallery

Changed

  • We have changed the value displayed in the pagination on design mode. Now the value displayed is the page size.

Added

  • A new property that allows to change the behavior of the item selection.

  • A new property that allows to configure the trigger event for the "on click" action.

Calendar v1.0.15

29 Apr 09:27

Choose a tag to compare

Fixed

  • We fixed an issue with the widget not working correctly for RTL locales.

Changed

  • We updated the light and dark icons and tiles for the widget.

Events v1.0.1

25 Apr 08:27

Choose a tag to compare

Fixed

  • We fixed issues where event not fired with MF/NF having parameters.

Rich Text v3.1.0

23 Apr 12:00

Choose a tag to compare

Changed

  • We allow user to disable quick toolbar.

Fixed

  • We fixed styling to match atlas styles.

  • We re-introduce readonly style.

  • We fixed editor height configuration can't be changed.

Combo box v1.4.0

19 Apr 14:08

Choose a tag to compare

Changed

  • We made accessibility text as optional.

  • We are no longer retrieving full dropdown options list if the combobox is readonly.

Added

  • We improved accessibility on combobox by removing a duplicated aria-expanded from combobox widget.

Fixed

  • We fixed an issue with the sorting of the displayed selected items in Multi Selection, where the sorting of selected items did not match the sorting in the menu.