Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fdac331
Update win32 to 0.81
acoates-ms Jun 1, 2026
9b5ed34
change file
acoates-ms Jun 1, 2026
240ae8f
format
acoates-ms Jun 1, 2026
2ee7800
bump rnta
acoates-ms Jun 1, 2026
b601256
update Podfile.lock
tido64 Jun 2, 2026
8ec4d73
fixes
acoates-ms Jun 2, 2026
073d093
fix
acoates-ms Jun 2, 2026
8fb973f
fix
acoates-ms Jun 2, 2026
5e244a9
fix stale links in contributing.md
acoates-ms Jun 2, 2026
bb2b8eb
bump rnsvg to pickup macos fix
acoates-ms Jun 2, 2026
77ad449
restore oxc-resolver but hard code unicode-segmenter location
acoates-ms Jun 2, 2026
c369901
format
acoates-ms Jun 2, 2026
57703ff
Merge branch 'main' of https://github.com/microsoft/fluentui-react-na…
JasonVMo Jun 3, 2026
bb59592
Merge branch 'main' of https://github.com/microsoft/fluentui-react-na…
JasonVMo Jun 3, 2026
0991231
fix avatar codegen template
JasonVMo Jun 3, 2026
8b2a95a
align imagesource type
acoates-ms Jun 4, 2026
2123279
Merge remote-tracking branch 'origin/main' into user/acoates/rn81win32
acoates-ms Jun 4, 2026
536a293
Add script to find hwnd of e2e windows and use that to attach in e2e …
acoates-ms Jun 5, 2026
0f7f949
Merge remote-tracking branch 'upstream/main' into user/acoates/rn81win32
Saadnajmi Jun 5, 2026
b7aed4c
add updated pod install lockfiles
JasonVMo Jun 5, 2026
eadc258
Launch packager for RNW E2E test
acoates-ms Jun 5, 2026
9c588e2
fix windows e2e test
acoates-ms Jun 5, 2026
1eb9a41
format
acoates-ms Jun 5, 2026
b8e92c7
windows e2e fix
acoates-ms Jun 5, 2026
e71defd
Maybe get dump files for e2e windows crashes
acoates-ms Jun 5, 2026
a70e481
fix
acoates-ms Jun 6, 2026
7d7be42
can the workflow write to HKLM?
acoates-ms Jun 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .changeset/three-pets-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
"@fluentui-react-native/experimental-appearance-additions": patch
"@uifabricshared/theming-react-native": patch
"@fluentui-react-native/experimental-activity-indicator": patch
"@fluentui-react-native/contextual-menu": patch
"@uifabricshared/theme-registry": patch
"@fluentui-react-native/focus-trap-zone": patch
"@fluentui-react-native/notification": patch
"@fluentui-react-native/experimental-menu-button": patch
"@fluentui-react-native/interactive-hooks": patch
"@fluentui-react-native/persona-coin": patch
"@fluentui-react-native/menu-button": patch
"@fluentui-react-native/radio-group": patch
"@fluentui-react-native/experimental-checkbox": patch
"@fluentui-react-native/dropdown": patch
"@fluentui-react-native/experimental-expander": patch
"@fluentui-react-native/overflow": patch
"@fluentui-react-native/android-theme": patch
"@fluentui-react-native/default-theme": patch
"@fluentui-react-native/theming-utils": patch
"@fluentui-react-native/focus-zone": patch
"@fluentui-react-native/pressable": patch
"@fluentui-react-native/separator": patch
"@fluentui-react-native/popover": patch
"@fluentui-react-native/experimental-shimmer": patch
"@fluentui-react-native/spinner": patch
"@fluentui-react-native/tooltip": patch
"@fluentui-react-native/checkbox": patch
"@fluentui-react-native/dependency-profiles": patch
"@fluentui-react-native/experimental-avatar": patch
"@fluentui-react-native/drawer": patch
"@fluentui-react-native/experimental-shadow": patch
"@fluentui-react-native/framework": patch
"@fluentui-react-native/apple-theme": patch
"@fluentui-react-native/win32-theme": patch
"@fluentui-react-native/callout": patch
"@fluentui-react-native/divider": patch
"@fluentui-react-native/persona": patch
"@fluentui-react-native/tablist": patch
"@fluentui-react-native/avatar": patch
"@fluentui-react-native/button": patch
"@fluentui-react-native/switch": patch
"@fluentui-react-native/badge": patch
"@fluentui-react-native/input": patch
"@fluentui-react-native/stack": patch
"@fluentui-react-native/chip": patch
"@fluentui-react-native/icon": patch
"@fluentui-react-native/link": patch
"@fluentui-react-native/menu": patch
"@fluentui-react-native/text": patch
"@fluentui/react-native": patch
"@fluentui-react-native/tokens": patch
"@fluentui-react-native/tester": patch
---

