Releases: mendix/web-widgets
Releases · mendix/web-widgets
Release list
Data Widgets v3.11.3
[3.11.3] DatagridDropdownFilter
Fixed
- We fixed an issue with option filtering not working correctly with IME input methods.
[3.11.3] Datagrid
Added
- We added support for using the attribute's own formatting when exporting to Excel with the "Default" export type. Numbers now export as numeric cells that mirror the grid's decimals and thousands grouping, and dates export using their configured pattern, instead of unformatted values.
Fixed
- We fixed an issue where export type and format properties were visible in Studio Pro for dynamic text columns, even though they have no effect.
[3.11.3] Gallery
Fixed
- We fixed an issue where "Reset All Filters" and "Clear Selection" JavaScript actions did not work with the Gallery widget. Event listeners were not registered despite the required infrastructure being in place.
HTML Element v1.2.11
Security
- Updated dompurify library to version 3.4.12 to incorporate latest security fixes.
Combo box v2.9.0
Fixed
-
We fixed an issue where the custom editability condition (
neverorconditionally) was ignored when the combobox attribute was present and editable. -
We fixed an issue where the editability setting was inverted: setting editability to
falseallowed editing, and setting it totrueprevented editing. The editability condition expression now behaves correctly:truemeans editable,falsemeans read-only.
Breaking changes
- The editability fix above is a potential breaking change. Apps that worked around the bug by inverting their editability expression will now have the opposite (incorrect) behavior after upgrading. Review any combobox widgets using a custom editability expression and remove the inversion workaround, otherwise fields may unexpectedly become editable or read-only.
Slider v3.0.4
Fixed
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
Signature v2.0.1
Fixed
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
Range Slider v3.0.3
Fixed
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
Markdown viewer v1.0.3
Security
- Updated markdown-it library to version 14.3.0 to incorporate latest security fixes.
HTML Element v1.2.10
Fixed
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
Document Viewer v1.2.2
Fixed
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.