Skip to content

Commit 1462317

Browse files
acoates-mschiaramooneyJunielKatarntiagomacariosJesseCol
authored
[0.76] Cherry pick changes (#14416)
* Update Guardrails on Provider Instantiation (#13961) * Update Provider Guardrails * Change files * Format * Update Snapshots * Use WebSocket factory in PkgInspectorConnection (#14202) * Use WebSocket resource factory for pkgr inspector * Change files * clang format * Implement ISelectionProvider and ISelectionItemProvider (#14019) Adds support for ISelectionProvider interface Adds support for ISelectionItemProvider interface Adds support for accessibilityState:selected Adjusts AccessibilityState native type on Windows to be std::optional instead of bool Adjusts AccessibilityState native type on Windows to include multiselectable and required fields of type std::optional Adds multiselectable and required fields to AccessibilityState type in JS with type boolean | undefined Adds support for aria-multiselectable and aria-required. Adds support for the following accessibilityActions: addToSelection, removeFromSelection, select Fixes crash in AccessibilityInsights. * [Fabric] Implement IRangeValueProvider and Adjust IValueProvider Implementation (#14212) * IRangeValue Provider * Adjust ReadOnly to Use Prop Value * Complete IRangeValueProvider Implementation * Change files * Update Snapshots * std::aligned_storage is deprecated (#14253) * std::aligned_storage is deprecated * Change files * format --------- Co-authored-by: Andrew Coates <[email protected]> * Update WinUI3ExperimentalVersion from 1.6.240701003-experimental2 to 1.7.250109001-experimental2 (#14270) * Update WinUI3ExperimentalVersion from 1.6.240701003-experimental2 to 1.7.250109001-experimental2 * Change files * Update some type and method names that have changed in WinAppSDK 1.7 --------- Co-authored-by: Jon Thysell <[email protected]> * Rework modal to be implemented entirely using public APIs (#14256) * Rework modal implementation to use public APIs * shutdown fix * Change files * format * remove dead code * format * fixes * fix * UIA tree for root component should be kept distinct from main UIA tree * input offset fix for sub rootviews * Split modal into two componentview's so that we dont have multiple roots in our componentview tree * format * Ensure rootview removes itself from the island, before a new one adds itself on instance reload * defork some modal test pages * remove override * Enable basic XamlIsland in rntester within playground app when UseExperimentalWinUI3 is true (#14272) * Enable basic XamlIsland in rntester within playground app when UseExperimentalWinUI3 is true * Change files * Fix build break due to unreferenced parameter * lint * Move the implementation of CalendarView to sample-custom-component, and use codegen * Enable CalendarView only when UseExperimentalWinUI3 is true, and add CalendarView.g.h to git * clang format * Update snapshots and remove some unused variables * Update snapshotPages.test.js.snap * Remove new page from the visitAllPages test * Remove Paper-only code from Fabric builds of Microsoft.ReactNative (#14289) Removes most of the Paper-only code from Fabric builds of Microsoft.ReactNative. This is only a first pass - there may be more that needs to be removed (or stuff that needs to be put back in). - Bug fix (non-breaking change which fixes an issue) - Breaking change (fix or feature that would cause existing functionality to not work as expected) Besides nearly doubling the size of the binary files, all of the Paper-only code is functionally useless in Fabric builds, which at worse is dead weight, and at best is confusing to developers. Resolves #13405 Updated project files to not load/compile paper-only modules. Updated modules that are used by both to correctly only include the Paper or Fabric code they need. None, but here are some preliminary binary size numbers for x64 release: | File | Paper | Fabric (Before) | Fabric (After) | |:-|:-:|:-:|:-:| | Microsoft.ReactNative.dll | 4.02 MB | 8.32 MB | 6.47 MB (🔻1.85 MB / 22% ) | | Microsoft.ReactNative.winmd | 64.0 KB | 121.0 KB | 92.0KB (🔻29 KB / 24%) | Verified all existing tests still pass and fabric apps work. Should this change be included in the release notes: _yes_ Remove Paper-only code from Fabric builds of Microsoft.ReactNative * RNIsland UIA fragment root should report parents fragment root (#14302) * Fix crash running on server 2016 * RNIsland UIA fragment root should report parents fragment root * Change files * fix * use react tag for runtime id * fix * fix * fix * Fix crash when currently focused element gets marked as enableFocusRing=false (#14306) * Fix crash when currently focused element gets marked as enableFocusRing=false * Change files * [Fabric] Add Functional Tests for Switch Component (#14297) * Add Functional Tests for Switch * Fix Tests * Update Snapshots * [Fabric] Use PopupWindowSiteBridge for Modal when USE_EXPERIMENTAL_WINUI3 is true (#14284) * add modal implementation with PopupWindowSiteBridge * Change files * add conditional * feedback * Initial support for UIA and tab navigation for a child Island (#14305) * Basic support for stitching the UIA tree for a ContentIslandComponentView's child * Updated comment * Change files * Support shift+tab, and move Automation event handlers to ContentIslandComponentView * Allow portals to have independent layout constraints and scale factor (#14315) * Allow portals to have independent layout constraints and scale factor * format * change files * fix * Round Focus visuals by default, fix nudge rendering (#14312) * Round Focus visuals by default, fix nudge rendering * Change files * Only build OfficeReact.Win32 with UseFabric enabled (#14319) This PR changes our build system to only build the version of `OfficeReact.Win32` with Fabric enabled. - Breaking change (fix or feature that would cause existing functionality to not work as expected) We are building both versions of Desktop in our CI, but the `-Fabric` version is in fact a strict superset of functionality and the only one that Office uses now. Changed the default so that Desktop always builds with `RnwNewArch` (and therefore `UseFabric`) enabled. Removed the matrix configurations for DesktopFabric from all CI. Fixed the affected nuspec file. Also fixed Desktop publish to include ARM64EC for Fabric and the an issue caused by #14311. N/A. Verified the build works. Should this change be included in the release notes: _no_ * Fix react devtools hitting an assert on launch (#14320) * ignore unsupported methods * delete Super::DispatchCommand call * Change files * [Fabric] Fix PlatformColor (#14325) * Fix platform color * Change files * Add missing theme colors * snapshots * TurboModule spec checking should accept hstring for string arguments (#14322) * TurboModule spec checking should accept hstring for string arguments * Change files * example * [Fabric] Add Support for ITextProvider, ITextProvider2, and ITextRangeProvider (#14332) * Partial Implementation * Add More Implementation * More Implementation * More Implementation * Add Support for Bounding Rectangles * Complete Initial Implementation * Change files * Code Cleanup * Code Cleanup * Update Snapshots + Code Cleanup * Update Snapshots * Address Feedback * Address Feedback * Update Snapshots * Fix Tests --------- Co-authored-by: Jon Thysell <[email protected]> * [Fabric] Fix modal height (#14343) * fix modal height * Change files * reverse change * add override * Fix stale focus rects left in UI when last focusable component is removed (#14359) * Fix stale focus rects left in UI when last focusable component is removed * Change files --------- Co-authored-by: Tatiana Kapos <[email protected]> * Fix issue when calling arrange on an RN Island during load (#14362) * Fix issue when calling arrange on an RN Island during load * Change files --------- Co-authored-by: Tatiana Kapos <[email protected]> * Fix tooltips in high dpi (#14397) * Fix tooltips in high dpi * Change files * format * tooltips dont respect textscalefactor * Fix build issue building component codegen using clang (#14393) * Fix build issue building component codegen using clang * Change files * Components do not lose hover state if pointer leaves window before it leaves the component (#14375) * Components do not lost hover state if pointer leaves window before it leaves the component * format * Change files --------- Co-authored-by: Tatiana Kapos <[email protected]> * Property updates switching between PlatformColors would no-op (#14398) * Property updates switching between PlatformColors would no-op * Change files * format * [Fabric] Add Support for Role Prop (#14352) * Add Support for Role Prop * Change files * Format * Update Tests --------- Co-authored-by: Tatiana Kapos <[email protected]> * Fix bool operator on transparent colors returning false (#14413) * Fix crash loading logbox * Fix bool operator on transparent colors returning false * Change files * format * change files * codegen updates * update overrides * snapshots --------- Co-authored-by: Chiara Mooney <[email protected]> Co-authored-by: Julio César Rocha <[email protected]> Co-authored-by: Tiago <[email protected]> Co-authored-by: JesseCol <[email protected]> Co-authored-by: Jon Thysell <[email protected]> Co-authored-by: Tatiana Kapos <[email protected]>
1 parent 2f62e3d commit 1462317

File tree

208 files changed

+12578
-1904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+12578
-1904
lines changed

.ado/jobs/desktop.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,11 @@ parameters:
3333
- Name: ARM64ECRelease
3434
BuildConfiguration: Release
3535
BuildPlatform: ARM64EC
36-
- Name: X64DebugFabric
37-
BuildConfiguration: Debug
38-
BuildPlatform: x64
39-
UseFabric: true
40-
- Name: X86ReleaseFabric # Specifically built so binskim / tests get run on fabric
41-
BuildConfiguration: Release
42-
BuildPlatform: x86
43-
UseFabric: true
4436
- BuildEnvironment: SecurePullRequest
4537
Matrix:
46-
- Name: X64DebugFabric
38+
- Name: X64Debug
4739
BuildConfiguration: Debug
4840
BuildPlatform: x64
49-
UseFabric: true
5041
- BuildEnvironment: Continuous
5142
Matrix:
5243
- Name: X64Debug
@@ -67,14 +58,6 @@ parameters:
6758
- Name: ARM64ECRelease
6859
BuildConfiguration: Release
6960
BuildPlatform: ARM64EC
70-
- Name: X64DebugFabric
71-
BuildConfiguration: Debug
72-
BuildPlatform: x64
73-
UseFabric: true
74-
- Name: X86ReleaseFabric # Specifically built so binskim / tests get run on fabric
75-
BuildConfiguration: Release
76-
BuildPlatform: x86
77-
UseFabric: true
7861

7962
jobs:
8063
- ${{ each config in parameters.buildMatrix }}:
@@ -187,9 +170,6 @@ jobs:
187170
Write-Host "##vso[task.setvariable variable=Desktop.IntegrationTests.Filter]$newValue"
188171
displayName: Update Desktop.IntegrationTests.Filter to exclude RNTester integration tests
189172
190-
- ${{ if eq(matrix.UseFabric, true) }}:
191-
- template: ../templates/enable-fabric-experimental-feature.yml
192-
193173
- template: ../templates/msbuild-sln.yml
194174
parameters:
195175
solutionDir: vnext
@@ -355,10 +335,7 @@ jobs:
355335

356336
- template: ../templates/publish-build-artifacts.yml
357337
parameters:
358-
${{ if eq(matrix.UseFabric, true) }}:
359-
artifactName: DesktopFabric
360-
${{ else }}:
361-
artifactName: Desktop
338+
artifactName: Desktop
362339
buildPlatform: ${{ matrix.BuildPlatform }}
363340
buildConfiguration: ${{ matrix.BuildConfiguration }}
364341
contents: |

.ado/publish.yml

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -33,43 +33,21 @@ parameters:
3333
- Name: X64Debug
3434
BuildConfiguration: Debug
3535
BuildPlatform: x64
36-
UseFabric: false
3736
- Name: X64Release
3837
BuildConfiguration: Release
3938
BuildPlatform: x64
40-
UseFabric: false
4139
- Name: X86Debug
4240
BuildConfiguration: Debug
4341
BuildPlatform: x86
44-
UseFabric: false
4542
- Name: X86Release
4643
BuildConfiguration: Release
4744
BuildPlatform: x86
48-
UseFabric: false
4945
- Name: ARM64ECDebug
5046
BuildConfiguration: Debug
5147
BuildPlatform: ARM64EC
52-
UseFabric: false
5348
- Name: ARM64ECRelease
5449
BuildConfiguration: Release
5550
BuildPlatform: ARM64EC
56-
UseFabric: false
57-
- Name: X64DebugFabric
58-
BuildConfiguration: Debug
59-
BuildPlatform: x64
60-
UseFabric: true
61-
- Name: X64ReleaseFabric
62-
BuildConfiguration: Release
63-
BuildPlatform: x64
64-
UseFabric: true
65-
- Name: X86DebugFabric
66-
BuildConfiguration: Debug
67-
BuildPlatform: x86
68-
UseFabric: true
69-
- Name: X86ReleaseFabric
70-
BuildConfiguration: Release
71-
BuildPlatform: x86
72-
UseFabric: true
7351

7452
- name: universalBuildMatrix
7553
type: object
@@ -279,9 +257,6 @@ extends:
279257

280258
- template: .ado/templates/apply-published-version-vars.yml@self
281259

282-
- ${{ if eq(matrix.UseFabric, true) }}:
283-
- template: .ado/templates/enable-fabric-experimental-feature.yml@self
284-
285260
- template: .ado/templates/msbuild-sln.yml@self
286261
parameters:
287262
solutionDir: vnext
@@ -293,10 +268,7 @@ extends:
293268
- template: .ado/templates/publish-build-artifacts.yml@self
294269
parameters:
295270
oneESMode: true ## Files are only copied to staging, not published
296-
${{ if eq(matrix.UseFabric, true) }}:
297-
artifactName: DesktopFabric
298-
${{ else }}:
299-
artifactName: Desktop
271+
artifactName: Desktop
300272
buildPlatform: ${{ matrix.BuildPlatform }}
301273
buildConfiguration: ${{ matrix.BuildConfiguration }}
302274
contents: |
@@ -322,14 +294,9 @@ extends:
322294
targetPath: '$(CrashDumpRootPath)'
323295
artifactName: Crash dumps - $(Agent.JobName)-$(System.JobAttempt)
324296
- output: pipelineArtifact
325-
${{ if eq(matrix.UseFabric, true) }}:
326-
displayName: 'Publish Artifact: DesktopFabric.${{matrix.buildPlatform}}.${{matrix.buildConfiguration}}'
327-
artifactName: DesktopFabric.${{matrix.buildPlatform}}.${{matrix.buildConfiguration}}
328-
targetPath: $(Build.StagingDirectory)/NuGet/DesktopFabric/${{matrix.buildPlatform}}/${{matrix.buildConfiguration}}
329-
${{ else }}:
330-
displayName: 'Publish Artifact: Desktop.${{matrix.buildPlatform}}.${{matrix.buildConfiguration}}'
331-
artifactName: Desktop.${{matrix.buildPlatform}}.${{matrix.buildConfiguration}}
332-
targetPath: $(Build.StagingDirectory)/NuGet/Desktop/${{matrix.buildPlatform}}/${{matrix.buildConfiguration}}
297+
displayName: 'Publish Artifact: Desktop.${{matrix.buildPlatform}}.${{matrix.buildConfiguration}}'
298+
artifactName: Desktop.${{matrix.buildPlatform}}.${{matrix.buildConfiguration}}
299+
targetPath: $(Build.StagingDirectory)/NuGet/Desktop/${{matrix.buildPlatform}}/${{matrix.buildConfiguration}}
333300

334301
- ${{ each matrix in parameters.universalBuildMatrix }}:
335302
- job: RnwNativeBuildUniversal${{ matrix.Name }}
@@ -514,29 +481,6 @@ extends:
514481
- platform: ARM64EC
515482
configuration: Debug
516483

517-
- template: .ado/templates/prep-and-pack-nuget.yml@self
518-
parameters:
519-
artifactName: DesktopFabric
520-
publishCommitId: $(publishCommitId)
521-
npmVersion: $(npmVersion)-Fabric
522-
nugetroot: $(System.DefaultWorkingDirectory)\Desktop
523-
packDesktop: true
524-
${{ if or(eq(variables['EnableCodesign'], 'true'), endsWith(variables['Build.SourceBranchName'], '-stable')) }}: # Sign if EnableCodeSign or on *-stable release builds
525-
signMicrosoft: true
526-
slices:
527-
- platform: x64
528-
configuration: Release
529-
- platform: x86
530-
configuration: Release
531-
# - platform: ARM64EC
532-
# configuration: Release
533-
- platform: x64
534-
configuration: Debug
535-
- platform: x86
536-
configuration: Debug
537-
# - platform: ARM64EC
538-
# configuration: Debug
539-
540484
templateContext:
541485
sdl:
542486
binskim:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Fix UpdateState on generated base class",
4+
"packageName": "@react-native-windows/codegen",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix build issue building component codegen using clang",
4+
"packageName": "@react-native-windows/codegen",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update Provider Guardrails",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Enable basic XamlIsland in rntester within playground app when UseExperimentalWinUI3 is true",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Use WebSocket factory in PkgInspectorConnection",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix tooltips in high dpi",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Allow portals to have independent layout constraints and scale factor",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Add Support for Role Prop",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Components do not lost hover state if pointer leaves window before it leaves the component",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "add modal implementation with PopupWindowSiteBridge",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "TurboModule spec checking should accept hstring for string arguments",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Remove Paper-only code from Fabric builds of Microsoft.ReactNative",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "RNIsland UIA fragment root should report parents fragment root",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "std::aligned_storage is deprecated",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Basic support for stitching the UIA tree for a ContentIslandComponentView's child",
4+
"packageName": "react-native-windows",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix build issue building component codegen using clang",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix bool operator on transparent colors returning false",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix platform color",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix crash when currently focused element gets marked as enableFocusRing=false",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Implement ISelectionProvider and ISelectionItemProvider",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix issue when calling arrange on an RN Island during load",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "IRangeValue Provider",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix stale focus rects left in UI when last focusable component is removed",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Property updates switching between PlatformColors would no-op",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Round Focus visuals by default, fix nudge rendering",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)