[iOS][MacCatalyst][WinUI] Cannot interact with the content behind the control even if IsBusy is false.
CheckBox
FIXED
[WinUI] The CheckBox renders a small checkmark when IsAnimated="False".
DataGrid
NEW
Added support for nested properties with null values.
Added support for dynamic type of data.
Implemented indentation for the group headers based on their level and exposed a new GroupLevelIndentation property.
FIXED
[WinUI] ArgumentOutOfRange exception when columns are not auto generated and IWindowCreator approach is used.
[WinUI] Focus is no longer in the Cell when clicking the clear button.
[iOS] Search entry disappears when typing long text.
[WinUI] Page with DataGrid does not dispose.
ListView
FIXED
[iOS] Exception when collapsing group with selected item.
[WinUI] The content swipe operation on touch devices hangs the swipe content.
PdfProcessing
NEW
Introduced support for fonts that use simulated bold and italic forms.
FIXED
Wrong glyph measurement results in overlapping text.
A strange symbol is added as a name when embedding a file with an empty string as its name argument.
A NullReferenceException is thrown when importing a document with embedded files.
A NullReferenceException is thrown when importing a document with a signature and parsing the linejoin operator.
A NullReferenceException is thrown when importing and then exporting a document containing Type1Font with a missing FontInfo table.
Merging two documents having embedded files with same names repeats adding number 2.
Unicode characters from Supplementary Multilingual Plane are skipped during the PDF export.
Pickers
NEW
Exposed Command parameters for AcceptCommand and CancelCommand in PickerPopupSettings and PickerDropDownSettings.
SegmentedControl
FIXED
[iOS] SelectedSegmentBackgroundColor is not applied on iOS.
SideDrawer
FIXED
[WinUI] Main Content is not active when Drawer is open and TapOutisideToClose is False.
ToolBar
NEW
Implemented new OverflowMode - Clip. With this mode the items that do not fit in the toolbar strip will get clipped and the overflow button will not get shown.
Respect the set ToolTipProperties.Text for label toolbar item views.
WordsProcessing
FIXED
A StackOverflowException is thrown when importing an RTF document with a style based on itself.
HtmlFormatProvider: margin-left, margin-right, margin-top, margin-bottom CSS property is not respected when it is defined as unitless.
ZipLibrary
NEW
Added support for creation of AES-encrypted archives.
FIXED
An IOException: Cannot access file after ZipFile.CreateFromDirectory.
A NullReferenceException is thrown when updating a zip with a password.