Skip to content

Tags: mdtauk/microsoft-ui-xaml

Tags

v2.5.0

More InfoBarPanel API udpates (microsoft#3739)

* update API names

* update to use all the padding/margin properties

* Update for PR comments.

Co-authored-by: Tammy Paine <30241445+teaP@users.noreply.github.com>

v2.5.0-prerelease.201127001

Update InfoBarPanel API names (microsoft#3704)

* Update API names

* Remove grid.columns

v2.5.0-prerelease.201027002

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding InfoBar Control (microsoft#3325)

* Remove prototype infobar

* Added blank InfoBar back.

* Copied over most properties and test app contents.

* Added back event args and handle ShowCloseButton.

* Updated action button params to ActionButton, added IsIconVisible, hooked up IconSource, renamed ShowCloseButton -> IsUserDismissable

* Added back the events.

* Added custom content area.

* Added InfoBarPanel to change between horizontal and vertical layout depending on if the content fits.

* Added CloseButtonStyle.

* Clean up markup, moved magic numbers into themeresources.

* Added AutomationPeer and notifications.

* Cleaned up resources, added high contrast colors and border.

* UI updates to match figma.

* Word wrapping and layout

* Hopefully fixed layout issues.

* Updates following API review.

* Add more tests.

* Cleanup!

* Notification update.

* Comment clarification.

* Update to Background property

* PR fixes

* Fixing solution file

* TextBlock -> FontIcon

* Update brush names, critical -> error, added icon brushes for different severities.

* Separate foreground colors for title and message.

* Fix build warning

* This was incorrect, I have no idea why this made it build on github.

* Add tooltip to close button

* Attempt to fix solution

* Fix for RS2

v2.5.0-prerelease.200923002

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add jpg and ics extensions to skipped filed extensions (microsoft#3313)

v2.5.0-prerelease.200812001

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable TabViewTests.GamePadTest on RS2 (microsoft#3094)

v2.5.0-prerelease.200708003

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RunCodeAnalysis conditionally (microsoft#2869)

v2.4.3

Disable multi-proc build for lab machines (microsoft#2865)

v2.5.0-prerelease.200609001

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove use of blacklist/whitelist terminology (microsoft#2622)

v2.4.2

update to 2.4.2

v2.4.0-prerelease.200506001

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
"IsDeterminate" was misleading in the ProgressBarPage. (microsoft#2383)

* "IsDeterminate" was misleading in the ProgressBarPage.

* Fixed tests after PR review