Releases: mendix/web-widgets
Releases · mendix/web-widgets
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-head
andwidget-datagrid-body
to use display grid instead of contents and addinggrid-template-column: subgrid
to 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.
Document Viewer v1.1.0
Changed
- We moved the bundle of pdfjs worker to local build instead of using CDN for better CSP compliance.