Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
56d92fa
Initial support for UIA and tab navigation for a child Island (#14305)
JesseCol Jan 29, 2025
5c839f1
Allow portals to have independent layout constraints and scale factor…
acoates-ms Jan 29, 2025
a127aaa
Round Focus visuals by default, fix nudge rendering (#14312)
acoates-ms Jan 29, 2025
8356ecb
Fix react devtools hitting an assert on launch (#14320)
TatianaKapos Jan 31, 2025
cd86bb7
[Fabric] Fix PlatformColor (#14325)
acoates-ms Jan 31, 2025
7cca37e
TurboModule spec checking should accept hstring for string arguments …
acoates-ms Jan 31, 2025
0cb9052
Fix Number.h not copied from react-native core (#14331)
hsjoberg Feb 4, 2025
72e712d
Fix stale focus rects left in UI when last focusable component is rem…
acoates-ms Feb 27, 2025
54f3d5d
Fix issue when calling arrange on an RN Island during load (#14362)
acoates-ms Feb 27, 2025
3d8aa1f
Fix tooltips in high dpi (#14397)
acoates-ms Mar 6, 2025
3c84056
Fix build issue building component codegen using clang (#14393)
acoates-ms Mar 6, 2025
399b5c3
Components do not lose hover state if pointer leaves window before it…
acoates-ms Mar 6, 2025
13c09a7
Property updates switching between PlatformColors would no-op (#14398)
acoates-ms Mar 7, 2025
22ad886
Fix bool operator on transparent colors returning false (#14413)
acoates-ms Mar 11, 2025
7fa3767
[Fabric] Implement textAlign prop in TextInput (#14407)
danielayala94 Mar 13, 2025
11ae245
[Fabric] Allow text components to have children (#14438)
TatianaKapos Mar 25, 2025
2d5aa58
Allow TextInput to scroll (#14448)
acoates-ms Mar 26, 2025
724a08c
Implement onScrollBeginDrag property for ScrollView for fabric (#14446)
anupriya13 Mar 31, 2025
fb75a99
[Fabric] Implement letterSpacing for TextInput (#14460)
anupriya13 Apr 2, 2025
0be8e70
Added tooltip property for Text (#14470)
iamAbhi-916 Apr 5, 2025
c541780
[Fabric] Add Custom Font Family in Text Input (#14495)
anupriya13 Apr 8, 2025
893f899
[Fabric] Fix Bug in Narrator Navigation (#14498)
chiaramooney Apr 8, 2025
510daf2
Implemented on onEndEditing for TextInput component (#14489)
iamAbhi-916 Apr 8, 2025
2b708ac
[Fabric] Add ImageRequestParams for Image Component (#14494)
anupriya13 Apr 9, 2025
0a06daa
[Fabric] Implement onProgress for Image (#14493)
anupriya13 Apr 10, 2025
50726e9
[Fabric] Implement SpellCheck and AutoCorrect for TextInput (#14509)
anupriya13 Apr 11, 2025
d7492ae
Textinput double clicking selects text (#14515)
iamAbhi-916 Apr 12, 2025
c94670a
[Fabric] Implement decelerationRate in ScrollView (#14528)
anupriya13 Apr 14, 2025
980091b
[Fabric] Implement showsVerticalScrollIndicatorValue and showsHorizon…
anupriya13 Apr 14, 2025
c2f4abb
SetProperties is not exposed on ReactNativeIsland (#14517)
acoates-ms Apr 15, 2025
b185ad3
[Fabric] Implement Image body in Image Source RequestImage API (#14568)
anupriya13 Apr 17, 2025
3b29b1b
[Fabric] Implement zoomScale, maximumZoomScale and minimumZoomScale i…
anupriya13 Apr 17, 2025
bef9197
Implement adjustsFontSizeToFit property for Text in Fabric (#14519)
vineethkuttan Apr 18, 2025
5218bfc
[Fabric] Implement scrollEventThrottle for ScrollView (#14555)
anupriya13 Apr 21, 2025
bd14217
Update WindowsAppSDK version to 1.7.250401001 (#14605)
acoates-ms Apr 22, 2025
a05509b
Implement accessibilityLevel for Fabric (#14593)
vineethkuttan Apr 24, 2025
305b7b1
[Fabric] Implement hidesWhenStopped in ActivityIndicator (#14615)
anupriya13 Apr 25, 2025
1f5d4cc
Fix: Text component pressRetentionOffset issue on Windows (#14596)
iamAbhi-916 Apr 25, 2025
8941eca
[Fabric] Implement minimumFontScale in Text (#14617)
anupriya13 Apr 25, 2025
1d83cf7
Fix InitialProps (#14620)
acoates-ms Apr 25, 2025
62fc8a5
[Fabric] Implement the onPressIn property for the fabric implementati…
HariniMalothu17 Apr 26, 2025
f54d1a2
Implement OnScrollEndDrag Event Handler for ScrollView (#14473)
sharath2727 Apr 28, 2025
0965d4b
Fix : Incorrect view access to obtain ContentIsland from for the Desk…
iamAbhi-916 May 2, 2025
4d4ef2c
[Fabric] Implement selectTextOnFocus prop in TextInput (#14641)
anupriya13 May 6, 2025
a615448
fix change file type
acoates-ms May 29, 2025
575f154
format
acoates-ms May 29, 2025
d7f7f80
Bump hermes version - enable hermes native microtasks (#14635)
acoates-ms May 6, 2025
09d0724
[Fabric] Implementation of accessibiltyAnnotation and adding support …
vineethkuttan May 7, 2025
fab5e8b
Properly hook up root uia provider to island (#14643)
acoates-ms May 7, 2025
7028f19
Modal : Added Titlebar , title , X handling and movable for windows …
iamAbhi-916 May 12, 2025
fb1fd1b
[Fabric] Implementation of accessibilityAccessKey and accessibilityIt…
vineethkuttan May 13, 2025
97d5e47
Implement CallInvoker as replacement for JSDispatcher (#14648)
acoates-ms May 14, 2025
19c4d1c
Bump folly to 2024.10.14.00 (#14532)
TatianaKapos May 15, 2025
b9fb751
Scale loading bar text when island is super small (#14680)
acoates-ms May 19, 2025
38af91a
Fix crash when reloading an instance with an active ReactNativeIsland…
acoates-ms May 19, 2025
28eb416
Reenable optimization in TMs to avoid going through a dynamic for cal…
acoates-ms May 19, 2025
61f415c
[Fabric] Implement maxFontSizeMultiplier in Text (#14622)
anupriya13 May 21, 2025
30bb649
Clean up error messages (#14695)
acoates-ms May 23, 2025
fa778ce
JSValue exports data fields - should export value reference accessors…
acoates-ms May 28, 2025
b2c3443
Fix unreferenced parameter warning in glog stub (#14708)
acoates-ms May 29, 2025
5d31d4f
Update folly exports from rn-win32 (#14710)
acoates-ms May 29, 2025
3e167d3
change files
acoates-ms May 29, 2025
e6c829d
lint fix
acoates-ms May 29, 2025
126a44f
lint fix
acoates-ms May 29, 2025
b3d4f2b
update override
acoates-ms May 30, 2025
428c06e
update snapshots
acoates-ms May 30, 2025
d330834
arm64ec fix
acoates-ms May 30, 2025
57937a0
Pointer events (#14713)
acoates-ms May 30, 2025
ce17223
Fix integration test
acoates-ms May 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "prerelease",
"type": "patch",
"comment": "Removed unused `react-shallow-renderer` dependency",
"packageName": "@office-iss/react-native-win32",
"email": "[email protected]",
"dependentChangeType": "patch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump hermes version",
"packageName": "@react-native-windows/automation-channel",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix UpdateState on generated base class",
"packageName": "@react-native-windows/codegen",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix build issue building component codegen using clang",
"packageName": "@react-native-windows/codegen",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"packageName": "@rnw-scripts/integrate-rn",
"email": "[email protected]",
"dependentChangeType": "none"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[Fabric] Implement selectTextOnFocus in Text Input",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Allow text components to have children",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[Fabric] Implementation of accessibilityItemType",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump hermes version",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[Fabric] Implement minimumFontScale in Text",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Add ImageRequestParams",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Added override Text.d.ts to src-win/Libraries/Text/ to add tooltip prop to Text component",
"packageName": "react-native-windows",
"email": "email not defined",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Add SetProperties method to ReactNativeIsland",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "PointerEvent fixes",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implementation of adjustFontSizeToFit for Text in Fabric",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Properly hook up root uia provider to island",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update WindowsAppSDK version to 1.7.250401001",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix crash when reloading an instance with an active ReactNativeIsland",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implement scrollEventThrottle for ScrollView in Fabric",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix: Text component pressRetentionOffset issue on Windows",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Clean up error messages",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "merge in folly 2024.10.14.00",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix tooltips in high dpi",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "added check for double click on textInput component view connecting it to WM_LBUTTONDBLCLK",
"packageName": "react-native-windows",
"email": "email not defined",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implement decelerationRate in ScrollView",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": " Add Custom Font Family support in TextInput",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Allow portals to have independent layout constraints and scale factor",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix warning in glog stub",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "addded titlebar , title handling , X handling , resizable",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implement accessibilityLevel for Fabric",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Components do not lost hover state if pointer leaves window before it leaves the component",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix Narrator Bug",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix InitialProps",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "prerelease",
"type": "patch",
"comment": "Removed unused `react-shallow-renderer` dependency",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implemented OnPressIn event for textinput",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "TurboModule spec checking should accept hstring for string arguments",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implement zoomScale, maximumZoomScale and minimumZoomScale in ScrollView",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Implement onScrollEndDrag prop",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "solved access read violation due to incorrect view access to obtain contentIsland",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[Fabric] Implementation of accessibilityAccessKey",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Remove usage of JSDispatcher in various built-in modules",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Basic support for stitching the UIA tree for a ContentIslandComponentView's child",
"packageName": "react-native-windows",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix build issue building component codegen using clang",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix bool operator on transparent colors returning false",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Loading