-
Notifications
You must be signed in to change notification settings - Fork 42
Release 5.7.17 #496
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
Release 5.7.17 #496
Conversation
|
Hi @deepin-bot[bot]. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Reviewer's GuideThis PR stages the 5.7.17 release by updating packaging metadata and introducing centralized version and changelog files that document all new features, enhancements, fixes, and removals. Class diagram for new ScrollView component and updated TextArea sizingclassDiagram
class ScrollView {
+content: Item
+scrollBar: ScrollBar
+orientation: Orientation
+setContent(Item)
+setScrollBar(ScrollBar)
}
class TextArea {
+width: int
+height: int
+resize()
}
ScrollView o-- Item : contains
ScrollView o-- ScrollBar : uses
TextArea <|-- ScrollView : can be child
Class diagram for tab focus support in CheckBox and RadioButtonclassDiagram
class CheckBox {
+checked: bool
+focusable: bool
+onTabFocus()
}
class RadioButton {
+selected: bool
+focusable: bool
+onTabFocus()
}
Class diagram for improved TitleBar layout and updated window control iconsclassDiagram
class TitleBar {
+layout: Layout
+updateLayout()
+windowControls: WindowControlIcons
}
class WindowControlIcons {
+minimizeIcon: Icon
+maximizeIcon: Icon
+closeIcon: Icon
+updateIcons(theme)
}
TitleBar o-- WindowControlIcons : uses
Class diagram for Bloom theme checkbox and radio icon updatesclassDiagram
class BloomTheme {
+checkboxIcon: Icon
+radioIcon: Icon
+updateCheckboxIcon(Icon)
+updateRadioIcon(Icon)
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 5.7.17 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deepin-bot[bot], mhduiy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
5.7.17 - 2025-06-19
Added
Changed
Fixed
Removed
Summary by Sourcery
Prepare and document the 5.7.17 release by bumping package metadata and adding release notes.
Build:
Documentation: