Skip to content

Releases: mendix/web-widgets

Charts v6.1.2

23 Sep 08:55
Compare
Choose a tag to compare

[1.1.2] CustomChart

Fixed

  • We fixed an issue where event data attribute wouldn't successfully get its value set.

Charts v6.2.2

23 Sep 09:03
Compare
Choose a tag to compare

[1.2.2] CustomChart

Fixed

  • We fixed an issue where event data attribute wouldn't successfully get its value set.

Combo box v2.5.1

19 Sep 07:43
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where combobox failed to render a proper width on auto-fit container.

  • We fixed an issue where combobox lazy load is not working on initial load for database datasource.

Data Widgets v3.5.0

16 Sep 21:28
Compare
Choose a tag to compare

Changed

  • We consolidated all SCSS variables from individual files into variables.scss to have a better alignment with atlas variables. Please validate your data widgets stylings after update.

Barcode Scanner v2.5.0

15 Sep 13:06
Compare
Choose a tag to compare

Added

  • We added the logic to switch to use native browser BarcodeDetector API if it is available instead of using zxing library.

  • We increase ideal image resolution to improve performance on higher end devices.

Data Widgets v3.4.0

12 Sep 08:03
Compare
Choose a tag to compare

Added

  • We added a new JavaScript action to clear the selection in the Data grid 2 and Gallery widgets.

[3.4.0] DatagridDateFilter

Fixed

  • We fixed label issues reported by Axe a11y tools

[3.4.0] DatagridDropdownFilter

Fixed

  • We fixed label issues reported by Axe a11y tool

[3.4.0] DatagridNumberFilter

Changed

  • Internal improvements.

[3.4.0] DatagridTextFilter

Changed

  • Internal improvements.

[3.4.0] Datagrid

Fixed

  • We fixed an issue where the datagrid's horizontal scrollbar would unexpectedly jump to the right when the column selector was enabled.

[3.4.0] Gallery

Fixed

  • We fixed an issue where the column count was not reflected properly in the preview mode.

Added

  • Added a 'horizontal divider' option to Borders design property for Gallery list items, allowing improved visual separation and customization.

[3.4.0] TreeNode

Changed

  • Internal improvements.

Document Viewer v1.1.0

11 Sep 09:23
Compare
Choose a tag to compare

Changed

  • We moved the bundle of pdfjs worker to local build instead of using CDN for better CSP compliance.

Rich Text v4.9.0

04 Sep 10:00
Compare
Choose a tag to compare

Added

  • We added support to change the form orientation of the link, image and video modals

Image v1.5.0

02 Sep 14:18
Compare
Choose a tag to compare

Added

  • We added enhanced dimension properties: configurable minimum and maximum height when height unit is set to auto, viewport unit (vh) support for height/min-height/max-height values, and percentage support for height values.

Data Widgets v3.3.0

28 Aug 12:15
Compare
Choose a tag to compare

[3.3.0] DatagridDropdownFilter

Fixed

  • We implemented ellipsis truncation to resolve option caption overflow issues.

  • We fixed an issue where tooltips were not displayed correctly when hovering over options.

[3.3.0] Datagrid

Added

  • We implemented a new property to show a refresh indicator. With the refresh indicator, any datasource change shows a progress bar on top of Datagrid 2.

  • We added a selection count display that shows the number of selected rows in the grid footer. The count appears automatically when items are selected and supports customizable text formats for singular and plural forms via the new "Row count singular" and "Row count plural" properties.

[3.3.0] Gallery

Added

  • We implemented a new property to show a refresh indicator. With the refresh indicator, any datasource change shows a progress bar on top of Gallery.