Syncfusion Essential Studio WPF 2024 Volume 3 SP1 (27.2.2)
Released: Nov 15, 2024
2024 Volume 3 SP1 (27.2.2) での更新項目
機能
Common
Added support for Microsoft .NET 9.
DocIO
Breaking Change - DocToPDFConverter class will no longer inherit from the System.ComponentModel.Component class.
DockingManager
Breaking Changes - The following methods have been removed in .NET 9.0 due to the deprecation of the BinaryFormatter.
SaveDockState(BinaryFormatter serializer).
SaveDockState(IFormatter serializer, StorageFormat format, string path).
LoadDockState(BinaryFormatter serializer).
LoadDockState(IFormatter serializer, StorageFormat format, string path).
DocumentContainer
Breaking Changes - The following methods have been removed in .NET 9.0 due to the deprecation of the BinaryFormatter.
SaveDockState(BinaryFormatter serializer).
SaveDockState(IFormatter serializer, StorageFormat format, string path).
LoadDockState(BinaryFormatter serializer).
LoadDockState(IFormatter serializer, StorageFormat format, string path).
PDF
Added .NET 9 support for PDF, HTML Converter, and OCR Processor.
TabControlExt
Breaking Changes - The following methods have been removed in .NET 9.0 due to the deprecation of the BinaryFormatter.
SaveToRegistry().
LoadFromRegistry().
Visual Studio Extensions
Added .NET 9.0 support to the Syncfusion WPF Template Studio, Item Template, and Reference Manager.
不具合の修正
CheckListBox
The NullReferenceException will no longer occur when loading empty CheckListBox.
CurrencyTextBox
OverflowException will no longer occur when pasting a large value in the CurrencyTextBox.
Binding values are updated properly in CurrencyTextBox for .NET 8.0 projects.
DocIO
MathML equations are now preserved properly while converting a Word document to an image multiple time.
The NullReferenceException will no longer be thrown while opening a DOCX document with footnote.
DockingManager
The DockingManager DataContext will no longer lost when docking a FloatingWindow within another FloatingWindow.
Binding errors will no longer occur in DockingManager.
The Content in the AutoHide window render properly in DockingManager.
The NullReference exception will no longer occur while opening the DockingManager.
After re-docking to the parent window, the DockingManager's NativeFloatWindow will no longer be visible in the Visual Tree.
FloatingWindow will no longer shows empty header when using the custom header template in DockingManager.
DoubleTextBox
Binding values are updated properly in DoubleTextBox for .NET 8.0 projects.
DoubleTextBox will update properly while writing the Value property.
IntegerTextBox
Typed values are updated properly in IntegerTextBox for .NET 8.0 projects.
IntegerTextBox value binding will no longer reflects below MinValue or MaxValue in ViewModel.
PdfViewerControl
ArgumentOutOfRangeException will no longer be thrown while working in organize pages of the PdfViewer.
Transparent background will now be applied to signature field in WPF PdfViewer.
KeyNotFoundException will no longer be thrown while deleting the pages in the PdfViewer.
Popup note text will now save properly for the shape annotation in PdfViewer.
Search text will now work properly on rotated page in the WPF PdfViewer.
ParameterNotValidExcecption will no longer be thrown while loading a PDF in the PdfViewer.
Memory usage for text operations were optimized for 32-bit enviromnet in WPF PdfViewer.
Presentation
The IndexOutOfRangeException will no longer be thrown while opening the document with duplicate slide relation.
Font color now preserved properly while converting PPTX to PDF.
Ribbon
Binding errors will no longer occur in Ribbon control.
Backstage render properly when using the SfRichTextRibbon control in the Ribbon control.
When dragged between multiple monitors, the RibbonWindow can be restored from its maximized position.
The arrow icon for DropDownMenuItem will display correctly when using the SkinManager themes.
SfDataGrid
The property bound to GridCell.Background in the CellStyle will not be overridden by the SelectionBackground color if the BindingMode is set to two-way.
SfRichTextBoxAdv
The ArgumentOutOfRangeException will no longer be thrown when loading a document that contains headers with floating elements positioned vertically as line.
The images with hyperlinks are now correctly preserved when loading HTML.
SfSpellChecker
Memory leak doesn't occur when using custom dictionary in SfSpellChecker.
SfTimePicker
When using navigation keys without first editing time, SfTimePicker will no longer throw an exception.
SplitButton
When the SizeMode is set to Normal, the SplitButton's foreground color can be customized.
TabControlExt
Exported theme with the custom theme name will no longer thrown exception in run time.
TileViewControl
OverflowException will no longer occur when pasting a large value in the CurrencyTextBox.
The TileViewItem missing issue will no longer occur when hiding and unhiding the TileViewItems in the TileViewControl.
SfTimePicker
The TimeSpanEdit control Value updates properly in .NET Core projects.
Visual Studio Extensions
The issue of the Create button not being visible in other languages of Visual Studio while creating the project from the Syncfusion WPF Template Studio Extension has been fixed.
XlsIO
The styles are now applied properly to hidden ranges when creating an Excel document.