Releases: mendix/web-widgets
Checkbox Radio Selection v1.1.0
Added
-
We added a missing validation alert.
-
Added aria-label property
Changed
-
The Caption property now appears below Entity.
-
Moved the Group name attribute to the General tab in the General property group.
Switch v4.3.0
Breaking Changes
- Improved accessibility and input handling. Clicking the label now toggles the switch.
- Hidden input tag is now added into the widget's HTML dom. Please update to a minimum atlas-core 3.19 or 4.3.0 for this to be styled properly.
Data Widgets v3.6.1
[3.6.1] Datagrid
Fixed
-
We fixed issue with checkbox state. Now state is in sync with selection.
-
We fixed issue with styles not being added to datagrid.
[3.6.1] Gallery
Fixed
- We fixed issue with checkbox state. Now state is in sync with selection.
[3.6.1] SelectionHelper
Fixed
- We fixed issue with checkbox state. Now state is in sync with selection.
Charts v6.2.3
[1.2.3] CustomChart
Changed
- We changed the event data to return more properties instead of only bbox coordinates.
Combo box v2.6.1
Fixed
- We fixed an issue where validation was not connected to combobox, causing issues for screenreaders.
Combo box v1.7.3
Fixed
- We fixed an issue where validation was not connected to combobox, causing issues for screenreaders.
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-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.