Releases: mendix/web-widgets
Releases · mendix/web-widgets
Rich Text v4.7.0
Added
- We added support to add custom font families to Rich Text.
File Uploader v2.2.1
[2.2.1] FileUploader
Fixed
- We updated file size display in the file uploader to show commonly used units (KB, MB, GB) instead of previously incorrect units (Kb, Mb, Gb). Instead of using technically correct binary units (KiB, MiB, GiB), we chose a format more familiar to users.
Data Widgets v2.32.1
[2.30.6] Datagrid
Fixed
- We fixed an issue where columns weren't resizing correctly when vertical borders were enabled.
Data Widgets v2.32.0
[2.11.3] DatagridDateFilter
Fixed
- We fixed an issue with filter popup positioning.
[2.9.3] DatagridNumberFilter
Fixed
- We fixed an issue with filter popup positioning.
[2.9.2] DatagridTextFilter
Fixed
- We fixed an issue with filter popup positioning.
[2.30.5] Datagrid
Added
- We improved accessibility by making it possible to specify label for Select all checkbox.
Fixed
- We fixed an issue with column selector popup positioning.
[1.14.1] Gallery
Added
- We added an option to specify item descriptions in the gallery widget, improving accessibility for screen reader users.
[1.0.4] SelectionHelper
Changed
- Internal improvements.
Video Player v3.2.3
Added
- We improved accessibility by adding Title property for meaningful descriptions of embedded video content.
Rich Text v4.6.1
Added
- We added table support to Rich Text, now it is possible to add tables and configure their layout.
Fixed
- We fixed an issue with incorrect wording in words counter in status bar. (Thanks @Maismaus)
Data Widgets v2.31.1
[2.9.2] DatagridNumberFilter
Fixed
- We fixed an issue with number filter not working in some locales
[2.30.4] Datagrid
Fixed
- We changed the severity for missing column captions from error to warning
Combo box v2.4.0
Fixed
- We fixed an issue where database selection does not trigger when set to empty value from external logic.
Breaking changes
- We implement custom editability configuration to support readOnly mode if there are no target attribute for database source. This changes is only affecting editability configuration for Database data source with no stored value.
Charts v6.0.1
[1.0.1] CustomChart
Fixed
- We fixed an issue with static layout configuration not applying properly for some properties.
Combo box v2.3.1
Changed
- We improved the combobox behavior by disabling the Select All checkbox when no items are available.