Bump win32 to 0.81
24 changes: 16 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,27 +194,35 @@ jobs:
Start-Process msiexec -ArgumentList "/quiet","/i","$env:RUNNER_TEMP\WinAppDriver.msi" -Verb runAs -Wait
shell: powershell

- name: Generate UWP app
- name: Generate RNW app
run: yarn install-windows-test-app --use-nuget
working-directory: apps/fluent-tester

- name: Build UWP app
run: yarn windows --arch x64 --logging --no-packager --no-launch --msbuildprops WindowsTargetPlatformVersion=10.0.26100.0
working-directory: apps/fluent-tester

- name: Prepare E2E Windows tests
run: yarn e2eprep:windows
working-directory: apps/E2E

- name: Run E2E UWP tests
run: yarn e2etest:windows
- name: Start packager
run: cmd /c "start yarn start"
working-directory: apps/fluent-tester

# First build of RNW may fail with Cannot open include file: 'CppWinRTIncludes.h' error
# So we run the build command twice
- name: Build RNW app
run: yarn windows --arch x64 --logging --no-packager --no-launch --msbuildprops WindowsTargetPlatformVersion=10.0.26100.0; yarn windows --arch x64 --logging --no-packager --no-launch --msbuildprops WindowsTargetPlatformVersion=10.0.26100.0 || yarn windows --arch x64 --logging --no-packager --no-launch --msbuildprops WindowsTargetPlatformVersion=10.0.26100.0
working-directory: apps/fluent-tester

- name: Run E2E RNW tests
shell: pwsh
run: |
.\launchE2EWindows.ps1 -enableDumpFiles
working-directory: apps/E2E

- name: Upload E2E Windows artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: E2E_UWP_Dump
name: E2E_RNW_Dump
path: |
apps/E2E/reports
apps/E2E/errorShots
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ catalogs:
react-native-shimmer: ^0.6.0
react-native-sqlite-storage: ^6.0.1
react-native-svg: ^15.12.1
react-native-test-app: ^4.4.11
react-native-test-app: ^5.1.10
react-native-webview: ^13.14.1
react-native-windows: ^0.81.0
react-test-renderer: 19.1.4
Expand Down
35 changes: 35 additions & 0 deletions apps/E2E/launchE2EWindows.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
param ([switch]$enableDumpFiles = $false)

#Find package name of the react test app
$pkgName = (Get-AppxPackage -Name "40411fc5-8e92-4d46-b68d-b62df44b1366").PackageFamilyName

Start-Process -FilePath "$Env:ComSpec" -ArgumentList "/C", "start", "shell:AppsFolder\$pkgName!App"


if ($enableDumpFiles) {
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\ReactApp.exe" /v DumpType /t REG_DWORD /d 2 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\ReactApp.exe" /v DumpFolder /t REG_EXPAND_SZ /d "$PSScriptRoot\errorShots" /f

# Give time for regkeys to be set
Start-Sleep -Seconds 5
}

for ($i = 1; $i -le 10; $i++) {

if (Get-Process ReactApp -ErrorAction Ignore)
{
Write-Host "ReactApp is running"
break;
}

Write-Host "Waiting for app to start..."

#Give app chance to create window
Start-Sleep -Seconds 1
}

#Set env var for wdio.conf.windows to use as appium:appTopLevelWindow
$env:E2ETEST_APP_TOP_LEVEL_WINDOW = "0x" +(Get-Process ReactApp -ErrorAction Stop).MainWindowHandle.ToString("x")

yarn "e2etest:windows"
2 changes: 1 addition & 1 deletion apps/E2E/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "fluentui-scripts lint"
},
"dependencies": {
"@office-iss/rex-win32": "0.73.11-devmain.16.0.17615.15030"
"@office-iss/rex-win32": "0.81.1"
},
"devDependencies": {
"@babel/core": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion apps/E2E/wdio.conf.windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports.config = {
platformName: 'windows',
'appium:automationName': 'windows',
'appium:deviceName': 'WindowsPC',
'appium:app': '40411fc5-8e92-4d46-b68d-b62df44b1366_7c3z4tcdk8r62!App',
'appium:appTopLevelWindow': process.env['E2ETEST_APP_TOP_LEVEL_WINDOW'],
},
],

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ react_native_path = "#{__dir__}/../node_modules/react-native"

use_test_app! do |target|
target.app do
platform :ios, '15.0'
platform :ios, '16.0'
end
end
Loading
Loading