Releases: mendix/web-widgets
Data Widgets v3.7.0
Changed
-
We enhanced datagrid selection UI with responsive container queries and improved layout styling for header and footer components.
-
We enhanced gallery selection UI with responsive container queries and improved layout styling for header and footer components to match datagrid implementation.
[3.7.0] Datagrid
Added
-
We added configurable selection count visibility and clear selection button label template for improved row selection management.
-
We fixed an issue where missing consistency checks for the captions were causing runtime errors instead of in Studio Pro
-
We added a '"Select all" across pages' setting that, when enabled, allows users to select all rows across all pages.
Breaking changes
- The widget settings have been reorganized to make configuration easier.
Changed
- Selection count texts now have default value for en_US locale.
[3.7.0] Gallery
Added
-
We added configurable selection count visibility and clear selection button label template for improved row selection management.
-
We introduced a new caption setting for the clear selection button.
Fixed
- We fixed an issue where setting the gallery gap to 0 caused an offset, which made the bottom border of items to dissapear.
Calendar v2.2.0
[2.2.0] Calendar
Added
-
You can now customize which controls appear in the calendar’s top bar and how they are arranged, with optional captions, tooltips, and a link-style appearance.
-
The calendar title can be formatted consistently across views, including custom work week.
-
Time formatting is applied consistently to the time gutter and to event/agenda time ranges, with robust fallbacks for invalid patterns.
Changed
- When the event time range is disabled, events no longer display start/end time text.
Fixed
-
Fixed localization to properly display date/time formatting, weekday names, and month names based on the Mendix application's configured language.
-
Fixed custom format patterns not being applied when user-defined formats were provided for toolbar items.
-
Fixed "Format string contains an unescaped latin alphabet character" error when custom format fields were left empty.
-
Fixed abbreviated month names (MMM format) and short weekday names reverting to English when custom formats were used.
-
Fixed error when selecting a default view that was not enabled in the toolbar items configuration.
-
Fixed title expression not rendering the correct value.
Breaking changes
- Custom view buttons and their captions are now set inside the Custom top bar views configuration.
Events v1.2.0
Fixed
- We fixed an issue with burst executon in inactive tabs.
Changed
- Repeated execution is not executing next action if previous execution is not yet finished.
Rich Text v4.11.0
Fixed
- We fixed an issue where onblur and onchange when user leave editor events not firing correctly if a focusable element is clicked as change focus user action.
Changed
-
We changed Tab keyboard behavior to add indentation instead of exiting focus from editor.
-
We changed
mark for empty line in favor for<br />break tag instead.
Added
-
We added alt+F11 keyboard shortcut to do focus next, and alt+F10 to focus on toolbar.
-
We added shift+enter keyboard shortcut to add
<br />break tag.
Web Actions v2.11.1
Fixed
-
We fixed an issue where the search params of a URL were replaced by date on SetFavIcon action.
-
We fixed an issue where the default fallback language for any language other than English was Dutch.
Maps v4.1.0
Fixed
-
We mitigated the issue with Maps widgets not rendering in some cases.
-
We fixed an issue where GoogleMap and LeafletMap uses array index for the list item which causes issues when filtering large amounts of locations. Thanks to @jeroen-huizer-conclusion for the contribution.
-
We fixed an issue where where browser console throw warning of unknown listener when the location has title in LeafletMap. Thanks to @jeroen-huizer-conclusion for the contribution.
Image v1.5.1
Fixed
- We fixed an issue where showing icons as datasource would scale the icon container disproportionately and cause alignment issues.
Document Viewer v1.2.0
Added
- We added feature in document viewer to enter the pdf page number manually. Thank you @mx-kshitij for the pull request.
Combo box v2.6.2
Fixed
- We fixed an issue where right-to-left text orientation would cause layout and spacing issues.
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.