@office-iss/react-native-win32 0.82.0-preview.3 → 0.82.0
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 +15976 -15955
- package/CHANGELOG.md +24 -15
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
1
|
-
# Change Log - @office-iss/react-native-win32
|
|
2
|
-
|
|
3
|
-
<!-- This log was last generated on
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 0.82.0
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
###
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
1
|
+
# Change Log - @office-iss/react-native-win32
|
|
2
|
+
|
|
3
|
+
<!-- This log was last generated on Thu, 12 Mar 2026 14:15:44 GMT and should not be manually modified. -->
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 0.82.0
|
|
8
|
+
|
|
9
|
+
Thu, 12 Mar 2026 14:15:44 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Promote 0.82 to latest (74712637+iamAbhi-916@users.noreply.github.com)
|
|
14
|
+
- Bump react-native-platform-override to v0.82.0
|
|
15
|
+
|
|
16
|
+
## 0.82.0-preview.3
|
|
17
|
+
|
|
18
|
+
Tue, 27 Jan 2026 19:51:45 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- Fix TouchableWin32 and LogBox (30809111+acoates-ms@users.noreply.github.com)
|
|
23
|
+
|
|
15
24
|
## 0.82.0-preview.2
|
|
16
25
|
|
|
17
26
|
Sat, 24 Jan 2026 16:43:28 GMT
|
|
@@ -6086,4 +6095,4 @@ Mon, 01 May 2017 19:28:16 GMT
|
|
|
6086
6095
|
|
|
6087
6096
|
### Patches
|
|
6088
6097
|
|
|
6089
|
-
- Move @office-iss/react-native to 0.40.1 to fix build
|
|
6098
|
+
- Move @office-iss/react-native to 0.40.1 to fix build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.82.0
|
|
3
|
+
"version": "0.82.0",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"prettier": "2.8.8",
|
|
91
91
|
"react": "19.1.1",
|
|
92
92
|
"react-native": "0.82.1",
|
|
93
|
-
"react-native-platform-override": "0.82.0
|
|
93
|
+
"react-native-platform-override": "0.82.0",
|
|
94
94
|
"typescript": "5.0.4"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"react-native": "^0.82.0"
|
|
100
100
|
},
|
|
101
101
|
"beachball": {
|
|
102
|
-
"defaultNpmTag": "
|
|
102
|
+
"defaultNpmTag": "latest",
|
|
103
103
|
"disallowedChangeTypes": [
|
|
104
104
|
"major",
|
|
105
105
|
"minor",
|
|
106
|
-
"
|
|
106
|
+
"prerelease",
|
|
107
107
|
"premajor",
|
|
108
108
|
"preminor",
|
|
109
109
|
"prepatch"
|