Skip to content

Releases: mendix/web-widgets

Range Slider v2.1.2

25 Jun 08:25
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where tooltip of the slider wouldn't position itself correctly when scrolling the page.

Data Widgets v2.20.0

19 Jun 07:14
Compare
Choose a tag to compare

Added

  • Update JS actions for resetting filters in Data grid 2 and Gallery. Reset_All_Filters and Reset_Filter now have the option to reset to default filter's value.

  • New JS actions for setting filters in Data grid 2 and Gallery. Set_Filter set a single filter to a specific value within Data grid 2 or Gallery.

Breaking changes

  • Data widgets now use Atlas variables for its styling. This may change how the widgets look depending on the custom variables.

[2.8.0] DatagridDateFilter

Fixed

  • The default filter values are now restored on initial page load.

Added

  • A new hook that subscribes the widget to Set_Filter action.

Changed

  • We update event listener for Reset_Filter to allow reset to default value.

[2.7.0] DatagridDropdownFilter

Added

  • A new hook that subscribes the widget to Set_Filter action.

Changed

  • We update event listener for Reset_Filter to allow reset to default value.

[2.6.0] DatagridNumberFilter

Added

  • A new hook that subscribes the widget to Set_Filter action.

Changed

  • We update event listener for Reset_Filter to allow reset to default value.

[2.6.0] DatagridTextFilter

Added

  • A new hook that subscribes the widget to Set_Filter action.

Changed

  • We update event listener for Reset_Filter to allow reset to default value.

[2.20.0] Datagrid

Changed

  • We update event listener for Reset_All_Filters to allow reset to default value.

[1.9.0] Gallery

Fixed

  • We fixed an issue with Gallery widget where content may break out of grid boundaries. Thanks to Ronnie van Doorn for the suggestion.

Changed

  • We update event listener for Reset_All_Filters to allow reset to default value.

Combo box v1.6.0

19 Jun 13:58
Compare
Choose a tag to compare

Changed

  • We changed how input filtering works for lazy loading. if set to true, then the filter will works by retrieving directly from datasource, otherwise it works by scanning the current loaded data.

Added

  • We added Spinner and Skeleton loaders in addition to lazy loading feature. The default loader is spinner, and skeleton can also be selected. This improves UX when loading more content.

  • We added lazy loading feature. By default it is turned off. When turned on, the items will be loaded in batches when scrolling.

Charts v5.0.0

14 Jun 09:36
Compare
Choose a tag to compare

Breaking changes

  • We have removed the "Enable developer mode" property. As of version 5, the playground has become a pluggable widget called "Chart playground." This separation minimizes production code loaded to the client. To enable developer mode, simply drag and drop the playground to the chart you want to edit.

  • We migrated from "Ace" code editor to the "CodeMirror" editor. The new editor comes with better defaults and is compatible with both legacy and new widget runtime.

Barcode Scanner v2.4.0

11 Jun 08:31
Compare
Choose a tag to compare

Added

  • Added barcode format controls to prevent incorrect scanning

Rich Text v3.2.2

05 Jun 15:34
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where in some cases rich text display loading screen infinitely.

  • We optimized rich text bundle size.

Rich Text v3.2.1

27 May 13:25
Compare
Choose a tag to compare

Added

  • We add on change and on key press events to make upgrade consistent from previous version.

Data Widgets v2.19.1

27 May 13:01
Compare
Choose a tag to compare

[2.19.0] Datagrid

Fixed

  • We fixed an issue with Datagrid 2 not working correctly when Use React client setting is on.

Tooltip v1.3.4

23 May 11:43
Compare
Choose a tag to compare

Fixed

  • We fixed the issue where content inside tooltip are force to have fit to content width.

Rich Text v3.2.0

21 May 08:27
Compare
Choose a tag to compare

Added

  • We add options to include external styling in advance tab. the style can be included in theme folder. and this is also allow user to switch between built-in style theme: 'default' and 'dark'.

Fixed

  • We fixed issue where rich text body font style overriding the page body style in inline mode.