[PR #5778] [MERGED] Move to Microsoft.UI.Xaml 2.4.0 #26468

Open
opened 2026-01-31 09:16:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5778
Author: @DHowett-MSFT
Created: 5/7/2020
Status: Merged
Merged: 6/5/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/mux-2.4


📝 Commits (3)

  • 2259016 Move to Microsoft.UI.Xaml 2.4.0
  • 5372592 Merge remote-tracking branch 'origin/master' into dev/duhowett/mux-2.4
  • ca00c00 Update to 2.4.2 20060401

📊 Changes

11 files changed (+18 additions, -18 deletions)

View changed files

📝 doc/building.md (+2 -2)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj (+1 -1)
📝 src/cascadia/TerminalApp/TerminalApp.vcxproj (+2 -2)
📝 src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj (+2 -2)
📝 src/cascadia/TerminalApp/packages.config (+1 -1)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+2 -2)
📝 src/cascadia/WindowsTerminal/packages.config (+1 -1)
📝 src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj (+2 -2)
📝 src/cascadia/ut_app/TerminalApp.UnitTests.vcxproj (+1 -1)

📄 Description

This brings support for "Compact" tab sizing, which compresses all inactive tabs to just the size of their icons plus the close button. Neat!

It also just keeps us generally up-to-date and good citizens.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/5778 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 5/7/2020 **Status:** ✅ Merged **Merged:** 6/5/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/mux-2.4` --- ### 📝 Commits (3) - [`2259016`](https://github.com/microsoft/terminal/commit/22590163b2102f099ed0acc4433b5057cc30f1ff) Move to Microsoft.UI.Xaml 2.4.0 - [`5372592`](https://github.com/microsoft/terminal/commit/5372592d89e55e09a5795f4a3a31384d5823b878) Merge remote-tracking branch 'origin/master' into dev/duhowett/mux-2.4 - [`ca00c00`](https://github.com/microsoft/terminal/commit/ca00c008f64628afe109dedbf95692fd5027a243) Update to 2.4.2 20060401 ### 📊 Changes **11 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `doc/building.md` (+2 -2) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj` (+1 -1) 📝 `src/cascadia/TerminalApp/TerminalApp.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalApp/packages.config` (+1 -1) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+2 -2) 📝 `src/cascadia/WindowsTerminal/packages.config` (+1 -1) 📝 `src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj` (+2 -2) 📝 `src/cascadia/ut_app/TerminalApp.UnitTests.vcxproj` (+1 -1) </details> ### 📄 Description This brings support for "Compact" tab sizing, which compresses all inactive tabs to just the size of their icons plus the close button. Neat! It also just keeps us generally up-to-date and good citizens. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:16:17 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26468