From b8e2e4c30e174a8bf5e42f1963c220d907488378 Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Mon, 22 Jan 2024 10:35:48 -0500 Subject: [PATCH] Created Improvements in v4.6.0 (markdown) --- Improvements-in-v4.6.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Improvements-in-v4.6.0.md diff --git a/Improvements-in-v4.6.0.md b/Improvements-in-v4.6.0.md new file mode 100644 index 0000000..6fa4268 --- /dev/null +++ b/Improvements-in-v4.6.0.md @@ -0,0 +1,18 @@ +## v4.5.1 + +_Released August 15, 2023._ + +**7 bug fixes and improvements** + +* 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 + +----- \ No newline at end of file