@fluentui/react-migration-v8-v9 1.0.31 → 9.1.1
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 +20 -500
- package/CHANGELOG.md +12 -273
- package/lib/components/Button/ActionButtonShim.js.map +1 -1
- package/lib/components/Button/ButtonShim.js.map +1 -1
- package/lib/components/Button/CommandButtonShim.js.map +1 -1
- package/lib/components/Button/CompoundButtonShim.js.map +1 -1
- package/lib/components/Button/DefaultButtonShim.js.map +1 -1
- package/lib/components/Button/MenuButtonShim.js.map +1 -1
- package/lib/components/Button/PrimaryButtonShim.js.map +1 -1
- package/lib/components/Button/ToggleButtonShim.js.map +1 -1
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Button/shimButtonProps.js.map +1 -1
- package/lib/components/Menu/MenuShim.js.map +1 -1
- package/lib/components/Menu/index.js.map +1 -1
- package/lib/components/Menu/shimMenuProps.js.map +1 -1
- package/lib/components/Stack/StackItemShim.js.map +1 -1
- package/lib/components/Stack/StackShim.js.map +1 -1
- package/lib/components/Stack/index.js.map +1 -1
- package/lib/components/Stack/stackUtils.js.map +1 -1
- package/lib/components/Theme/index.js.map +1 -1
- package/lib/components/Theme/themeDuplicates.js.map +1 -1
- package/lib/components/Theme/v8ThemeShim.js +2 -0
- package/lib/components/Theme/v8ThemeShim.js.map +1 -1
- package/lib/components/Theme/v9BrandVariantsShim.js.map +1 -1
- package/lib/components/Theme/v9ThemeShim.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/stories/ThemeShim/ThemePreviewV8.js +316 -0
- package/lib/stories/ThemeShim/ThemePreviewV8.js.map +1 -0
- package/lib/stories/ThemeShim/ThemePreviewV9.js +196 -0
- package/lib/stories/ThemeShim/ThemePreviewV9.js.map +1 -0
- package/lib-commonjs/components/Button/ActionButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/ButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/CommandButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/CompoundButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/DefaultButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/MenuButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/PrimaryButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/ToggleButtonShim.js.map +1 -1
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Button/shimButtonProps.js.map +1 -1
- package/lib-commonjs/components/Menu/MenuShim.js.map +1 -1
- package/lib-commonjs/components/Menu/index.js.map +1 -1
- package/lib-commonjs/components/Menu/shimMenuProps.js.map +1 -1
- package/lib-commonjs/components/Stack/StackItemShim.js.map +1 -1
- package/lib-commonjs/components/Stack/StackShim.js.map +1 -1
- package/lib-commonjs/components/Stack/index.js.map +1 -1
- package/lib-commonjs/components/Stack/stackUtils.js.map +1 -1
- package/lib-commonjs/components/Theme/index.js.map +1 -1
- package/lib-commonjs/components/Theme/themeDuplicates.js.map +1 -1
- package/lib-commonjs/components/Theme/v8ThemeShim.js +2 -0
- package/lib-commonjs/components/Theme/v8ThemeShim.js.map +1 -1
- package/lib-commonjs/components/Theme/v9BrandVariantsShim.js.map +1 -1
- package/lib-commonjs/components/Theme/v9ThemeShim.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/stories/ThemeShim/ThemePreviewV8.js +323 -0
- package/lib-commonjs/stories/ThemeShim/ThemePreviewV8.js.map +1 -0
- package/lib-commonjs/stories/ThemeShim/ThemePreviewV9.js +195 -0
- package/lib-commonjs/stories/ThemeShim/ThemePreviewV9.js.map +1 -0
- package/package.json +9 -6
- package/lib-amd/components/Button/ActionButtonShim.js +0 -14
- package/lib-amd/components/Button/ActionButtonShim.js.map +0 -1
- package/lib-amd/components/Button/ButtonShim.js +0 -17
- package/lib-amd/components/Button/ButtonShim.js.map +0 -1
- package/lib-amd/components/Button/CommandButtonShim.js +0 -7
- package/lib-amd/components/Button/CommandButtonShim.js.map +0 -1
- package/lib-amd/components/Button/CompoundButtonShim.js +0 -15
- package/lib-amd/components/Button/CompoundButtonShim.js.map +0 -1
- package/lib-amd/components/Button/DefaultButtonShim.js +0 -12
- package/lib-amd/components/Button/DefaultButtonShim.js.map +0 -1
- package/lib-amd/components/Button/MenuButtonShim.js +0 -20
- package/lib-amd/components/Button/MenuButtonShim.js.map +0 -1
- package/lib-amd/components/Button/PrimaryButtonShim.js +0 -12
- package/lib-amd/components/Button/PrimaryButtonShim.js.map +0 -1
- package/lib-amd/components/Button/ToggleButtonShim.js +0 -14
- package/lib-amd/components/Button/ToggleButtonShim.js.map +0 -1
- package/lib-amd/components/Button/index.js +0 -14
- package/lib-amd/components/Button/index.js.map +0 -1
- package/lib-amd/components/Button/shimButtonProps.js +0 -19
- package/lib-amd/components/Button/shimButtonProps.js.map +0 -1
- package/lib-amd/components/Menu/MenuShim.js +0 -42
- package/lib-amd/components/Menu/MenuShim.js.map +0 -1
- package/lib-amd/components/Menu/index.js +0 -7
- package/lib-amd/components/Menu/index.js.map +0 -1
- package/lib-amd/components/Menu/shimMenuProps.js +0 -30
- package/lib-amd/components/Menu/shimMenuProps.js.map +0 -1
- package/lib-amd/components/Stack/StackItemShim.js +0 -150
- package/lib-amd/components/Stack/StackItemShim.js.map +0 -1
- package/lib-amd/components/Stack/StackShim.js +0 -242
- package/lib-amd/components/Stack/StackShim.js.map +0 -1
- package/lib-amd/components/Stack/index.js +0 -7
- package/lib-amd/components/Stack/index.js.map +0 -1
- package/lib-amd/components/Stack/stackUtils.js +0 -168
- package/lib-amd/components/Stack/stackUtils.js.map +0 -1
- package/lib-amd/components/Theme/index.js +0 -9
- package/lib-amd/components/Theme/index.js.map +0 -1
- package/lib-amd/components/Theme/themeDuplicates.js +0 -864
- package/lib-amd/components/Theme/themeDuplicates.js.map +0 -1
- package/lib-amd/components/Theme/v8ThemeShim.js +0 -140
- package/lib-amd/components/Theme/v8ThemeShim.js.map +0 -1
- package/lib-amd/components/Theme/v9BrandVariantsShim.js +0 -75
- package/lib-amd/components/Theme/v9BrandVariantsShim.js.map +0 -1
- package/lib-amd/components/Theme/v9ThemeShim.js +0 -190
- package/lib-amd/components/Theme/v9ThemeShim.js.map +0 -1
- package/lib-amd/index.js +0 -38
- package/lib-amd/index.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,537 +2,57 @@
|
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui/react-migration-v8-
|
|
7
|
-
"version": "1.
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"author": "beachball",
|
|
12
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
-
"comment": "Bump @fluentui/react to v8.104.6",
|
|
14
|
-
"commit": "fe36f5e6d0293f93532aee9c25e3bf14ea31d0d5"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Wed, 11 Jan 2023 07:50:46 GMT",
|
|
21
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.30",
|
|
22
|
-
"version": "1.0.30",
|
|
5
|
+
"date": "Tue, 31 Jan 2023 19:50:40 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.1.1",
|
|
7
|
+
"version": "9.1.1",
|
|
23
8
|
"comments": {
|
|
24
9
|
"none": [
|
|
25
10
|
{
|
|
26
|
-
"author": "
|
|
11
|
+
"author": "sarah.higley@microsoft.com",
|
|
27
12
|
"package": "@fluentui/react-migration-v8-v9",
|
|
28
|
-
"commit": "
|
|
29
|
-
"comment": "chore:
|
|
13
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
14
|
+
"comment": "chore: import Dropdown and Option from react-components"
|
|
30
15
|
}
|
|
31
16
|
],
|
|
32
17
|
"patch": [
|
|
33
18
|
{
|
|
34
19
|
"author": "beachball",
|
|
35
20
|
"package": "@fluentui/react-migration-v8-v9",
|
|
36
|
-
"comment": "Bump @fluentui/react to
|
|
37
|
-
"commit": "
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"date": "Tue, 10 Jan 2023 07:50:15 GMT",
|
|
44
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.29",
|
|
45
|
-
"version": "1.0.29",
|
|
46
|
-
"comments": {
|
|
47
|
-
"patch": [
|
|
48
|
-
{
|
|
49
|
-
"author": "beachball",
|
|
50
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
51
|
-
"comment": "Bump @fluentui/react to v8.104.4",
|
|
52
|
-
"commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
|
|
59
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.28",
|
|
60
|
-
"version": "1.0.28",
|
|
61
|
-
"comments": {
|
|
62
|
-
"patch": [
|
|
63
|
-
{
|
|
64
|
-
"author": "beachball",
|
|
65
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
66
|
-
"comment": "Bump @fluentui/react to v8.104.3",
|
|
67
|
-
"commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"date": "Thu, 05 Jan 2023 07:59:57 GMT",
|
|
74
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.27",
|
|
75
|
-
"version": "1.0.27",
|
|
76
|
-
"comments": {
|
|
77
|
-
"patch": [
|
|
78
|
-
{
|
|
79
|
-
"author": "beachball",
|
|
80
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
81
|
-
"comment": "Bump @fluentui/react to v8.104.2",
|
|
82
|
-
"commit": "6daf6e3e4d5f888e77181ecf4f7dd63763d2752d"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"date": "Wed, 04 Jan 2023 07:45:43 GMT",
|
|
89
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.26",
|
|
90
|
-
"version": "1.0.26",
|
|
91
|
-
"comments": {
|
|
92
|
-
"patch": [
|
|
93
|
-
{
|
|
94
|
-
"author": "olfedias@microsoft.com",
|
|
95
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
96
|
-
"commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
|
|
97
|
-
"comment": "chore: Update Griffel to latest version"
|
|
98
|
-
}
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"date": "Mon, 02 Jan 2023 07:46:48 GMT",
|
|
104
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.25",
|
|
105
|
-
"version": "1.0.25",
|
|
106
|
-
"comments": {
|
|
107
|
-
"none": [
|
|
108
|
-
{
|
|
109
|
-
"author": "martinhochel@microsoft.com",
|
|
110
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
111
|
-
"commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
|
|
112
|
-
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"date": "Fri, 30 Dec 2022 07:51:07 GMT",
|
|
119
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.25",
|
|
120
|
-
"version": "1.0.25",
|
|
121
|
-
"comments": {
|
|
122
|
-
"none": [
|
|
123
|
-
{
|
|
124
|
-
"author": "martinhochel@microsoft.com",
|
|
125
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
126
|
-
"commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
|
|
127
|
-
"comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
|
|
128
|
-
}
|
|
129
|
-
]
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"date": "Fri, 23 Dec 2022 07:55:40 GMT",
|
|
134
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.25",
|
|
135
|
-
"version": "1.0.25",
|
|
136
|
-
"comments": {
|
|
137
|
-
"patch": [
|
|
138
|
-
{
|
|
139
|
-
"author": "beachball",
|
|
140
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
141
|
-
"comment": "Bump @fluentui/react to v8.104.1",
|
|
142
|
-
"commit": "64040a4899e338d8e4e11819975b717276702b9c"
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"date": "Wed, 21 Dec 2022 07:47:36 GMT",
|
|
149
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.24",
|
|
150
|
-
"version": "1.0.24",
|
|
151
|
-
"comments": {
|
|
152
|
-
"patch": [
|
|
153
|
-
{
|
|
154
|
-
"author": "beachball",
|
|
155
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
156
|
-
"comment": "Bump @fluentui/react to v8.104.0",
|
|
157
|
-
"commit": "cf10f5be18439d0c0c3f53baac7f996237569691"
|
|
158
|
-
}
|
|
159
|
-
]
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"date": "Tue, 20 Dec 2022 07:53:34 GMT",
|
|
164
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.23",
|
|
165
|
-
"version": "1.0.23",
|
|
166
|
-
"comments": {
|
|
167
|
-
"patch": [
|
|
168
|
-
{
|
|
169
|
-
"author": "beachball",
|
|
170
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
171
|
-
"comment": "Bump @fluentui/react to v8.103.10",
|
|
172
|
-
"commit": "a39f278183ca928dc344704c6cc547080f3ff7a7"
|
|
173
|
-
}
|
|
174
|
-
]
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"date": "Fri, 16 Dec 2022 07:50:07 GMT",
|
|
179
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.22",
|
|
180
|
-
"version": "1.0.22",
|
|
181
|
-
"comments": {
|
|
182
|
-
"patch": [
|
|
183
|
-
{
|
|
184
|
-
"author": "beachball",
|
|
185
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
186
|
-
"comment": "Bump @fluentui/react to v8.103.9",
|
|
187
|
-
"commit": "7cb446d4311c0621a3dcecd4eed7fe0c3476de53"
|
|
188
|
-
}
|
|
189
|
-
]
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"date": "Tue, 13 Dec 2022 07:46:31 GMT",
|
|
194
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.21",
|
|
195
|
-
"version": "1.0.21",
|
|
196
|
-
"comments": {
|
|
197
|
-
"patch": [
|
|
198
|
-
{
|
|
199
|
-
"author": "beachball",
|
|
200
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
201
|
-
"comment": "Bump @fluentui/react to v8.103.8",
|
|
202
|
-
"commit": "c2b76828654d1cdccc1e710b6bf647992ba4d3ae"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"date": "Fri, 09 Dec 2022 07:54:31 GMT",
|
|
209
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.20",
|
|
210
|
-
"version": "1.0.20",
|
|
211
|
-
"comments": {
|
|
212
|
-
"patch": [
|
|
213
|
-
{
|
|
214
|
-
"author": "beachball",
|
|
215
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
216
|
-
"comment": "Bump @fluentui/react to v8.103.7",
|
|
217
|
-
"commit": "af081ef87e336cfe7e69b42a086165ec5dd3d735"
|
|
218
|
-
}
|
|
219
|
-
]
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"date": "Thu, 08 Dec 2022 07:46:37 GMT",
|
|
224
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.19",
|
|
225
|
-
"version": "1.0.19",
|
|
226
|
-
"comments": {
|
|
227
|
-
"patch": [
|
|
228
|
-
{
|
|
229
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
230
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
231
|
-
"commit": "43e7eb9324b43d02d8d828ff722ed3f3858f3d30",
|
|
232
|
-
"comment": "fix: update theme tokens"
|
|
21
|
+
"comment": "Bump @fluentui/react-components to v9.13.0",
|
|
22
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
233
23
|
},
|
|
234
24
|
{
|
|
235
25
|
"author": "beachball",
|
|
236
26
|
"package": "@fluentui/react-migration-v8-v9",
|
|
237
|
-
"comment": "Bump @fluentui/react to
|
|
238
|
-
"commit": "
|
|
27
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.1",
|
|
28
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
239
29
|
}
|
|
240
30
|
]
|
|
241
31
|
}
|
|
242
32
|
},
|
|
243
33
|
{
|
|
244
|
-
"date": "
|
|
245
|
-
"tag": "@fluentui/react-migration-v8-
|
|
246
|
-
"version": "1.0
|
|
34
|
+
"date": "Thu, 26 Jan 2023 13:30:57 GMT",
|
|
35
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.1.0",
|
|
36
|
+
"version": "9.1.0",
|
|
247
37
|
"comments": {
|
|
248
|
-
"
|
|
249
|
-
{
|
|
250
|
-
"author": "beachball",
|
|
251
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
252
|
-
"comment": "Bump @fluentui/react to v8.103.5",
|
|
253
|
-
"commit": "98715bfad186c1fd0493c558901913a770227000"
|
|
254
|
-
}
|
|
255
|
-
]
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"date": "Fri, 02 Dec 2022 07:54:15 GMT",
|
|
260
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.17",
|
|
261
|
-
"version": "1.0.17",
|
|
262
|
-
"comments": {
|
|
263
|
-
"patch": [
|
|
264
|
-
{
|
|
265
|
-
"author": "beachball",
|
|
266
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
267
|
-
"comment": "Bump @fluentui/react to v8.103.4",
|
|
268
|
-
"commit": "2d1669e3b69dc78a63404724010cafebfab18ca3"
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"date": "Wed, 30 Nov 2022 07:46:31 GMT",
|
|
275
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.16",
|
|
276
|
-
"version": "1.0.16",
|
|
277
|
-
"comments": {
|
|
278
|
-
"patch": [
|
|
279
|
-
{
|
|
280
|
-
"author": "beachball",
|
|
281
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
282
|
-
"comment": "Bump @fluentui/react to v8.103.3",
|
|
283
|
-
"commit": "60b2e7d6d6ccc51d1aa8e4216613106a9b4dd0e1"
|
|
284
|
-
}
|
|
285
|
-
]
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"date": "Tue, 29 Nov 2022 07:51:06 GMT",
|
|
290
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.15",
|
|
291
|
-
"version": "1.0.15",
|
|
292
|
-
"comments": {
|
|
293
|
-
"none": [
|
|
294
|
-
{
|
|
295
|
-
"author": "martinhochel@microsoft.com",
|
|
296
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
297
|
-
"commit": "0da8d7556d18b42a7c702c513e702ba3723d64d3",
|
|
298
|
-
"comment": "feat(scripts): enable ts processing via ts solution config for non v9 packages"
|
|
299
|
-
}
|
|
300
|
-
]
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"date": "Thu, 24 Nov 2022 07:53:48 GMT",
|
|
305
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.15",
|
|
306
|
-
"version": "1.0.15",
|
|
307
|
-
"comments": {
|
|
308
|
-
"patch": [
|
|
309
|
-
{
|
|
310
|
-
"author": "beachball",
|
|
311
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
312
|
-
"comment": "Bump @fluentui/react to v8.103.2",
|
|
313
|
-
"commit": "df99a7d82e3ca707300a079e0050db218d6cfcce"
|
|
314
|
-
}
|
|
315
|
-
]
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"date": "Wed, 23 Nov 2022 07:54:37 GMT",
|
|
320
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.14",
|
|
321
|
-
"version": "1.0.14",
|
|
322
|
-
"comments": {
|
|
323
|
-
"patch": [
|
|
324
|
-
{
|
|
325
|
-
"author": "beachball",
|
|
326
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
327
|
-
"comment": "Bump @fluentui/react to v8.103.1",
|
|
328
|
-
"commit": "f8013696c54d144230e04e2600a437cd6a243f62"
|
|
329
|
-
}
|
|
330
|
-
]
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"date": "Tue, 22 Nov 2022 07:47:00 GMT",
|
|
335
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.13",
|
|
336
|
-
"version": "1.0.13",
|
|
337
|
-
"comments": {
|
|
338
|
-
"patch": [
|
|
339
|
-
{
|
|
340
|
-
"author": "beachball",
|
|
341
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
342
|
-
"comment": "Bump @fluentui/react to v8.103.0",
|
|
343
|
-
"commit": "d395d861e9e699ab8a3c1509d2efd5326ca475e6"
|
|
344
|
-
}
|
|
345
|
-
]
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"date": "Thu, 17 Nov 2022 07:51:44 GMT",
|
|
350
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.12",
|
|
351
|
-
"version": "1.0.12",
|
|
352
|
-
"comments": {
|
|
353
|
-
"patch": [
|
|
354
|
-
{
|
|
355
|
-
"author": "beachball",
|
|
356
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
357
|
-
"comment": "Bump @fluentui/react to v8.102.0",
|
|
358
|
-
"commit": "e2f2b9f6546c0e2df7ebe222242d8ca9a93f2fe0"
|
|
359
|
-
}
|
|
360
|
-
]
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"date": "Wed, 16 Nov 2022 07:47:29 GMT",
|
|
365
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.11",
|
|
366
|
-
"version": "1.0.11",
|
|
367
|
-
"comments": {
|
|
368
|
-
"patch": [
|
|
369
|
-
{
|
|
370
|
-
"author": "beachball",
|
|
371
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
372
|
-
"comment": "Bump @fluentui/react to v8.101.2",
|
|
373
|
-
"commit": "9066dc6a278db9df1fe3a277e66c94c201107d14"
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"date": "Tue, 15 Nov 2022 07:44:59 GMT",
|
|
380
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.10",
|
|
381
|
-
"version": "1.0.10",
|
|
382
|
-
"comments": {
|
|
383
|
-
"patch": [
|
|
384
|
-
{
|
|
385
|
-
"author": "beachball",
|
|
386
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
387
|
-
"comment": "Bump @fluentui/react to v8.101.1",
|
|
388
|
-
"commit": "84243dc77a4a9d2a8231c01bf880845d49f38f1a"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"date": "Wed, 09 Nov 2022 07:48:12 GMT",
|
|
395
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.9",
|
|
396
|
-
"version": "1.0.9",
|
|
397
|
-
"comments": {
|
|
398
|
-
"patch": [
|
|
399
|
-
{
|
|
400
|
-
"author": "beachball",
|
|
401
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
402
|
-
"comment": "Bump @fluentui/react to v8.101.0",
|
|
403
|
-
"commit": "99542b13a50433f03228b30113f305bc38a1340c"
|
|
404
|
-
}
|
|
405
|
-
]
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"date": "Fri, 04 Nov 2022 07:48:07 GMT",
|
|
410
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.8",
|
|
411
|
-
"version": "1.0.8",
|
|
412
|
-
"comments": {
|
|
413
|
-
"patch": [
|
|
414
|
-
{
|
|
415
|
-
"author": "beachball",
|
|
416
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
417
|
-
"comment": "Bump @fluentui/react to v8.100.0",
|
|
418
|
-
"commit": "176464a38a9b6210505d6950e8bd81df959427e0"
|
|
419
|
-
}
|
|
420
|
-
]
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"date": "Thu, 03 Nov 2022 07:52:12 GMT",
|
|
425
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.7",
|
|
426
|
-
"version": "1.0.7",
|
|
427
|
-
"comments": {
|
|
428
|
-
"patch": [
|
|
429
|
-
{
|
|
430
|
-
"author": "beachball",
|
|
431
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
432
|
-
"comment": "Bump @fluentui/react to v8.99.3",
|
|
433
|
-
"commit": "e2933893722b3de0c5358bd5f20b54992a316514"
|
|
434
|
-
}
|
|
435
|
-
]
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"date": "Wed, 02 Nov 2022 07:55:20 GMT",
|
|
440
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.6",
|
|
441
|
-
"version": "1.0.6",
|
|
442
|
-
"comments": {
|
|
443
|
-
"patch": [
|
|
444
|
-
{
|
|
445
|
-
"author": "olfedias@microsoft.com",
|
|
446
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
447
|
-
"commit": "c619ba066f11a8654e95375314824ba6b81b003e",
|
|
448
|
-
"comment": "chore: Update Griffel to latest version"
|
|
449
|
-
}
|
|
450
|
-
]
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"date": "Tue, 01 Nov 2022 07:49:22 GMT",
|
|
455
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.5",
|
|
456
|
-
"version": "1.0.5",
|
|
457
|
-
"comments": {
|
|
458
|
-
"patch": [
|
|
459
|
-
{
|
|
460
|
-
"author": "beachball",
|
|
461
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
462
|
-
"comment": "Bump @fluentui/react to v8.99.2",
|
|
463
|
-
"commit": "a180b67ce1107e8d4cb02aceb2e92a9e162b532e"
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"date": "Mon, 31 Oct 2022 07:45:40 GMT",
|
|
470
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.4",
|
|
471
|
-
"version": "1.0.4",
|
|
472
|
-
"comments": {
|
|
473
|
-
"patch": [
|
|
38
|
+
"minor": [
|
|
474
39
|
{
|
|
475
40
|
"author": "gcox@microsoft.com",
|
|
476
41
|
"package": "@fluentui/react-migration-v8-v9",
|
|
477
|
-
"commit": "
|
|
478
|
-
"comment": "
|
|
42
|
+
"commit": "38f8d75d0e279f6fe50fe5647650592cd648d6b2",
|
|
43
|
+
"comment": "Moved to be a v9 convergence package"
|
|
479
44
|
},
|
|
480
45
|
{
|
|
481
46
|
"author": "beachball",
|
|
482
47
|
"package": "@fluentui/react-migration-v8-v9",
|
|
483
|
-
"comment": "Bump @fluentui/react to
|
|
484
|
-
"commit": "
|
|
485
|
-
}
|
|
486
|
-
]
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"date": "Fri, 28 Oct 2022 07:45:08 GMT",
|
|
491
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.3",
|
|
492
|
-
"version": "1.0.3",
|
|
493
|
-
"comments": {
|
|
494
|
-
"patch": [
|
|
495
|
-
{
|
|
496
|
-
"author": "beachball",
|
|
497
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
498
|
-
"comment": "Bump @fluentui/react to v8.99.0",
|
|
499
|
-
"commit": "6c136eb60ae73382d3336b2ff11b113924d6eddc"
|
|
500
|
-
}
|
|
501
|
-
]
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"date": "Wed, 26 Oct 2022 07:52:54 GMT",
|
|
506
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.2",
|
|
507
|
-
"version": "1.0.2",
|
|
508
|
-
"comments": {
|
|
509
|
-
"patch": [
|
|
510
|
-
{
|
|
511
|
-
"author": "beachball",
|
|
512
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
513
|
-
"comment": "Bump @fluentui/react to v8.98.8",
|
|
514
|
-
"commit": "135655c2e9e32b5d50610d17792768ba0cb4e65e"
|
|
515
|
-
}
|
|
516
|
-
]
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"date": "Tue, 25 Oct 2022 07:43:18 GMT",
|
|
521
|
-
"tag": "@fluentui/react-migration-v8-v9_v1.0.1",
|
|
522
|
-
"version": "1.0.1",
|
|
523
|
-
"comments": {
|
|
524
|
-
"patch": [
|
|
525
|
-
{
|
|
526
|
-
"author": "gcox@microsoft.com",
|
|
527
|
-
"package": "@fluentui/react-migration-v8-v9",
|
|
528
|
-
"commit": "0467df35d2d95e7d782e48755f811af576490795",
|
|
529
|
-
"comment": "publishing migration package"
|
|
48
|
+
"comment": "Bump @fluentui/react-components to v9.12.0",
|
|
49
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
530
50
|
},
|
|
531
51
|
{
|
|
532
52
|
"author": "beachball",
|
|
533
53
|
"package": "@fluentui/react-migration-v8-v9",
|
|
534
|
-
"comment": "Bump @fluentui/react to
|
|
535
|
-
"commit": "
|
|
54
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.0",
|
|
55
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
536
56
|
}
|
|
537
57
|
]
|
|
538
58
|
}
|