@office-iss/react-native-win32 0.72.10 → 0.72.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +31 -1
- package/CHANGELOG.md +20 -4
- package/Libraries/Components/TextInput/TextInput.win32.js +953 -206
- package/Libraries/Components/TextInput/TextInputState.win32.js +12 -9
- package/Libraries/Components/TextInput/Win32TextInputNativeComponent.js +23 -0
- package/overrides.json +4 -0
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 08 Feb 2024 21:49:33 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.72.12",
|
|
7
|
+
"version": "0.72.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "f86fbc6b24778fe44f26c4b1b6352c76aacdab00",
|
|
14
|
+
"comment": "[Win32] view.focus sometimes skips setting focus"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 08 Dec 2023 00:49:15 GMT",
|
|
21
|
+
"tag": "@office-iss/react-native-win32_v0.72.11",
|
|
22
|
+
"version": "0.72.11",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "8b3ae070e778e7ad98edca19b425db50798d833c",
|
|
29
|
+
"comment": "Promote 0.72 to legacy"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 20 Nov 2023 21:39:20 GMT",
|
|
6
36
|
"tag": "@office-iss/react-native-win32_v0.72.10",
|
|
7
37
|
"version": "0.72.10",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 08 Feb 2024 21:49:33 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.72.
|
|
7
|
+
## 0.72.12
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Thu, 08 Feb 2024 21:49:33 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- [Win32] view.focus sometimes skips setting focus (30809111+acoates-ms@users.noreply.github.com)
|
|
14
14
|
|
|
15
|
+
## 0.72.11
|
|
16
|
+
|
|
17
|
+
Fri, 08 Dec 2023 00:49:15 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Promote 0.72 to legacy (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.72.10
|
|
24
|
+
|
|
25
|
+
Mon, 20 Nov 2023 21:39:20 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Call exceptions manager even in DEV bundles (30809111+acoates-ms@users.noreply.github.com)
|
|
30
|
+
|
|
15
31
|
## 0.72.9
|
|
16
32
|
|
|
17
33
|
Mon, 30 Oct 2023 15:15:13 GMT
|