@fluentui/react-jsx-runtime 9.0.17 → 9.0.19
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.md +21 -2
- package/package.json +11 -3
- package/CHANGELOG.json +0 -617
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-jsx-runtime
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 09 Nov 2023 17:23:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.19)
|
|
8
|
+
|
|
9
|
+
Thu, 09 Nov 2023 17:23:06 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.18..@fluentui/react-jsx-runtime_v9.0.19)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.18)
|
|
18
|
+
|
|
19
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.17..@fluentui/react-jsx-runtime_v9.0.18)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
25
|
+
|
|
7
26
|
## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.17)
|
|
8
27
|
|
|
9
|
-
Thu, 12 Oct 2023 14:
|
|
28
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.16..@fluentui/react-jsx-runtime_v9.0.17)
|
|
11
30
|
|
|
12
31
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-jsx-runtime",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.19",
|
|
4
4
|
"description": "Custom JSX runtime for @fluentui/react-components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui/react-utilities": "^9.15.
|
|
34
|
+
"@fluentui/react-utilities": "^9.15.2",
|
|
35
35
|
"react-is": "^17.0.2",
|
|
36
36
|
"@swc/helpers": "^0.5.1"
|
|
37
37
|
},
|
|
@@ -65,5 +65,13 @@
|
|
|
65
65
|
"require": "./lib-commonjs/jsx-runtime.js"
|
|
66
66
|
},
|
|
67
67
|
"./package.json": "./package.json"
|
|
68
|
-
}
|
|
68
|
+
},
|
|
69
|
+
"files": [
|
|
70
|
+
"*.md",
|
|
71
|
+
"dist/*.d.ts",
|
|
72
|
+
"jsx-dev-runtime",
|
|
73
|
+
"jsx-runtime",
|
|
74
|
+
"lib",
|
|
75
|
+
"lib-commonjs"
|
|
76
|
+
]
|
|
69
77
|
}
|
package/CHANGELOG.json
DELETED
|
@@ -1,617 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@fluentui/react-jsx-runtime",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 12 Oct 2023 14:52:34 GMT",
|
|
6
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.17",
|
|
7
|
-
"version": "9.0.17",
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
13
|
-
"commit": "c5a97ca5b00df131ed12af2526953f5a4354ae66",
|
|
14
|
-
"comment": "chore: add warning for resolution problems"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Wed, 11 Oct 2023 13:54:26 GMT",
|
|
21
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.16",
|
|
22
|
-
"version": "9.0.16",
|
|
23
|
-
"comments": {
|
|
24
|
-
"patch": [
|
|
25
|
-
{
|
|
26
|
-
"author": "beachball",
|
|
27
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
28
|
-
"comment": "Bump @fluentui/react-utilities to v9.15.0",
|
|
29
|
-
"commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"date": "Mon, 09 Oct 2023 20:45:44 GMT",
|
|
36
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.15",
|
|
37
|
-
"version": "9.0.15",
|
|
38
|
-
"comments": {
|
|
39
|
-
"patch": [
|
|
40
|
-
{
|
|
41
|
-
"author": "beachball",
|
|
42
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
43
|
-
"comment": "Bump @fluentui/react-utilities to v9.14.2",
|
|
44
|
-
"commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"date": "Thu, 05 Oct 2023 15:25:35 GMT",
|
|
51
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.14",
|
|
52
|
-
"version": "9.0.14",
|
|
53
|
-
"comments": {
|
|
54
|
-
"patch": [
|
|
55
|
-
{
|
|
56
|
-
"author": "beachball",
|
|
57
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
58
|
-
"comment": "Bump @fluentui/react-utilities to v9.14.1",
|
|
59
|
-
"commit": "690590449dc3d65cd40b2b06a990fd920180919d"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"date": "Wed, 04 Oct 2023 08:45:47 GMT",
|
|
66
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.13",
|
|
67
|
-
"version": "9.0.13",
|
|
68
|
-
"comments": {
|
|
69
|
-
"patch": [
|
|
70
|
-
{
|
|
71
|
-
"author": "beachball",
|
|
72
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
73
|
-
"comment": "Bump @fluentui/react-utilities to v9.14.0",
|
|
74
|
-
"commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"date": "Tue, 26 Sep 2023 17:49:06 GMT",
|
|
81
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.12",
|
|
82
|
-
"version": "9.0.12",
|
|
83
|
-
"comments": {
|
|
84
|
-
"patch": [
|
|
85
|
-
{
|
|
86
|
-
"author": "yuanboxue@microsoft.com",
|
|
87
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
88
|
-
"commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
|
|
89
|
-
"comment": "chore: trigger manual version bump after broken release"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"author": "beachball",
|
|
93
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
94
|
-
"comment": "Bump @fluentui/react-utilities to v9.13.5",
|
|
95
|
-
"commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"date": "Tue, 26 Sep 2023 15:31:57 GMT",
|
|
102
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.11",
|
|
103
|
-
"version": "9.0.11",
|
|
104
|
-
"comments": {
|
|
105
|
-
"patch": [
|
|
106
|
-
{
|
|
107
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
108
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
109
|
-
"commit": "3f9051784f483097b0c711495a61b0e634d880d6",
|
|
110
|
-
"comment": "bugfix: react dev runtime call is missing source parameter"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"author": "martinhochel@microsoft.com",
|
|
114
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
115
|
-
"commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
|
|
116
|
-
"comment": "fix: bump swc core to mitigate transpilation memory leaks"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"author": "beachball",
|
|
120
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
121
|
-
"comment": "Bump @fluentui/react-utilities to v9.13.4",
|
|
122
|
-
"commit": "e16520437e10cd824ac254dd797e32762b5de72d"
|
|
123
|
-
}
|
|
124
|
-
]
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"date": "Wed, 20 Sep 2023 17:47:38 GMT",
|
|
129
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.10",
|
|
130
|
-
"version": "9.0.10",
|
|
131
|
-
"comments": {
|
|
132
|
-
"patch": [
|
|
133
|
-
{
|
|
134
|
-
"author": "martinhochel@microsoft.com",
|
|
135
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
136
|
-
"commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
|
|
137
|
-
"comment": "chore: trigger manual version bump after broken release"
|
|
138
|
-
}
|
|
139
|
-
]
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"date": "Wed, 20 Sep 2023 14:59:52 GMT",
|
|
144
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.9",
|
|
145
|
-
"version": "9.0.9",
|
|
146
|
-
"comments": {
|
|
147
|
-
"patch": [
|
|
148
|
-
{
|
|
149
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
150
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
151
|
-
"commit": "cd66e978f89f12e267759a194971ac2ebe46edef",
|
|
152
|
-
"comment": "fix: static children problem on render function"
|
|
153
|
-
}
|
|
154
|
-
]
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"date": "Thu, 14 Sep 2023 16:44:47 GMT",
|
|
159
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.8",
|
|
160
|
-
"version": "9.0.8",
|
|
161
|
-
"comments": {
|
|
162
|
-
"patch": [
|
|
163
|
-
{
|
|
164
|
-
"author": "olfedias@microsoft.com",
|
|
165
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
166
|
-
"commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473",
|
|
167
|
-
"comment": "fix: strip comments for JSX pragma"
|
|
168
|
-
}
|
|
169
|
-
]
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"date": "Tue, 12 Sep 2023 08:51:32 GMT",
|
|
174
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.7",
|
|
175
|
-
"version": "9.0.7",
|
|
176
|
-
"comments": {
|
|
177
|
-
"patch": [
|
|
178
|
-
{
|
|
179
|
-
"author": "olfedias@microsoft.com",
|
|
180
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
181
|
-
"commit": "6fa505d282299778ee9c160ab91f2f510e2d4335",
|
|
182
|
-
"comment": "fix: make /jsx-runtime compatible with Webpack 4"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
186
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
187
|
-
"commit": "cbcc41cab55eb19e12faf363d0c96adb45ee2cb0",
|
|
188
|
-
"comment": "bugfix: fix missing .d.ts types on build"
|
|
189
|
-
}
|
|
190
|
-
]
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"date": "Wed, 06 Sep 2023 13:31:31 GMT",
|
|
195
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.6",
|
|
196
|
-
"version": "9.0.6",
|
|
197
|
-
"comments": {
|
|
198
|
-
"patch": [
|
|
199
|
-
{
|
|
200
|
-
"author": "beachball",
|
|
201
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
202
|
-
"comment": "Bump @fluentui/react-utilities to v9.13.3",
|
|
203
|
-
"commit": "52532950407fd4d3664ec6aa337855214233813b"
|
|
204
|
-
}
|
|
205
|
-
]
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"date": "Tue, 05 Sep 2023 15:39:04 GMT",
|
|
210
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.5",
|
|
211
|
-
"version": "9.0.5",
|
|
212
|
-
"comments": {
|
|
213
|
-
"patch": [
|
|
214
|
-
{
|
|
215
|
-
"author": "beachball",
|
|
216
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
217
|
-
"comment": "Bump @fluentui/react-utilities to v9.13.2",
|
|
218
|
-
"commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
|
|
219
|
-
}
|
|
220
|
-
]
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"date": "Tue, 05 Sep 2023 13:29:25 GMT",
|
|
225
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.4",
|
|
226
|
-
"version": "9.0.4",
|
|
227
|
-
"comments": {
|
|
228
|
-
"patch": [
|
|
229
|
-
{
|
|
230
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
231
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
232
|
-
"commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
|
|
233
|
-
"comment": "bumps @swc/helpers version to 0.5.1"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
237
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
238
|
-
"commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
|
|
239
|
-
"comment": "bumps react peer dependencies to v16.14.0"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"author": "beachball",
|
|
243
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
244
|
-
"comment": "Bump @fluentui/react-utilities to v9.13.1",
|
|
245
|
-
"commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
|
|
246
|
-
}
|
|
247
|
-
]
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"date": "Tue, 29 Aug 2023 12:57:36 GMT",
|
|
252
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.3",
|
|
253
|
-
"version": "9.0.3",
|
|
254
|
-
"comments": {
|
|
255
|
-
"patch": [
|
|
256
|
-
{
|
|
257
|
-
"author": "beachball",
|
|
258
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
259
|
-
"comment": "Bump @fluentui/react-utilities to v9.13.0",
|
|
260
|
-
"commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
|
|
261
|
-
}
|
|
262
|
-
]
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"date": "Thu, 24 Aug 2023 10:26:33 GMT",
|
|
267
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.2",
|
|
268
|
-
"version": "9.0.2",
|
|
269
|
-
"comments": {
|
|
270
|
-
"patch": [
|
|
271
|
-
{
|
|
272
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
273
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
274
|
-
"commit": "d7f04c2b9e5b36267f7d822fe493fc57cf5bc492",
|
|
275
|
-
"comment": "chore: decrease bundle size & adds fixtures"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"author": "beachball",
|
|
279
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
280
|
-
"comment": "Bump @fluentui/react-utilities to v9.12.0",
|
|
281
|
-
"commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
|
|
282
|
-
}
|
|
283
|
-
]
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"date": "Wed, 23 Aug 2023 12:01:49 GMT",
|
|
288
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.1",
|
|
289
|
-
"version": "9.0.1",
|
|
290
|
-
"comments": {
|
|
291
|
-
"patch": [
|
|
292
|
-
{
|
|
293
|
-
"author": "beachball",
|
|
294
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
295
|
-
"comment": "Bump @fluentui/react-utilities to v9.11.2",
|
|
296
|
-
"commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
|
|
297
|
-
}
|
|
298
|
-
]
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"date": "Wed, 16 Aug 2023 17:41:07 GMT",
|
|
303
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0",
|
|
304
|
-
"version": "9.0.0",
|
|
305
|
-
"comments": {
|
|
306
|
-
"patch": [
|
|
307
|
-
{
|
|
308
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
309
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
310
|
-
"commit": "7e2ba9c3e9e9e426e18bc5861fd84211400780ac",
|
|
311
|
-
"comment": "chore: release stable version"
|
|
312
|
-
}
|
|
313
|
-
]
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"date": "Wed, 16 Aug 2023 11:38:33 GMT",
|
|
318
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.16",
|
|
319
|
-
"version": "9.0.0-alpha.16",
|
|
320
|
-
"comments": {
|
|
321
|
-
"prerelease": [
|
|
322
|
-
{
|
|
323
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
324
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
325
|
-
"commit": "d40ea6e1d43cd21d1404d9c71018d822958c6644",
|
|
326
|
-
"comment": "feat: supports new automatic JSX runtime"
|
|
327
|
-
}
|
|
328
|
-
]
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"date": "Fri, 11 Aug 2023 12:14:26 GMT",
|
|
333
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.15",
|
|
334
|
-
"version": "9.0.0-alpha.15",
|
|
335
|
-
"comments": {
|
|
336
|
-
"prerelease": [
|
|
337
|
-
{
|
|
338
|
-
"author": "beachball",
|
|
339
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
340
|
-
"comment": "Bump @fluentui/react-utilities to v9.11.1",
|
|
341
|
-
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
|
342
|
-
}
|
|
343
|
-
]
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"date": "Fri, 04 Aug 2023 08:52:55 GMT",
|
|
348
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.13",
|
|
349
|
-
"version": "9.0.0-alpha.13",
|
|
350
|
-
"comments": {
|
|
351
|
-
"prerelease": [
|
|
352
|
-
{
|
|
353
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
354
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
355
|
-
"commit": "6a8afe2b7becaf1b10cbc9ae98b39d352b8c7026",
|
|
356
|
-
"comment": "chore: update createElement to support new slot methods"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"author": "beachball",
|
|
360
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
361
|
-
"comment": "Bump @fluentui/react-utilities to v9.11.0",
|
|
362
|
-
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
363
|
-
}
|
|
364
|
-
]
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"date": "Thu, 13 Jul 2023 21:25:42 GMT",
|
|
369
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
|
|
370
|
-
"version": "9.0.0-alpha.11",
|
|
371
|
-
"comments": {
|
|
372
|
-
"none": [
|
|
373
|
-
{
|
|
374
|
-
"author": "martinhochel@microsoft.com",
|
|
375
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
376
|
-
"commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
|
|
377
|
-
"comment": "chore: update devDependencies to use * for inner workspace dependencies"
|
|
378
|
-
}
|
|
379
|
-
]
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"date": "Tue, 11 Jul 2023 18:46:36 GMT",
|
|
384
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
|
|
385
|
-
"version": "9.0.0-alpha.11",
|
|
386
|
-
"comments": {
|
|
387
|
-
"prerelease": [
|
|
388
|
-
{
|
|
389
|
-
"author": "beachball",
|
|
390
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
391
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
|
|
392
|
-
"commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
|
|
393
|
-
}
|
|
394
|
-
]
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"date": "Mon, 03 Jul 2023 11:57:14 GMT",
|
|
399
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.10",
|
|
400
|
-
"version": "9.0.0-alpha.10",
|
|
401
|
-
"comments": {
|
|
402
|
-
"prerelease": [
|
|
403
|
-
{
|
|
404
|
-
"author": "beachball",
|
|
405
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
406
|
-
"comment": "Bump @fluentui/react-utilities to v9.10.1",
|
|
407
|
-
"commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
|
|
408
|
-
}
|
|
409
|
-
]
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"date": "Wed, 28 Jun 2023 11:12:27 GMT",
|
|
414
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.9",
|
|
415
|
-
"version": "9.0.0-alpha.9",
|
|
416
|
-
"comments": {
|
|
417
|
-
"none": [
|
|
418
|
-
{
|
|
419
|
-
"author": "martinhochel@microsoft.com",
|
|
420
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
421
|
-
"commit": "fbe878e9c9785588197481f172c42c2c0a230292",
|
|
422
|
-
"comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
|
|
423
|
-
}
|
|
424
|
-
],
|
|
425
|
-
"prerelease": [
|
|
426
|
-
{
|
|
427
|
-
"author": "beachball",
|
|
428
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
429
|
-
"comment": "Bump @fluentui/react-utilities to v9.10.0",
|
|
430
|
-
"commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
|
|
431
|
-
}
|
|
432
|
-
]
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"date": "Mon, 26 Jun 2023 09:53:55 GMT",
|
|
437
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.8",
|
|
438
|
-
"version": "9.0.0-alpha.8",
|
|
439
|
-
"comments": {
|
|
440
|
-
"prerelease": [
|
|
441
|
-
{
|
|
442
|
-
"author": "beachball",
|
|
443
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
444
|
-
"comment": "Bump @fluentui/react-utilities to v9.9.4",
|
|
445
|
-
"commit": "3e47257676ace0598b9ed336a54befd4d063c332"
|
|
446
|
-
}
|
|
447
|
-
]
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"date": "Tue, 20 Jun 2023 12:39:07 GMT",
|
|
452
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.7",
|
|
453
|
-
"version": "9.0.0-alpha.7",
|
|
454
|
-
"comments": {
|
|
455
|
-
"prerelease": [
|
|
456
|
-
{
|
|
457
|
-
"author": "beachball",
|
|
458
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
459
|
-
"comment": "Bump @fluentui/react-utilities to v9.9.3",
|
|
460
|
-
"commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"author": "beachball",
|
|
464
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
465
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
|
|
466
|
-
"commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"date": "Wed, 31 May 2023 06:46:23 GMT",
|
|
473
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.6",
|
|
474
|
-
"version": "9.0.0-alpha.6",
|
|
475
|
-
"comments": {
|
|
476
|
-
"prerelease": [
|
|
477
|
-
{
|
|
478
|
-
"author": "beachball",
|
|
479
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
480
|
-
"comment": "Bump @fluentui/react-utilities to v9.9.2",
|
|
481
|
-
"commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"author": "beachball",
|
|
485
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
486
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
|
|
487
|
-
"commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
|
|
488
|
-
}
|
|
489
|
-
]
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"date": "Thu, 25 May 2023 10:00:48 GMT",
|
|
494
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.5",
|
|
495
|
-
"version": "9.0.0-alpha.5",
|
|
496
|
-
"comments": {
|
|
497
|
-
"prerelease": [
|
|
498
|
-
{
|
|
499
|
-
"author": "beachball",
|
|
500
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
501
|
-
"comment": "Bump @fluentui/react-utilities to v9.9.1",
|
|
502
|
-
"commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
|
|
503
|
-
}
|
|
504
|
-
]
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"date": "Wed, 24 May 2023 20:45:28 GMT",
|
|
509
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.4",
|
|
510
|
-
"version": "9.0.0-alpha.4",
|
|
511
|
-
"comments": {
|
|
512
|
-
"none": [
|
|
513
|
-
{
|
|
514
|
-
"author": "olfedias@microsoft.com",
|
|
515
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
516
|
-
"commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
|
|
517
|
-
"comment": "chore: update test-ssr script"
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"date": "Thu, 18 May 2023 00:39:08 GMT",
|
|
524
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.4",
|
|
525
|
-
"version": "9.0.0-alpha.4",
|
|
526
|
-
"comments": {
|
|
527
|
-
"none": [
|
|
528
|
-
{
|
|
529
|
-
"author": "olfedias@microsoft.com",
|
|
530
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
531
|
-
"commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
|
|
532
|
-
"comment": "chore: add test-ssr script to v9 packages"
|
|
533
|
-
}
|
|
534
|
-
],
|
|
535
|
-
"prerelease": [
|
|
536
|
-
{
|
|
537
|
-
"author": "beachball",
|
|
538
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
539
|
-
"comment": "Bump @fluentui/react-utilities to v9.9.0",
|
|
540
|
-
"commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
|
|
541
|
-
}
|
|
542
|
-
]
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"date": "Fri, 12 May 2023 20:27:23 GMT",
|
|
547
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.3",
|
|
548
|
-
"version": "9.0.0-alpha.3",
|
|
549
|
-
"comments": {
|
|
550
|
-
"prerelease": [
|
|
551
|
-
{
|
|
552
|
-
"author": "olfedias@microsoft.com",
|
|
553
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
554
|
-
"commit": "c28decb23d191a0daaaf6d5d1832429715102129",
|
|
555
|
-
"comment": "chore: exclude .swcrc from being published"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"author": "beachball",
|
|
559
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
560
|
-
"comment": "Bump @fluentui/react-utilities to v9.8.1",
|
|
561
|
-
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"author": "beachball",
|
|
565
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
566
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
|
|
567
|
-
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"none": [
|
|
571
|
-
{
|
|
572
|
-
"author": "martinhochel@microsoft.com",
|
|
573
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
574
|
-
"commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
|
|
575
|
-
"comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
|
|
576
|
-
}
|
|
577
|
-
]
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"date": "Mon, 24 Apr 2023 08:12:37 GMT",
|
|
582
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.2",
|
|
583
|
-
"version": "9.0.0-alpha.2",
|
|
584
|
-
"comments": {
|
|
585
|
-
"prerelease": [
|
|
586
|
-
{
|
|
587
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
588
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
589
|
-
"commit": "391878bf4d8a8210a8279a6ced8bf9a64daf4c64",
|
|
590
|
-
"comment": "chore: simplify createElement method"
|
|
591
|
-
}
|
|
592
|
-
]
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"date": "Mon, 17 Apr 2023 17:53:51 GMT",
|
|
597
|
-
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.1",
|
|
598
|
-
"version": "9.0.0-alpha.1",
|
|
599
|
-
"comments": {
|
|
600
|
-
"prerelease": [
|
|
601
|
-
{
|
|
602
|
-
"author": "bernardo.sunderhus@gmail.com",
|
|
603
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
604
|
-
"commit": "97af91aa7684bbfe149ace1b21b75fb7c04128a2",
|
|
605
|
-
"comment": "feat: implements custom JSX pragma"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"author": "beachball",
|
|
609
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
610
|
-
"comment": "Bump @fluentui/react-utilities to v9.8.0",
|
|
611
|
-
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
612
|
-
}
|
|
613
|
-
]
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
]
|
|
617
|
-
}
|