Releases: mendix/web-widgets
Rich Text v4.10.0
Fixed
- We fixed an issue where in dojo mode, the rich text modal was causing a double scrollbar.
 
Added
- 
We added character count options to the status bar to help users understand content length requirements and avoid validation failures when rich text HTML markup exceeds database attribute limits.
 - 
We added a configuration to set default font-family and font-size when there are no other value currently selected in the toolbar.
 - 
We allow white-space inline styling parsing in the widget.
 
Fixed
- 
We fixed the issue that image uploader not able to show.
 - 
We fixed the issue that code dialog not able to show.
 - 
We fixed an issue whereas last input change event action failed to trigger due to debounce logic.
 
Data Widgets v3.6.0
[3.6.0] DatagridDateFilter
Changed
- Internal improvements.
 
[3.6.0] DatagridDropdownFilter
Changed
- Internal improvements.
 
[3.6.0] DatagridNumberFilter
Changed
- Internal improvements.
 
[3.6.0] DatagridTextFilter
Changed
- Internal improvements.
 
[3.6.0] Datagrid
Fixed
- We fixed an issue where the calendar popup overlap with column header on virtual scrolling.
 
Breaking changes
- We changed datagrid styling display for 
widget-datagrid-headandwidget-datagrid-bodyto use display grid instead of contents and addinggrid-template-column: subgridto make sure the columns aligned with the template defined in the global grid. This will also ensure that the scrollbar positioned on the grid body instead of the whole grid. 
[3.4.0] DropdownSort
Fixed
- 
We fixed an issue with Gallery widget causing errors when Mendix app is being used in an iframe.
 - 
We fixed an issue with Dropdown sort widget not showing attribute captions correctly.
 
[3.6.0] Gallery
Fixed
- We fixed an issue with Gallery widget causing errors when Mendix app is being used in an iframe.
 
[3.6.0] TreeNode
Changed
- Internal improvements.
 
Document Viewer v1.1.1
Changed
- We added advanced configuration to allow users to specify a self-hosted PDF.js worker file.
 
Combo box v2.6.0
Changed
- Moved the debounce interval for filtering operations from the Events tab to Advanced tab.
 
Fixed
- We fixed an issue with combobox unnecessary applying filtering.
 
Charts v6.1.2
[1.1.2] CustomChart
Fixed
- We fixed an issue where event data attribute wouldn't successfully get its value set.
 
Charts v6.2.2
[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
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
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
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
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.