Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
843b6cf
[Fabric] Add Support for ScrollProvider (#14411)
chiaramooney Mar 12, 2025
383716f
[Fabric] Implement textAlign prop in TextInput (#14407)
danielayala94 Mar 13, 2025
cd5d8bc
Button Should Pass onAccessibilityTap Prop to Native Code (#14444)
chiaramooney Mar 24, 2025
624da6d
[Fabric] Allow text components to have children (#14438)
TatianaKapos Mar 25, 2025
3bc47ae
Allow TextInput to scroll (#14448)
acoates-ms Mar 26, 2025
3623324
Implement onScrollBeginDrag property for ScrollView for fabric (#14446)
anupriya13 Mar 31, 2025
da6bd9f
[Fabric] Implement letterSpacing for TextInput (#14460)
anupriya13 Apr 2, 2025
4d2193a
Added tooltip property for Text (#14470)
iamAbhi-916 Apr 5, 2025
9670a54
[Fabric] Add Custom Font Family in Text Input (#14495)
anupriya13 Apr 8, 2025
711e90a
[Fabric] Fix Bug in Narrator Navigation (#14498)
chiaramooney Apr 8, 2025
5e84fe2
Implemented on onEndEditing for TextInput component (#14489)
iamAbhi-916 Apr 8, 2025
cb60392
[Fabric] Add ImageRequestParams for Image Component (#14494)
anupriya13 Apr 9, 2025
4abfda1
[Fabric] Implement onProgress for Image (#14493)
anupriya13 Apr 10, 2025
aa31914
[Fabric] Implement SpellCheck and AutoCorrect for TextInput (#14509)
anupriya13 Apr 11, 2025
c639bdc
Textinput double clicking selects text (#14515)
iamAbhi-916 Apr 12, 2025
e8266dc
[Fabric] Implement decelerationRate in ScrollView (#14528)
anupriya13 Apr 14, 2025
1041698
[Fabric] Implement showsVerticalScrollIndicatorValue and showsHorizon…
anupriya13 Apr 14, 2025
0290bc9
SetProperties is not exposed on ReactNativeIsland (#14517)
acoates-ms Apr 15, 2025
45b28c5
[Fabric] Implement Image body in Image Source RequestImage API (#14568)
anupriya13 Apr 17, 2025
67956a9
[Fabric] Implement zoomScale, maximumZoomScale and minimumZoomScale i…
anupriya13 Apr 17, 2025
a1d6e25
Implement adjustsFontSizeToFit property for Text in Fabric (#14519)
vineethkuttan Apr 18, 2025
baa5aff
[Fabric] Implement scrollEventThrottle for ScrollView (#14555)
anupriya13 Apr 21, 2025
0a325c4
fix build
acoates-ms Apr 22, 2025
5e1b9f6
fixes
acoates-ms Apr 23, 2025
36efd6d
fix typo
acoates-ms Apr 23, 2025
b6e3fcf
fixes
acoates-ms Apr 23, 2025
270e031
fixes
acoates-ms Apr 23, 2025
5f7880d
Update WindowsAppSDK version to 1.7.250401001
acoates-ms Apr 24, 2025
ba25667
fix
acoates-ms Apr 24, 2025
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
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": "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": "none",
"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": "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": "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": "none",
"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": "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": "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": "Add IScrollProvider Implementation",
"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": "Implement SpellCheck and AutoCorrect for 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": "Implement letterSpacing for 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": "Implement showsVerticalScrollIndicatorValue and showsVerticalScrollIndicatorValue for 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 OnScrollBeginDrag Event",
"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 textAlign in TextInput 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": "Allow TextInput to scroll",
"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": "Button should pass onAccessibilityTap to native",
"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 onProgress for Image",
"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 body in Image Source",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "implemented on onEndEditing",
"packageName": "react-native-windows",
"email": "email not defined",
"dependentChangeType": "none"
}
12 changes: 12 additions & 0 deletions packages/@react-native-windows/tester/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
],
"baseVersion": "0.76.6",
"overrides": [
{
"type": "derived",
"file": "src/js/components/TextInlineView.windows.js",
"baseFile": "packages/rn-tester/js/components/TextInlineView.js",
"baseHash": "40db48c2d0556cc66f8ac6940441b1bc01ad1d48"
},
{
"type": "derived",
"file": "src/js/examples-win/Button/ButtonExample.windows.js",
Expand Down Expand Up @@ -66,6 +72,12 @@
"baseFile": "packages/rn-tester/js/examples/Text/TextExample.android.js",
"baseHash": "985cb24e1f56c30288537e72db20c602614b64c3"
},
{
"type": "derived",
"file": "src/js/examples/Text/TextInlineViewsExample.windows.js",
"baseFile": "packages/rn-tester/js/examples/Text/TextInlineViewsExample.js",
"baseHash": "63088038921558214c480b323dd2099698911f3f"
},
{
"type": "patch",
"file": "src/js/examples/TextInput/TextInputExample.windows.js",
Expand Down
Loading
Loading