Releases: mendix/web-widgets
Slider v2.1.2
Fixed
- We fixed an issue where tooltip of the slider wouldn't position itself correctly when scrolling the page.
Rich Text v3.2.3
Fixed
- We update the dependency to TinyMCE 6.8.4 in order to solve security issue.
Range Slider v2.1.2
Fixed
- We fixed an issue where tooltip of the slider wouldn't position itself correctly when scrolling the page.
Data Widgets v2.20.0
Added
-
Update JS actions for resetting filters in Data grid 2 and Gallery.
Reset_All_Filters
andReset_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
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
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
Added
- Added barcode format controls to prevent incorrect scanning
Rich Text v3.2.2
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
Added
- We add on change and on key press events to make upgrade consistent from previous version.
Data Widgets v2.19.1
[2.19.0] Datagrid
Fixed
- We fixed an issue with Datagrid 2 not working correctly when Use React client setting is on.