@office-iss/react-native-win32 0.81.0-preview.1 → 0.81.0-preview.5
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 +37 -1
- package/CHANGELOG.md +21 -4
- package/package.json +11 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 10 Dec 2025 18:43:51 GMT",
|
|
6
|
+
"version": "0.81.0-preview.5",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.81.0-preview.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "vmorozov@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "f8c11e35831ed3a036757abf53f7d3959c186634",
|
|
14
|
+
"comment": "Fix NPM dist tags and make some NPM private"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"comment": "Bump react-native-platform-override to v0.81.0-preview.10",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Sat, 06 Dec 2025 16:30:52 GMT",
|
|
27
|
+
"version": "0.81.0-preview.3",
|
|
28
|
+
"tag": "@office-iss/react-native-win32_v0.81.0-preview.3",
|
|
29
|
+
"comments": {
|
|
30
|
+
"prerelease": [
|
|
31
|
+
{
|
|
32
|
+
"author": "66076509+vineethkuttan@users.noreply.github.com",
|
|
33
|
+
"package": "@office-iss/react-native-win32",
|
|
34
|
+
"commit": "160ef08880f3f221982ca7840688f45126450539",
|
|
35
|
+
"comment": "removed nightly to use 81 directly"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Mon, 17 Nov 2025 16:41:29 GMT",
|
|
6
42
|
"version": "0.81.0-preview.1",
|
|
7
43
|
"tag": "@office-iss/react-native-win32_v0.81.0-preview.1",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,34 @@
|
|
|
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 Wed, 10 Dec 2025 18:43:51 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.81.0-preview.
|
|
7
|
+
## 0.81.0-preview.5
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Wed, 10 Dec 2025 18:43:51 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Fix NPM dist tags and make some NPM private (vmorozov@microsoft.com)
|
|
14
|
+
- Bump react-native-platform-override to v0.81.0-preview.10
|
|
14
15
|
|
|
16
|
+
## 0.81.0-preview.3
|
|
17
|
+
|
|
18
|
+
Sat, 06 Dec 2025 16:30:52 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- removed nightly to use 81 directly (66076509+vineethkuttan@users.noreply.github.com)
|
|
23
|
+
|
|
24
|
+
## 0.81.0-preview.1
|
|
25
|
+
|
|
26
|
+
Mon, 17 Nov 2025 16:41:29 GMT
|
|
27
|
+
|
|
28
|
+
### Changes
|
|
29
|
+
|
|
30
|
+
- Promote 0.81 to preview (66076509+vineethkuttan@users.noreply.github.com)
|
|
31
|
+
|
|
15
32
|
## 0.0.0-canary.299
|
|
16
33
|
|
|
17
34
|
Tue, 21 Oct 2025 05:28:10 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.81.0-preview.
|
|
3
|
+
"version": "0.81.0-preview.5",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@react-native-community/cli-platform-android": "17.0.0",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "17.0.0",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.81.0
|
|
34
|
-
"@react-native/codegen": "0.81.0
|
|
35
|
-
"@react-native/community-cli-plugin": "0.81.0
|
|
36
|
-
"@react-native/gradle-plugin": "0.81.0
|
|
37
|
-
"@react-native/js-polyfills": "0.81.0
|
|
38
|
-
"@react-native/normalize-colors": "0.81.0
|
|
39
|
-
"@react-native/virtualized-lists": "0.81.0
|
|
33
|
+
"@react-native/assets-registry": "0.81.0",
|
|
34
|
+
"@react-native/codegen": "0.81.0",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.81.0",
|
|
36
|
+
"@react-native/gradle-plugin": "0.81.0",
|
|
37
|
+
"@react-native/js-polyfills": "0.81.0",
|
|
38
|
+
"@react-native/normalize-colors": "0.81.0",
|
|
39
|
+
"@react-native/virtualized-lists": "0.81.0",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@babel/core": "^7.25.2",
|
|
74
74
|
"@babel/eslint-parser": "^7.25.1",
|
|
75
|
-
"@react-native/metro-config": "0.81.0
|
|
75
|
+
"@react-native/metro-config": "0.81.0",
|
|
76
76
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
77
77
|
"@rnw-scripts/eslint-config": "1.2.37",
|
|
78
78
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.41",
|
|
@@ -89,13 +89,13 @@
|
|
|
89
89
|
"prettier": "2.8.8",
|
|
90
90
|
"react": "19.1.0",
|
|
91
91
|
"react-native": "0.81.0-rc.0",
|
|
92
|
-
"react-native-platform-override": "
|
|
92
|
+
"react-native-platform-override": "0.81.0-preview.10",
|
|
93
93
|
"typescript": "5.0.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@types/react": "^19.1.0",
|
|
97
97
|
"react": "^19.1.0",
|
|
98
|
-
"react-native": "0.81.0
|
|
98
|
+
"react-native": "0.81.0"
|
|
99
99
|
},
|
|
100
100
|
"beachball": {
|
|
101
101
|
"defaultNpmTag": "preview",
|