Skip to content

Releases: mendix/web-widgets

File Uploader v1.0.3

28 Feb 14:38

Choose a tag to compare

[1.0.3] FileUploader

Fixed

  • We fixed an issue with long file names causing text to extend beyond the widget.

Charts v6.0.0

28 Feb 15:51

Choose a tag to compare

Changed

  • We updated plotly.js library to version 3.0.

Added

  • We add a new widget called custom charts.

[6.0.0] AreaChart

Changed

  • We updated plotly.js library to version 3.0.

[6.0.0] BarChart

Changed

  • We updated plotly.js library to version 3.0.

[6.0.0] BubbleChart

Changed

  • We updated plotly.js library to version 3.0.

[6.0.0] ColumnChart

Changed

  • We updated plotly.js library to version 3.0.

[1.0.0] CustomChart

Added

  • We introduce custom chart.

[6.0.0] HeatMap

Changed

  • We updated plotly.js library to version 3.0.

[6.0.0] LineChart

Changed

  • We updated plotly.js library to version 3.0.

[6.0.0] PieChart

Changed

  • We updated plotly.js library to version 3.0.

[6.0.0] TimeSeries

Changed

  • We updated plotly.js library to version 3.0.

[2.0.0] ChartPlayground

Changed

  • We updated plotly.js library to version 3.0.

Data Widgets v2.30.1

25 Feb 13:35

Choose a tag to compare

[2.30.1] Datagrid

Fixed

  • Fixed a layout issue when using "autofit content" in column settings.

  • Fixed a problem where the column didn't set its default value in the personalization if the column is hidden by default.

Pop-up Menu v4.0.2

20 Feb 09:58

Choose a tag to compare

Fixed

  • We fixed an issue where the user click interaction would trigger the overlayed element.

Data Widgets v2.30.0

20 Feb 11:46

Choose a tag to compare

[2.10.0] DatagridDropdownFilter

Added

  • New set of settings allowing to make drop-down look and behave similar to combobox widget

Changed

  • HTML is changed to meet modern accessibility requirements

[2.30.0] Datagrid

Changed

  • We have optimized some internal workings to improve export to Excel performance.

  • Column settings related to drop-down filter are moved into dedicated group

Fixed

  • Accessibility fix regarding keyboard navigation and focus

  • Fixed issue with filters losing focus on refresh

  • Fixed issue with loading indicator not being displayed in some scenarios

Breaking changes

  • Drop-down filter is rewritten with new, more accurate HTML for better accessibility, which may break existing CSS styling for projects using drop-down filter

  • HTML structure changed, which may affect some CSS and styling

Rich Text v4.3.0

14 Feb 16:02

Choose a tag to compare

Fixed

  • We fixed minor HTML bugs whereas rich text will add extra new lines on saving value.

  • We fixed rich text accessibility with tab keypress. Pressing tab will now allow you to directly focus on editor and Alt + F10 will brings you directly to toolbar.

File Uploader v1.0.2

14 Feb 15:03

Choose a tag to compare

Added

  • We added a module user role that have permissions to upload files and images.

[1.0.2] FileUploader

Fixed

  • We fixed an issue where an error occurred when uploading multiple files on a newly created context object.

  • We fixed an issue where, in image mode, users could upload unsupported image formats.

Added

  • We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.

  • We added timeout functionality for the File/Image creation action. It will abort the file uploading process if an object is not created within a certain time.

  • We added a setting to enable read-only mode.

Accordion v2.3.4

13 Feb 14:20

Choose a tag to compare

Fixed

  • We fixed an issue where the initial collapsed state sometimes wouldn't update the accordion.

Combo box v2.2.0

04 Feb 08:52

Choose a tag to compare

Added

  • We added a new "Selected items sorting" property to set the display order of the selected items. "Caption" based sorting display for selected items now possible for combobox with multiple selection.

Changed

  • Database multi selection will no longer display selected value sorted by the caption. The default behavior is to display them based on selection order, unless the new "Selected items sorting" configurations are set to "Caption".

Combo box v2.1.4

29 Jan 13:41

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.

Changed

  • We remove default value from database source configuration.