Added a new Slider component that displays a value in a predefined min-max range. The end user can change the value by dragging the thumb, and a tooltip is displayed while doing so.
ComboBox
FIXED
[iOS] ArgumentOutOfRangeException is raised when programmatically adding items to SelectedItems and the ComboBox is hidden.
Common
FIXED
Runtime exception on iOS simulators with Microsoft .NET iOS SDK 8.0.100 17.0.8490.
DataGrid
NEW
Added functionality to search as you type. Search matches are highlighted for readability, and there are various settings, like filtering, in the built-in search panel.
FIXED
[Android] Control is not visualized after returning to the previous page with Back button and navigating again to the DataGrid page.
Entry
FIXED
[Android] [iOS] Keyboard remains open when taping outside of the control when HideSoftInputOnTapped of ContentPage is set to true.
ImageEditor
FIXED
[Android] [iOS] [MacCatalyst] Saved JPG images are not visible or corrupted.
PdfProcessing
NEW
Exposed the IsBold property of FontBase.
Added support for embedding ZUGFeRD invoices.
Introduced support for embedding file streams.
Introduced support for embedding file streams with PdfProcessing library.
FIXED
An unwanted Stopwatch is contained in the DocumentCatalog class.
A NullReferenceException is thrown when getting the hash code of CFF font`s UnderlineThickness.
A NullReferenceException is thrown on import because the value of the TransformMethod property is not obtained when Refence is set as an indirect reference.
A NullReferenceException is thrown on export because the value of TransformMethod property is not obtained.
A NotSupportedException is thrown when decoding a CalRgb ColorSpace image.
Missing characters when exporting a document containing different font types but with the same name and properties.
Import-export specific document with Type1Font mangles text.
DrawTable is not setting the HasPendingContent property correctly.
Some characters in Wingdings (or custom) font are exported with a different font.
PdfViewer
NEW
Exposed API for styling the PdfViewerSearchContentView toolbar.
Implemented selection with customizable context menu.
Pickers
FIXED
[Android] AM/PM and minutes are not displayed on Android 14.
Popup
FIXED
[MacCatalyst] Size doesn't change when the size of the elements in the ContentTemplate changes.
RichTextEditor
NEW
Added default context menu for RichTextEditor with the option to customize it.
Scheduler
NEW
Introduced new dates formatting properties for all view definitions as well as an option to control the time ruler width.
Added built-in dialogs for add, edit and delete of appointments.
SpreadProcessing
FIXED
The XlsxFormatProvider.Import method closes the stream passed to it as an argument.
An InvalidOperationException is thrown: The axes are incorrectly paired exception on import.
Left and Top-most borders are not rendered when exporting to PDF.
WordsProcessing
FIXED
Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields.
ZipLibrary
NEW
Added support for extraction of AES-encrypted archives.
CHANGED
Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings.
Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead.