-
Notifications
You must be signed in to change notification settings - Fork 760
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
chore: Update ProgressBar
to winui3/release/1.4.2
#14288
base: master
Are you sure you want to change the base?
chore: Update ProgressBar
to winui3/release/1.4.2
#14288
Conversation
@MartinZikmund Is it ok, if I make this breaking change? The change from the public ContainerAnimationStartPosition2 -> Container2AnimationStartPosition |
@morning4coffe-dev I think it aligns the API with WinUI3 correct? I think it should be safe here, especially as the |
@MartinZikmund Good. 👍 I searched all of our projects for references and it seems like other styles are using it |
# Conflicts: # src/Uno.UI/Microsoft/UI/Xaml/Controls/ProgressBar/ProgressBar.cs # src/Uno.UI/Microsoft/UI/Xaml/Controls/ProgressBar/ProgressBarAutomationPeer.cs # src/Uno.UI/Microsoft/UI/Xaml/Controls/ProgressBar/ProgressBarTemplateSettings.cs
# Conflicts: # src/Uno.UI/Microsoft/UI/Xaml/Controls/ProgressBar/ProgressBar.xaml
# Conflicts: # build/PackageDiffIgnore.xml
# Conflicts: # build/PackageDiffIgnore.xml
65047b1
to
ed45470
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-14288/index.html |
CC @MartinZikmund should I close this one? |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days. |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-14288/index.html |
GitHub Issue (If applicable): part of #14275
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Updated the
ProgressBar
code to match the new public winui3/release/1.4.2Copilot Summary
🤖 Generated by Copilot at 42ba9f8
This pull request ports the latest version of the MUX
ProgressBar
control to Uno, by updating the XAML template and the C# code files. It also improves the code structure and readability by splitting theProgressBar
class into partial classes and adding comments.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.