From 02fe1c42e9d3d6d391eac4ead53fcfab1f8e3ba7 Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Fri, 5 Jul 2024 14:24:19 -0400 Subject: [PATCH] Created Improvements in v4.6.1 (markdown) --- Improvements-in-v4.6.1.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Improvements-in-v4.6.1.md diff --git a/Improvements-in-v4.6.1.md b/Improvements-in-v4.6.1.md new file mode 100644 index 0000000..eee4265 --- /dev/null +++ b/Improvements-in-v4.6.1.md @@ -0,0 +1,19 @@ +## v4.6.1 + +_Released July 5, 2024._ + +**7 bug fixes and improvements** + +* All the assemblies which used to contain "NET5" in their name no longer do so. They are now named in the same manner as their NET Framework equivalent, but are put into their own folder. The use of generic names is a decision that was made in order to avoid having to rename files each time that Microsoft changes the NET technology; this means that these assemblies can now be used with NET5 as well as all subsequent versions of the NET technology that Xceed will support. +* Floating a LayoutElement when AvalonDock is used under a different application domain no longer causes AvalonDock to crash. +* In DateTimePicker, having multiple DateTimePicker will no longer create memory leaks. +* In PropertyGrid, creating a binding on the PropertyDefinitions property no longer displays an empty PropertyGrid when that PropertyGrid is located inside a DataTemplate. +* In PropertyGrid, a Property of the IList<> type will now use the PrimitiveTypeCollectionEditor instead of the CollectionEditor. +* In TimeSpanUpDown, setting properties when the control is located inside a DataTemplate no longer results in an empty TimeSpanUpDown. +* In Wizard, the error validation process is now re-evaluated on every change of the WizardPage. + + +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