Skip to content

Commit d84f8d1

Browse files
Update 10.0 Preview 4 Release notes (#9867)
* Update winforms.md First draft with copilit * Review feedback latest updates * Update winforms.md * Update release-notes/10.0/preview/preview4/winforms.md Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com> * Update release-notes/10.0/preview/preview4/winforms.md Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com> * Update release-notes/10.0/preview/preview4/winforms.md Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com> * Update release-notes/10.0/preview/preview4/winforms.md Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com> * Update release-notes/10.0/preview/preview4/winforms.md Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com> --------- Co-authored-by: Tanya Solyanik <tanyaso@microsoft.com>
1 parent e34d641 commit d84f8d1

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

release-notes/10.0/preview/preview4/winforms.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,53 @@
22

33
Here's a summary of what's new in Windows Forms in this preview release:
44

5-
- [Feature](#feature)
5+
* [Features and Enhancements](#features-and-enhancements)
6+
* [Bug Fixes](#bug-fixes)
7+
* [Infrastructure and Tooling](#infrastructure-and-tooling)
8+
* [Localization and Documentation](#localization-and-documentation)
69

710
## Windows Forms updates in .NET 10
811

9-
- [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation.
10-
- [Issues List for Windows Forms in .NET 10 Preview 2](https://github.com/dotnet/winforms/issues?q=is%3Aissue%20milestone%3A%2210.0%20Preview2%22%20)
12+
* [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation.
13+
* [Issues List for Windows Forms in .NET 10 Preview 4](https://github.com/dotnet/winforms/issues?q=is%3Aclosed+milestone%3A%2210.0+Preview4%22)
1114

12-
## Feature
15+
---
1316

14-
Something about the feature
17+
## Features and Enhancements
18+
19+
**Shared Core Clipboard Functionality with WPF** -
20+
Introduced shared functionality with WPF by moving reusable code into a common library for better code maintainability.
21+
22+
[Share System.Private.Windows.Core with WPF](https://github.com/dotnet/winforms/issues/12179).
23+
24+
**Improved Test Coverage** -
25+
Numerous unit tests were added to improve reliability and ensure comprehensive coverage across components.
26+
[New Unit Tests](https://github.com/dotnet/winforms/issues?q=is%3Aclosed%20milestone%3A%2210.0%20Preview4%22%20label%3A%22area-test%20coverage%22)
27+
28+
29+
## Bug Fixes
30+
31+
* [Fix a series of Analyzer issues.](https://github.com/dotnet/winforms/pull/13333)
32+
33+
* [Fix #13305 Baseline SnapLines disappear in the derived ControlDesigners](https://github.com/dotnet/winforms/pull/13324)
34+
35+
* [InvalidOperationException when dialog containing focused DataGridView is closed](https://github.com/dotnet/winforms/pull/13320) (Fixes #13319)
36+
37+
* [Property grid entry for ShortCut keys should not be up/down scrollable](https://github.com/dotnet/winforms/pull/13280) (Fixes #13279)
38+
* [Ignore case for DESC and ASC in BindingSource.Sort](https://github.com/dotnet/winforms/pull/13283) (Fixes #13278)
39+
40+
## Infrastructure and Tooling
41+
42+
**Enhanced GitHub Workflow Automation** -
43+
Onboarded to a new issue-labeling system based on GitHub workflows to improve automation and self-service capabilities.
44+
[Onboard to the GitHub workflow-based issue-labeler](https://github.com/dotnet/winforms/pull/13101).
45+
46+
## Localization and Documentation
47+
48+
**Translation Updates** -
49+
Reviewed and corrected translations, including fixing the French translation of "(none)."
50+
[Correct translation for "(none)" in French](https://github.com/dotnet/winforms/pull/13162).
51+
52+
---
53+
54+
For the full list of updates, visit the **[10.0 Preview 4 milestone](https://github.com/dotnet/winforms/issues?q=is%3Aclosed+milestone%3A%2210.0+Preview4%22).**

0 commit comments

Comments
 (0)