diff --git a/Improvements-in-v3.5.0.md b/Improvements-in-v3.5.0.md index d9ff5cb..3ed0483 100644 --- a/Improvements-in-v3.5.0.md +++ b/Improvements-in-v3.5.0.md @@ -522,6 +522,27 @@ _Released to registered users of the Plus Edition on April 3, 2023._ * In PropertyGrid, the values of the NumericUpDowns are now displayed correctly by UIAutomation. * In TokenizedTextBox, exceptions are no longer raised when text is pasted. +## v4.6.0 Plus Edition + +_Released to registered users of the Plus Edition on January 22, 2024._ + +**13 improvements and bug fixes** + +* The NETCore version of this component is no longer supported. +* A new theme, called FluentDesign, was added to the Toolkit. +* In LiveExplorer, interactive examples were added to show how controls are affected by the FluentDesign theme. +* In LiveExplorer, screenshot were added to show how controls are affected by the FluentDesign theme. +* The titles of floating LayoutAnchorables will now be displayed properly when AvalonDock is used with the MaterialDesign theme. +* When scrolling vertically, the ExtendedTabControl no longer changes width based on the content of its TabItems. Instead, the TabItems’ widths are now automatically resolved using the width of the TabItem with the largest entry. +* In CheckComboBox, a new property, called IsAllItemsSelectedContentActive, can now be used to display the value of the AllItemsSelectedContent property or a concatenation of the selected items. +* In AvalonDock, re-docking a unique LayoutAnchorable who is a child of a LayoutAnchorablePane from which it was floated no longer creates a LayoutDocument. +* In AvalonDock, verifications have been added to prevent NullRefExceptions when deserializing a layout or closing a window. +* In DateTimePicker, the OverflowException is now shallowed to prevent the application from crashing when storing and selecting values greater than the allowed capacity (Int32). +* In MessageBox, the icons will now appear as expected when using .NET5+. +* In NumericUpDowns, the incrementation related to the ValuedChanged event that is triggered by clicking on a Spinner control is now done before the Spinned event is raised. +* In Wizard, using a DataTrigger in a Style in order to set the CurrentPage property will now update this CurrentPage property properly. + + We hope you love this release and decide to support the project by getting a license to Xceed Toolkit Plus for WPF. -- Xceed Team