Actipro Editors for WPF (英語版) のリリース

Released: Dec 5, 2023

23.1.4 での更新項目

機能

  • Updated the MonthCalendar control's title and day names to use CurrentUICulture-based conversion instead of CurrentCulture.

Released: Sep 11, 2023

23.1.3 での更新項目

機能

  • Added a new Custom Edit Box QuickStart sample demonstrating how to build an edit box for a custom type.
  • Updated each edit box template to bind the TabIndex property down to the embedded TextBox control.

Released: Jun 12, 2023

23.1.1 での更新項目

機能

  • Improved MonthCalendar keyboard navigation.
  • Improved MonthCalendar UI automation peer configuration.
  • Improved ColorPicker UI automation peer configuration.
  • Updated the AutoCompleteBox suggestion list to announce the current selection in screen reader apps when keyboard navigation keys are used.

Released: Apr 19, 2023

23.1.0 での更新項目

機能

  • Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
  • Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
  • Updated all assemblies to be code-signed.
  • Added the CanSnapToChangePrecision property to DoubleEditBox...

Released: Apr 4, 2023

22.1.5 での更新項目

機能

  • Validated Microsoft .NET 7 compatibility.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.

Released: Nov 11, 2022

22.1.4 での更新項目

不具合の修正

  • Fixed an issue where MaskedTextBox mask character classes ending in a hyphen were sometimes parsed as an incomplete range.

Released: Sep 8, 2022

22.1.3 での更新項目

機能

  • Added 'AutoCompleteBox.PopupHeader', 'PopupHeaderTemplate', and 'PopupHeaderTemplateSelector' properties that allow for injecting a header above the popup's suggestion list.

不具合の修正

  • Fixed an issue where the initial move of the ColorPicker thumb within its SaturationBrightnessPicker might not yield the correct Value.
  • Fixed an issue where certain ColorPicker color component properties might not yet be updated when the ValueChanged event fires.

Released: May 27, 2022

22.1.2 での更新項目

機能

  • Improved handling of minimum and maximum dates in DateTimeEditBox and MonthCalendar.
  • Updated how the Foreground is set for non-editable edit boxes.
  • Improved the product installer.
  • Changed the product installer to install shortcuts and samples to folders accessible by all users.

不具合の修正

  • Fixed an issue where the RoundingDecimalPlace properties on Editors/DataGrid interop columns weren't passing the value to the generated edit box controls.

Released: Mar 15, 2022

22.1.1 での更新項目

機能

  • Improved Microsoft Visual Studio 2022 designer support.
  • Updated how EmbeddedListBox tracks clicks to better support touch-based scrolling.

不具合の修正

  • Fixed an issue on .NET Core that caused Calculator to display some results with more precision than was necessary.

Released: Dec 13, 2021

22.1.0 での更新項目

機能

  • Added a PartEditBoxCommitTriggers.LostFocus option so that commit on focus loss is now optional, which is a breaking change since it previously always occurred. The Default and All options have been updated to include LostFocus so they operate like before. If you use any other custom options, you must also now include the LostFocus option to retain the same behavior as before.
  • Renamed the PartEditBoxCommitTriggers.None option to Manual. The previous None option implicitly committed on focus...