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

Released: Feb 26, 2024

24.1.1 での更新項目

機能

  • Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
  • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
  • The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
  • Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser requires Visual...

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.