-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[release-notes] Windows Forms in .NET 11 Preview 5 #10431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
danroth27
wants to merge
2
commits into
release-notes/11.0-preview5
Choose a base branch
from
release-notes/11.0-preview5-winforms
base: release-notes/11.0-preview5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+45
−0
Draft
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # Windows Forms in .NET 11 Preview 5 - Release Notes | ||
|
|
||
| .NET 11 Preview 5 does not introduce new Windows Forms feature additions. The | ||
| notable user-facing changes in this preview are regression fixes for clipboard, | ||
| ToolStrip, layout, designer, and dark mode scenarios. | ||
|
|
||
| ## Bug fixes | ||
|
|
||
| - **System.Windows.Forms.Clipboard** | ||
| - `Clipboard.GetText(TextDataFormat.Rtf)` now reads RTF clipboard data that | ||
| doesn't include a null terminator. This fixes valid RTF content copied by | ||
| applications such as PowerPoint returning an empty string | ||
| ([dotnet/winforms #14461](https://github.com/dotnet/winforms/pull/14461)). | ||
| - **System.Windows.Forms.ToolStrip** | ||
| - `ToolStrip` controls with `TabStop=true` no longer activate menu handling | ||
| after tab navigation in a way that prevents controls such as `TreeView` from | ||
| receiving arrow keys | ||
| ([dotnet/winforms #14491](https://github.com/dotnet/winforms/pull/14491)). | ||
| - `ToolStripDropDownMenu` scrolling now handles menu boundaries without | ||
| out-of-range scrolling or unintentionally dismissing the dropdown | ||
| ([dotnet/winforms #14490](https://github.com/dotnet/winforms/pull/14490)). | ||
| - `ToolStrip` DPI changes now preserve the previous device DPI during the DPI | ||
| change path, so scaling logic can run when moving controls between displays | ||
| with different DPI settings | ||
| ([dotnet/winforms #14454](https://github.com/dotnet/winforms/pull/14454)). | ||
| - **System.Windows.Forms.Layout** | ||
| - `AnchorLayoutV2` now initializes missing anchor metadata when anchored | ||
| controls are replaced during a suspended layout pass | ||
| ([dotnet/winforms #14505](https://github.com/dotnet/winforms/pull/14505)). | ||
| - **System.Windows.Forms.Design** | ||
| - Hosted WinForms designers can paste controls through `CommandSet.OnMenuPaste` | ||
| again | ||
| ([dotnet/winforms #14403](https://github.com/dotnet/winforms/pull/14403)). | ||
| - Collection editor captions for custom controls now use the underlying control | ||
| type instead of the generated `ControlProxy<T>` wrapper name | ||
| ([dotnet/winforms #14375](https://github.com/dotnet/winforms/pull/14375)). | ||
| - **System.Windows.Forms.PropertyGrid** | ||
| - `PropertyGrid.SelectedTab` now updates correctly when `SelectedObject` is | ||
| assigned | ||
| ([dotnet/winforms #14438](https://github.com/dotnet/winforms/pull/14438)). | ||
| - **System.Windows.Forms.ProgressBar** | ||
| - `ProgressBar` now has default foreground and background colors for dark mode | ||
| rendering | ||
| ([dotnet/winforms #14339](https://github.com/dotnet/winforms/pull/14339)). | ||
|
|
||
| ## Community contributors | ||
|
|
||
| Thank you contributors! ❤️ | ||
|
|
||
| - [@LeafShi1](https://github.com/dotnet/winforms/pulls?q=is%3Apr+is%3Amerged+author%3ALeafShi1) | ||
| - [@SimonZhao888](https://github.com/dotnet/winforms/pulls?q=is%3Apr+is%3Amerged+author%3ASimonZhao888) | ||
|
merriemcgaw marked this conversation as resolved.
Outdated
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both are from our CTI test team. Are they "Community contributers" in the classical sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with Klaus. I think we should not add them to Community contributors section.