Skip to content

Releases: mendix/web-widgets

Combo box v2.3.0

19 Mar 14:44
Compare
Choose a tag to compare

Changed

  • The type of the "Aria required" setting has been changed from a boolean to an expression. When the widget is updated, the previously set value is reset to false.

Data Widgets v2.30.2

17 Mar 10:07
Compare
Choose a tag to compare

Fixed

  • We fixed layout issue where right-aligned content is not aligned with the filter.

[2.30.2] Datagrid

Fixed

  • Fixed an issue where the refresh interval was incorrectly using milliseconds instead of seconds.

HTML Element v1.2.2

14 Mar 14:08
Compare
Choose a tag to compare

Security

  • Updated dompurify library to version 3.2.4 to incorporate latest improvements and security fixes.

File Uploader v2.0.0

14 Mar 14:14
Compare
Choose a tag to compare

Changed

  • Bump the minimum supported version to 10.15.

[2.0.0] FileUploader

Added

  • We made "Action to create new files/images" preconfigured with corresponding nanoflows.

File Uploader v1.0.3

28 Feb 14:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.