Skip to content

Commit 3f9b801

Browse files
Merge branch 'main' into textInput-15168
2 parents b1ef624 + fef23b6 commit 3f9b801

File tree

9 files changed

+89
-204
lines changed

9 files changed

+89
-204
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Fix PowerShell Export-ModuleMember error",
4+
"packageName": "@react-native-windows/cli",
5+
"email": "nitchaudhary@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Fix metro config property name in cpp-lib template",
4+
"packageName": "react-native-windows",
5+
"email": "nitchaudhary@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

packages/@react-native-windows/cli/src/utils/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function getWindowsStoreAppUtils(options: RunWindowsOptions) {
181181
'..',
182182
'src',
183183
'powershell',
184-
'WindowsStoreAppUtils.ps1',
184+
'WindowsStoreAppUtils.psm1',
185185
);
186186
execSync(
187187
`${powershell} -NoProfile Unblock-File '${windowsStoreAppUtilsPath}'`,

packages/playground/windows/playground-composition/Playground-Composition.cpp

Lines changed: 59 additions & 182 deletions
Large diffs are not rendered by default.

packages/playground/windows/playground-composition/Playground-Composition.rc

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,21 @@ BEGIN
103103
DEFPUSHBUTTON "OK",IDOK,201,96,50,14,WS_GROUP
104104
END
105105

106-
IDD_SETTINGSBOX DIALOGEX 0, 0, 192, 178
106+
IDD_SETTINGSBOX DIALOGEX 0, 0, 192, 138
107107
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
108108
CAPTION "Settings"
109109
FONT 8, "MS Shell Dlg", 400, 0, 0x1
110110
BEGIN
111-
CONTROL "&Lifted Composition",IDC_LIFTEDCOMPOSITION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,8,104,10
112-
CONTROL "&Fast Refresh",IDC_FASTREFRESH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,26,104,10
113-
CONTROL "&Direct Debugger",IDC_DIRECTDEBUGGER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,44,104,10
114-
CONTROL "&Break On Next Line",IDC_BREAKONNEXTLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,63,104,10
115-
CONTROL "&Size Window To React Content",IDC_SIZETOCONTENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,82,104,10
116-
LTEXT "Debugger Port",IDC_DEBUGGERPORTLABEL,8,100,50,10
117-
EDITTEXT IDC_DEBUGGERPORT,59,98,28,14,ES_AUTOHSCROLL | ES_NUMBER
118-
LTEXT "JS Engine",IDC_JSENGINELABEL,8,119,50,10
119-
COMBOBOX IDC_JSENGINE,59,116,104,10,CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP
120-
COMBOBOX IDC_THEME,59,136,104,10,CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP
121-
LTEXT "Theme",IDC_THEMELABEL,8,138,50,10
122-
DEFPUSHBUTTON "OK",IDOK,75,157,50,14,WS_GROUP
123-
PUSHBUTTON "Cancel",IDCANCEL,130,157,50,14
111+
CONTROL "&Fast Refresh",IDC_FASTREFRESH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,8,104,10
112+
CONTROL "&Direct Debugger",IDC_DIRECTDEBUGGER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,26,104,10
113+
CONTROL "&Break On Next Line",IDC_BREAKONNEXTLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,44,104,10
114+
CONTROL "&Size Window To React Content",IDC_SIZETOCONTENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,63,104,10
115+
LTEXT "Debugger Port",IDC_DEBUGGERPORTLABEL,8,80,50,10
116+
EDITTEXT IDC_DEBUGGERPORT,59,78,28,14,ES_AUTOHSCROLL | ES_NUMBER
117+
COMBOBOX IDC_THEME,59,98,104,10,CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP
118+
LTEXT "Theme",IDC_THEMELABEL,8,100,50,10
119+
DEFPUSHBUTTON "OK",IDOK,75,118,50,14,WS_GROUP
120+
PUSHBUTTON "Cancel",IDCANCEL,130,118,50,14
124121
END
125122

126123
IDD_OPENJSBUNDLEBOX DIALOGEX 0, 0, 256, 177

packages/playground/windows/playground-composition/resource.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//
55
#define IDC_PLAYGROUND_COMPOSITION 100
66
#define IDD_ABOUTBOX 100
7-
#define IDC_LIFTEDCOMPOSITION 100
87
#define IDC_JSBUNDLELIST 100
98
#define IDM_ABOUT 100
109
#define IDD_SETTINGSBOX 101
@@ -16,13 +15,11 @@
1615
#define IDM_SETTINGS 103
1716
#define IDC_BREAKONNEXTLINE 104
1817
#define IDM_REFRESH 104
19-
#define IDC_JSENGINE 105
2018
#define IDM_NEWWINDOW 105
2119
#define IDC_DEBUGGERPORT 106
2220
#define IDC_DEBUGGERPORTLABEL 107
2321
#define IDC_THEME 109
2422
#define IDC_THEMELABEL 110
25-
#define IDC_JSENGINELABEL 111
2623
#define IDC_SIZETOCONTENT 112
2724
#define IDM_UNLOAD 113
2825
#define IDM_TOGGLE_LAYOUT_DIRECTION 114

vnext/templates/cpp-lib/example/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config = {
3333
// We need to make sure that only one version is loaded for peerDependencies
3434
// So we block them at the root, and alias them to the versions in example's node_modules
3535
resolver: {
36-
blocklistRE: exclusionList(
36+
blockList: exclusionList(
3737
modules.map(
3838
(m) =>
3939
new RegExp(`^${escape(path.join(root, 'node_modules', m))}\\/.*$`)

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,9 +2858,9 @@
28582858
form-data "^4.0.4"
28592859

28602860
"@types/node@*", "@types/node@^22.0.0", "@types/node@^22.14.0":
2861-
version "22.18.13"
2862-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
2863-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
2861+
version "22.19.0"
2862+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.0.tgz#849606ef3920850583a4e7ee0930987c35ad80be"
2863+
integrity sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==
28642864
dependencies:
28652865
undici-types "~6.21.0"
28662866

0 commit comments

Comments
 (0)