Please note that new Timed Subscription Licenses for Syncfusion Essential Studio for .NET MAUI are available as part of Syncfusion Essential Studio Enterprise.
Syncfusion Essential Studio .NET MAUI 2023 Volume 3 SP1 (23.2.4)
Released: Nov 20, 2023
2023 Volume 3 SP1 (23.2.4) での更新項目
機能
Common
Added Microsoft .NET 8 support - The Syncfusion controls are now compatible with both .NET 7.0 and .NET 8.0.
Breaking changes - Starting from this release, Syncfusion .NET MAUI controls no longer support .NET 6.0. Upgrade your projects to either .NET 7.0 or .NET 8.0.
PDF
Added support for setting polygon points in PdfLoadedPolygonAnnotation and PdfPolygonAnnotation.
Added support for retrieving the Certificate Revocation List (CRL) with revocation serial numbers, revoked dates, and revocation status from embedded CRLs during signature validation.
Added support for including certificates in the Document Security Store (DSS) during Long-Term Validation (LTV).
Added support for retrieving certificates from the Document Security Store (DSS).
SfAccordion
Users can now customize the header background and header icon color of the AccordionItem using the visual state manager based on the visual states set from the code. The applicable visual states are Normal, PointerOver and Focused.
SfButton
Breaking changes - In earlier releases, the default value of text color in SfButton was Colors.Black. However, starting from this release, the default value of text color in SfButton has been changed to Colors.White.
SfDataGrid
Breaking changes - Replaced the custom derived controls with the framework controls in datagrid cell renderers. This change helps prevent unintended styling when applying implicit styling globally.
Added helper methods to the MAUI DataGrid. These methods can be accessed from the DataGrid class such us PointToCellRowColumnIndex, GetRecordAtRowIndex, GetCellValue, etc.
Enhanced support for refreshing custom summary calculations based on their dependent columns when the cell value of the dependent column changes.
SfExpander
Users can now customize the header background and header icon color of the Expander using the visual state manager based on the visual states set from the code. The applicable visual states are Normal and PointerOver.
SfSegmentedControl
Breaking changes
Class name - SfSegmentedControl:
Existing API name - SelectionSettingsProperty.
New API name - SelectionIndicatorSettingsProperty.
Class name - SelectionIndicatorSettings:
Existing API name - SelectionModeProperty.
New API name - SelectionIndicatorPlacementProperty.
SfTextInputLayout
Manually input values don't update the Stroke Value due to an issue at the framework level in .NET 8.0. This problem arises because the manual value doesn't override an implicit style. However, you can resolve this by setting the Stroke Value using the Visual State Manager (VSM) through Style.
Microsoft Visual Studio Extensions
Added .NET 8.0 support to the Syncfusion MAUI Template Studio and MAUI Toolbox.
Breaking changes - Removed .NET 6.0 support in the Syncfusion MAUI Template Studio and MAUI Toolbox.
不具合の修正
DocIO
Image is now preserved properly while saving a DOCX format document.
PDF
Resolved an issue where the destination was not behaving as expected after an update to the destination array functionality in the file link annotation.
Resolved an exception that occurred while converting Word to PDF, specifically when handling Arabic text in italic style.
The Index outside the bounds of the array exception no longer occurs when compressing a particular PDF document.
The Null Reference exception will no longer occur when using the loaded document StructureElement for a particular document.
Fixed the issue where the border width is not updated when exporting the annotation in XFDF format.
SfCartesianChart
The tooltip drawing at the edge data points of the chart has been improved.
Provided a font customization option for charts in embedded applications.
SfImageEditor
Fixed the ImageEditor Save method file location issue.
The Visibility of the ImageEditor toolbar items will now work properly even after editing the image.
SfPopup
The application no longer crashes when opening a popup in the OnAppearing event.
XlsIO
Object reference exception is no longer thrown while resaving the Excel document with empty chart shape.