@fluentui-copilot/react-suggestions 0.0.0-nightly-20240313-0404-8abc883d.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 +584 -0
- package/CHANGELOG.md +172 -0
- package/LICENSE +23 -0
- package/README.md +5 -0
- package/dist/index.d.ts +73 -0
- package/lib/Suggestion.js +2 -0
- package/lib/Suggestion.js.map +1 -0
- package/lib/SuggestionList.js +2 -0
- package/lib/SuggestionList.js.map +1 -0
- package/lib/components/Suggestion/Suggestion.js +15 -0
- package/lib/components/Suggestion/Suggestion.js.map +1 -0
- package/lib/components/Suggestion/index.js +3 -0
- package/lib/components/Suggestion/index.js.map +1 -0
- package/lib/components/Suggestion/useSuggestionStyles.js +78 -0
- package/lib/components/Suggestion/useSuggestionStyles.js.map +1 -0
- package/lib/components/SuggestionList/SuggestionList.js +14 -0
- package/lib/components/SuggestionList/SuggestionList.js.map +1 -0
- package/lib/components/SuggestionList/SuggestionList.types.js +3 -0
- package/lib/components/SuggestionList/SuggestionList.types.js.map +1 -0
- package/lib/components/SuggestionList/index.js +6 -0
- package/lib/components/SuggestionList/index.js.map +1 -0
- package/lib/components/SuggestionList/renderSuggestionList.js +14 -0
- package/lib/components/SuggestionList/renderSuggestionList.js.map +1 -0
- package/lib/components/SuggestionList/useSuggestionList.js +61 -0
- package/lib/components/SuggestionList/useSuggestionList.js.map +1 -0
- package/lib/components/SuggestionList/useSuggestionListStyles.js +49 -0
- package/lib/components/SuggestionList/useSuggestionListStyles.js.map +1 -0
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -0
- package/lib-commonjs/Suggestion.js +7 -0
- package/lib-commonjs/Suggestion.js.map +1 -0
- package/lib-commonjs/SuggestionList.js +7 -0
- package/lib-commonjs/SuggestionList.js.map +1 -0
- package/lib-commonjs/components/Suggestion/Suggestion.js +24 -0
- package/lib-commonjs/components/Suggestion/Suggestion.js.map +1 -0
- package/lib-commonjs/components/Suggestion/index.js +8 -0
- package/lib-commonjs/components/Suggestion/index.js.map +1 -0
- package/lib-commonjs/components/Suggestion/useSuggestionStyles.js +211 -0
- package/lib-commonjs/components/Suggestion/useSuggestionStyles.js.map +1 -0
- package/lib-commonjs/components/SuggestionList/SuggestionList.js +23 -0
- package/lib-commonjs/components/SuggestionList/SuggestionList.js.map +1 -0
- package/lib-commonjs/components/SuggestionList/SuggestionList.types.js +7 -0
- package/lib-commonjs/components/SuggestionList/SuggestionList.types.js.map +1 -0
- package/lib-commonjs/components/SuggestionList/index.js +11 -0
- package/lib-commonjs/components/SuggestionList/index.js.map +1 -0
- package/lib-commonjs/components/SuggestionList/renderSuggestionList.js +25 -0
- package/lib-commonjs/components/SuggestionList/renderSuggestionList.js.map +1 -0
- package/lib-commonjs/components/SuggestionList/useSuggestionList.js +58 -0
- package/lib-commonjs/components/SuggestionList/useSuggestionList.js.map +1 -0
- package/lib-commonjs/components/SuggestionList/useSuggestionListStyles.js +81 -0
- package/lib-commonjs/components/SuggestionList/useSuggestionListStyles.js.map +1 -0
- package/lib-commonjs/index.js +39 -0
- package/lib-commonjs/index.js.map +1 -0
- package/package.json +40 -0
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,584 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fluentui-copilot/react-suggestions",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Wed, 13 Mar 2024 04:09:45 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-suggestions_v0.0.0-nightly-20240313-0404-8abc883d.1",
|
|
7
|
+
"version": "0.0.0-nightly-20240313-0404-8abc883d.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "fluentui-internal@service.microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
13
|
+
"commit": "not available",
|
|
14
|
+
"comment": "Release nightly"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
19
|
+
"comment": "Bump @fluentui-copilot/react-provider to v0.0.0-nightly-20240313-0404-8abc883d.1",
|
|
20
|
+
"commit": "6953fd36fa1f984fe4271557d1ab88e559056e47"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 08 Mar 2024 00:29:22 GMT",
|
|
27
|
+
"tag": "@fluentai/suggestions_v0.6.1",
|
|
28
|
+
"version": "0.6.1",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "owcampbe@microsoft.com",
|
|
33
|
+
"package": "@fluentai/suggestions",
|
|
34
|
+
"commit": "877a68c8be7de14d9efe095e578f44733b317914",
|
|
35
|
+
"comment": "Merge branch '0.11' into user/owcampbe/Update0.11"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Fri, 01 Mar 2024 20:07:29 GMT",
|
|
42
|
+
"tag": "@fluentai/suggestions_v0.6.1",
|
|
43
|
+
"version": "0.6.1",
|
|
44
|
+
"comments": {
|
|
45
|
+
"none": [
|
|
46
|
+
{
|
|
47
|
+
"author": "estebanmu@microsoft.com",
|
|
48
|
+
"package": "@fluentai/suggestions",
|
|
49
|
+
"commit": "cb1a21b8465c9a9ff86e52d29a398af35f9d0d3d",
|
|
50
|
+
"comment": "chore: Add tests for SSR."
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Thu, 15 Feb 2024 20:24:47 GMT",
|
|
57
|
+
"tag": "@fluentai/suggestions_v0.6.0",
|
|
58
|
+
"version": "0.6.0",
|
|
59
|
+
"comments": {
|
|
60
|
+
"none": [
|
|
61
|
+
{
|
|
62
|
+
"author": "tristan.watanabe@gmail.com",
|
|
63
|
+
"package": "@fluentai/suggestions",
|
|
64
|
+
"commit": "31ae3ad9098d67abbaf7ac83c402312748bc2ea8",
|
|
65
|
+
"comment": "chore: no longer shipping test related files."
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"minor": [
|
|
69
|
+
{
|
|
70
|
+
"author": "tristan.watanabe@gmail.com",
|
|
71
|
+
"package": "@fluentai/suggestions",
|
|
72
|
+
"commit": "cd80fe52dd6c3d2b48c96c0ddb26b31cc232b4ca",
|
|
73
|
+
"comment": "chore: initial release to NPM."
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": "Thu, 15 Feb 2024 19:00:00 GMT",
|
|
80
|
+
"tag": "@fluentai/suggestions_v0.5.3",
|
|
81
|
+
"version": "0.5.3",
|
|
82
|
+
"comments": {
|
|
83
|
+
"none": [
|
|
84
|
+
{
|
|
85
|
+
"author": "tristan.watanabe@gmail.com",
|
|
86
|
+
"package": "@fluentai/suggestions",
|
|
87
|
+
"commit": "12c785efdd7e75542f017b70fff7a2d5b00b3df9",
|
|
88
|
+
"comment": "chore: disallow minor package bumps."
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"date": "Fri, 02 Feb 2024 01:07:14 GMT",
|
|
95
|
+
"tag": "@fluentai/suggestions_v0.5.3",
|
|
96
|
+
"version": "0.5.3",
|
|
97
|
+
"comments": {
|
|
98
|
+
"patch": [
|
|
99
|
+
{
|
|
100
|
+
"author": "tristan.watanabe@gmail.com",
|
|
101
|
+
"package": "@fluentai/suggestions",
|
|
102
|
+
"commit": "85f5233474af6636d6e13b2f9e1be92ccb825ebd",
|
|
103
|
+
"comment": "fix: add missing peer dependencies from other Fluent AI package dependency."
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"date": "Tue, 12 Dec 2023 16:35:16 GMT",
|
|
110
|
+
"tag": "@fluentai/suggestions_v0.5.1",
|
|
111
|
+
"version": "0.5.1",
|
|
112
|
+
"comments": {
|
|
113
|
+
"none": [
|
|
114
|
+
{
|
|
115
|
+
"author": "tristan.watanabe@gmail.com",
|
|
116
|
+
"package": "@fluentai/suggestions",
|
|
117
|
+
"commit": "5232ecc84b093f807c6ca5673f54fec0313fd038",
|
|
118
|
+
"comment": "chore: migrate to use global wcagTests a11y testing API."
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"author": "tristan.watanabe@gmail.com",
|
|
122
|
+
"package": "@fluentai/suggestions",
|
|
123
|
+
"commit": "d678a67851c48124410bcf3776fb08dfe2ea3102",
|
|
124
|
+
"comment": "chore: upgrade to use yarn 3."
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"date": "Wed, 15 Nov 2023 00:55:22 GMT",
|
|
131
|
+
"tag": "@fluentai/suggestions_v0.5.0",
|
|
132
|
+
"version": "0.5.0",
|
|
133
|
+
"comments": {
|
|
134
|
+
"patch": [
|
|
135
|
+
{
|
|
136
|
+
"author": "mgodbolt@microsoft.com",
|
|
137
|
+
"package": "@fluentai/suggestions",
|
|
138
|
+
"commit": "62c3e018623e3138f98b4c4f5ed8befe40d5345a",
|
|
139
|
+
"comment": "chore: fix suggestion text color and ensure proper disabled colors"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"author": "tristan.watanabe@gmail.com",
|
|
143
|
+
"package": "@fluentai/suggestions",
|
|
144
|
+
"commit": "5fbf4120940758cc75a63a03cd6041f0e0d50a63",
|
|
145
|
+
"comment": "feat: add action slot and deprecate reload & reloadTooltip slots."
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"author": "owcampbe@microsoft.com",
|
|
149
|
+
"package": "@fluentai/suggestions",
|
|
150
|
+
"commit": "79aa7f83bc0d37f75cd863464e4cb800539b193a",
|
|
151
|
+
"comment": "chore: Migrate SuggestionList to new slots api."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"author": "tristan.watanabe@gmail.com",
|
|
155
|
+
"package": "@fluentai/suggestions",
|
|
156
|
+
"commit": "0f8bee2a01c127a911afd5974efe899d70bddcf6",
|
|
157
|
+
"comment": "chore: bump peer deep range to latest @fluentui/react-components 9.37.3."
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"minor": [
|
|
161
|
+
{
|
|
162
|
+
"author": "tristan.watanabe@gmail.com",
|
|
163
|
+
"package": "@fluentai/suggestions",
|
|
164
|
+
"commit": "de4d0645ade56badaab3b5e2b72937e02aecf831",
|
|
165
|
+
"comment": "chore: move @fluentui dependencies to peer dependencies."
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"author": "beachball",
|
|
169
|
+
"package": "@fluentai/suggestions",
|
|
170
|
+
"comment": "Bump @fluentai/provider to v0.6.0",
|
|
171
|
+
"commit": "1c9815cdebf4846b7edc4776fb6c711bf02b26f5"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"date": "Mon, 25 Sep 2023 20:31:08 GMT",
|
|
178
|
+
"tag": "@fluentai/suggestions_v0.4.1",
|
|
179
|
+
"version": "0.4.1",
|
|
180
|
+
"comments": {
|
|
181
|
+
"patch": [
|
|
182
|
+
{
|
|
183
|
+
"author": "tristan.watanabe@gmail.com",
|
|
184
|
+
"package": "@fluentai/suggestions",
|
|
185
|
+
"commit": "3af73688a366aae72ea810e441c7096635e2efdd",
|
|
186
|
+
"comment": "fix: bump swc core to mitigate transpilation memory leaks."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"author": "beachball",
|
|
190
|
+
"package": "@fluentai/suggestions",
|
|
191
|
+
"comment": "Bump @fluentai/provider to v0.5.1",
|
|
192
|
+
"commit": "f633e55414cd3ed596793f7e8916d87a242d8c0d"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"none": [
|
|
196
|
+
{
|
|
197
|
+
"author": "tristan.watanabe@gmail.com",
|
|
198
|
+
"package": "@fluentai/suggestions",
|
|
199
|
+
"commit": "5da9480d5a59872ac5148097a287e04d842d6dd6",
|
|
200
|
+
"comment": "chore: update swc transpilation to use swc-transpile script instead of cli."
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"date": "Fri, 22 Sep 2023 02:11:56 GMT",
|
|
207
|
+
"tag": "@fluentai/suggestions_v0.4.0",
|
|
208
|
+
"version": "0.4.0",
|
|
209
|
+
"comments": {
|
|
210
|
+
"patch": [
|
|
211
|
+
{
|
|
212
|
+
"author": "tristan.watanabe@gmail.com",
|
|
213
|
+
"package": "@fluentai/suggestions",
|
|
214
|
+
"commit": "a206564fcbe9ebe96455a8f5e80fb8e508bd8cd8",
|
|
215
|
+
"comment": "chore: bump fluentui v9 dependencies to latest."
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"minor": [
|
|
219
|
+
{
|
|
220
|
+
"author": "beachball",
|
|
221
|
+
"package": "@fluentai/suggestions",
|
|
222
|
+
"comment": "Bump @fluentai/provider to v0.5.0",
|
|
223
|
+
"commit": "f6ef7c9c7854fa3f877cb0d4b9e8e8818b3b50a2"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"date": "Fri, 08 Sep 2023 18:32:55 GMT",
|
|
230
|
+
"tag": "@fluentai/suggestions_v0.3.0",
|
|
231
|
+
"version": "0.3.0",
|
|
232
|
+
"comments": {
|
|
233
|
+
"minor": [
|
|
234
|
+
{
|
|
235
|
+
"author": "mgodbolt@microsoft.com",
|
|
236
|
+
"package": "@fluentai/suggestions",
|
|
237
|
+
"commit": "98d63c1ce25b70114ec4bc2c0839808b84ab237d",
|
|
238
|
+
"comment": "[breaking] Changed type of reload button to not use Suggestion, fixed styles"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"patch": [
|
|
242
|
+
{
|
|
243
|
+
"author": "tristan.watanabe@gmail.com",
|
|
244
|
+
"package": "@fluentai/suggestions",
|
|
245
|
+
"commit": "61c2932f3dbfab70b78c3b442ca3769f7c593bdd",
|
|
246
|
+
"comment": "test: add playwright e2e testing setup and WCAG testing."
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"date": "Tue, 22 Aug 2023 23:54:16 GMT",
|
|
253
|
+
"tag": "@fluentai/suggestions_v0.2.1",
|
|
254
|
+
"version": "0.2.1",
|
|
255
|
+
"comments": {
|
|
256
|
+
"none": [
|
|
257
|
+
{
|
|
258
|
+
"author": "tristan.watanabe@gmail.com",
|
|
259
|
+
"package": "@fluentai/suggestions",
|
|
260
|
+
"commit": "85042a8790abc66f6cd011356ac3756d34748973",
|
|
261
|
+
"comment": "chore: remove tabster dependency and use @fluentui/react-components instead."
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"author": "mgodbolt@microsoft.com",
|
|
265
|
+
"package": "@fluentai/suggestions",
|
|
266
|
+
"commit": "f5bb0b1b247fcd53b92d73bc57ded8551c8163d3",
|
|
267
|
+
"comment": "remove the unstable suffix from the new custom styles api"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"patch": [
|
|
271
|
+
{
|
|
272
|
+
"author": "eysjiang@gmail.com",
|
|
273
|
+
"package": "@fluentai/suggestions",
|
|
274
|
+
"commit": "053b6ace2e6f9433ad062d44865b2d5488760f6b",
|
|
275
|
+
"comment": "add useCustomStyleHook to all components"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"author": "beachball",
|
|
279
|
+
"package": "@fluentai/suggestions",
|
|
280
|
+
"comment": "Bump @fluentai/provider to v0.4.0",
|
|
281
|
+
"commit": "d24e43b7f82b52f9728a6c977222a5f1bc23bb0e"
|
|
282
|
+
}
|
|
283
|
+
]
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"date": "Thu, 10 Aug 2023 17:07:07 GMT",
|
|
288
|
+
"tag": "@fluentai/suggestions_v0.2.0",
|
|
289
|
+
"version": "0.2.0",
|
|
290
|
+
"comments": {
|
|
291
|
+
"none": [
|
|
292
|
+
{
|
|
293
|
+
"author": "eysjiang@gmail.com",
|
|
294
|
+
"package": "@fluentai/suggestions",
|
|
295
|
+
"commit": "efd4619a9480e31a6406210fee8c6e74d66f8987",
|
|
296
|
+
"comment": "bump react-components version"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"author": "tristan.watanabe@gmail.com",
|
|
300
|
+
"package": "@fluentai/suggestions",
|
|
301
|
+
"commit": "b2993df8489fa316982f409161b9ca2e408b44a4",
|
|
302
|
+
"comment": "chore: add bundle size testing."
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"author": "tristan.watanabe@gmail.com",
|
|
306
|
+
"package": "@fluentai/suggestions",
|
|
307
|
+
"commit": "1499ae1d03b0bf17d7afc0e063601cb4113ba86d",
|
|
308
|
+
"comment": "chore: replace @nrwl references with @nx"
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"date": "Mon, 24 Jul 2023 22:38:51 GMT",
|
|
315
|
+
"tag": "@fluentai/suggestions_v0.2.0",
|
|
316
|
+
"version": "0.2.0",
|
|
317
|
+
"comments": {
|
|
318
|
+
"patch": [
|
|
319
|
+
{
|
|
320
|
+
"author": "eysjiang@gmail.com",
|
|
321
|
+
"package": "@fluentai/suggestions",
|
|
322
|
+
"commit": "dd3fce1ebd79d11aa1b4d4e6083e382b9c92988a",
|
|
323
|
+
"comment": "adds tabster to SuggestionsList"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"author": "eysjiang@gmail.com",
|
|
327
|
+
"package": "@fluentai/suggestions",
|
|
328
|
+
"commit": "5ad9c7302ef0e6c68c24d262fe106ecfabda7397",
|
|
329
|
+
"comment": "visual tweaks"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"author": "mgodbolt@microsoft.com",
|
|
333
|
+
"package": "@fluentai/suggestions",
|
|
334
|
+
"commit": "78895c311f42c61335ea3f3ec75daa2b0491b08e",
|
|
335
|
+
"comment": "fix: Accessibility improvements"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"author": "mgodbolt@microsoft.com",
|
|
339
|
+
"package": "@fluentai/suggestions",
|
|
340
|
+
"commit": "987a7b548fbb3b07bd37faccbe3547624cb70d72",
|
|
341
|
+
"comment": "chore: bump react-components to latest"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"none": [
|
|
345
|
+
{
|
|
346
|
+
"author": "eysjiang@gmail.com",
|
|
347
|
+
"package": "@fluentai/suggestions",
|
|
348
|
+
"commit": "90f482102fb4439cc5f8dfb1c58209f5a712393f",
|
|
349
|
+
"comment": "add version"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"author": "tristan.watanabe@gmail.com",
|
|
353
|
+
"package": "@fluentai/suggestions",
|
|
354
|
+
"commit": "64dd83687bcb7de0570a0a18f4b79c94f0f56680",
|
|
355
|
+
"comment": "chore: remove unneeded .babelrc.json file."
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"author": "mgodbolt@microsoft.com",
|
|
359
|
+
"package": "@fluentai/suggestions",
|
|
360
|
+
"commit": "add2ea5b6e4c81f53f259ff4761e9672698812d1",
|
|
361
|
+
"comment": "remove warnings from controls"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"minor": [
|
|
365
|
+
{
|
|
366
|
+
"author": "beachball",
|
|
367
|
+
"package": "@fluentai/suggestions",
|
|
368
|
+
"comment": "Bump @fluentai/provider to v0.3.0",
|
|
369
|
+
"commit": "045c9887a4f0b786cfc2fe1366e5c34a3007b8b8"
|
|
370
|
+
}
|
|
371
|
+
]
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"date": "Wed, 28 Jun 2023 21:11:32 GMT",
|
|
376
|
+
"tag": "@fluentai/suggestions_v0.1.6",
|
|
377
|
+
"version": "0.1.6",
|
|
378
|
+
"comments": {
|
|
379
|
+
"patch": [
|
|
380
|
+
{
|
|
381
|
+
"author": "tristan.watanabe@gmail.com",
|
|
382
|
+
"package": "@fluentai/suggestions",
|
|
383
|
+
"commit": "1a9fea7f28553690ebec7a02795ab66e9a8d9463",
|
|
384
|
+
"comment": "fix: only use griffel preset during babel transpilation in build step."
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"author": "beachball",
|
|
388
|
+
"package": "@fluentai/suggestions",
|
|
389
|
+
"comment": "Bump @fluentai/provider to v0.2.2",
|
|
390
|
+
"commit": "1a9fea7f28553690ebec7a02795ab66e9a8d9463"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"none": [
|
|
394
|
+
{
|
|
395
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
396
|
+
"package": "@fluentai/suggestions",
|
|
397
|
+
"commit": "a4bc41abf3eb65aaa02eb5d310d71f5804d320fd",
|
|
398
|
+
"comment": "chore: Moving suggestions package into react-copilot folder."
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"date": "Mon, 26 Jun 2023 18:30:47 GMT",
|
|
405
|
+
"tag": "@fluentai/suggestions_v0.1.5",
|
|
406
|
+
"version": "0.1.5",
|
|
407
|
+
"comments": {
|
|
408
|
+
"none": [
|
|
409
|
+
{
|
|
410
|
+
"author": "mgodbolt@microsoft.com",
|
|
411
|
+
"package": "@fluentai/suggestions",
|
|
412
|
+
"commit": "b0c39bae6727c751f6289a3867a5b2db0c86097b",
|
|
413
|
+
"comment": "updated readme"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"author": "tristan.watanabe@gmail.com",
|
|
417
|
+
"package": "@fluentai/suggestions",
|
|
418
|
+
"commit": "be6745148a63d8e2b8d37c8a731273dc8a516379",
|
|
419
|
+
"comment": "docs: replace JSDoc comment with regular comment to prevent SB from rendering TODO items to Docs page."
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"author": "tristan.watanabe@gmail.com",
|
|
423
|
+
"package": "@fluentai/suggestions",
|
|
424
|
+
"commit": "d7b549b8b2745c1287a45ca8ad9839c81aaecda5",
|
|
425
|
+
"comment": "chore: update .babelrc.json file to import from root."
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"patch": [
|
|
429
|
+
{
|
|
430
|
+
"author": "seanmonahan@microsoft.com",
|
|
431
|
+
"package": "@fluentai/suggestions",
|
|
432
|
+
"commit": "b6b4d7dbc2b4ed8f939e82e75ae7980711c35b3c",
|
|
433
|
+
"comment": "chore: update babel configuration to support Griffel build time optimizations."
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"author": "tristan.watanabe@gmail.com",
|
|
437
|
+
"package": "@fluentai/suggestions",
|
|
438
|
+
"commit": "aff477510087d77c1949c8cd94165cfe271567db",
|
|
439
|
+
"comment": "chore: add LICENSE file to package."
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"author": "beachball",
|
|
443
|
+
"package": "@fluentai/suggestions",
|
|
444
|
+
"comment": "Bump @fluentai/provider to v0.2.1",
|
|
445
|
+
"commit": "b6b4d7dbc2b4ed8f939e82e75ae7980711c35b3c"
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"date": "Mon, 12 Jun 2023 20:28:32 GMT",
|
|
452
|
+
"tag": "@fluentai/suggestions_v0.1.4",
|
|
453
|
+
"version": "0.1.4",
|
|
454
|
+
"comments": {
|
|
455
|
+
"none": [
|
|
456
|
+
{
|
|
457
|
+
"author": "tristan.watanabe@gmail.com",
|
|
458
|
+
"package": "@fluentai/suggestions",
|
|
459
|
+
"commit": "590bd4bfe08d708aa7a9310c2332faa9fdab90fd",
|
|
460
|
+
"comment": "chore: enable conformance testing."
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"patch": [
|
|
464
|
+
{
|
|
465
|
+
"author": "mgodbolt@microsoft.com",
|
|
466
|
+
"package": "@fluentai/suggestions",
|
|
467
|
+
"commit": "9732a0eeb12a875b45628786880e006ef9b822bf",
|
|
468
|
+
"comment": "fix: add provider dependency"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"author": "tristan.watanabe@gmail.com",
|
|
472
|
+
"package": "@fluentai/suggestions",
|
|
473
|
+
"commit": "5458218afef8ec1d2e4bf9be68b6c2ccdff697ae",
|
|
474
|
+
"comment": "chore: bump @swc/helpers dependency."
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"author": "tristan.watanabe@gmail.com",
|
|
478
|
+
"package": "@fluentai/suggestions",
|
|
479
|
+
"commit": "1ffedf7503e23d9b0d680d7f3acc986734793a74",
|
|
480
|
+
"comment": "chore: change classname prefix to fai."
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"author": "tristan.watanabe@gmail.com",
|
|
484
|
+
"package": "@fluentai/suggestions",
|
|
485
|
+
"commit": "09a29c624b3552d9047a0f0484715a22a9df14aa",
|
|
486
|
+
"comment": "chore: use fai classname prefix for Suggestion."
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"author": "mgodbolt@microsoft.com",
|
|
490
|
+
"package": "@fluentai/suggestions",
|
|
491
|
+
"commit": "d817b7ca19559b9564f7db2c27fcb6063bea8e09",
|
|
492
|
+
"comment": "add package dependencies"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"author": "tristan.watanabe@gmail.com",
|
|
496
|
+
"package": "@fluentai/suggestions",
|
|
497
|
+
"commit": "1ab8bf651fdf863478c75c070166260421bf6a80",
|
|
498
|
+
"comment": "chore: bump @fluentui/react-components dependency to latest."
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"author": "beachball",
|
|
502
|
+
"package": "@fluentai/suggestions",
|
|
503
|
+
"comment": "Bump @fluentai/provider to v0.2.0",
|
|
504
|
+
"commit": "296df4bd9c15df69fca4ce24f09b9bf7b490b693"
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"date": "Mon, 22 May 2023 18:06:18 GMT",
|
|
511
|
+
"tag": "@fluentai/suggestions_v0.1.3",
|
|
512
|
+
"version": "0.1.3",
|
|
513
|
+
"comments": {
|
|
514
|
+
"none": [
|
|
515
|
+
{
|
|
516
|
+
"author": "tristan.watanabe@gmail.com",
|
|
517
|
+
"package": "@fluentai/suggestions",
|
|
518
|
+
"commit": "6e45c0311c62eda7a920193fd6d1502d61047b35",
|
|
519
|
+
"comment": "chore: enable minor beachball changes."
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"author": "matejera@microsoft.com",
|
|
523
|
+
"package": "@fluentai/suggestions",
|
|
524
|
+
"commit": "6e45c0311c62eda7a920193fd6d1502d61047b35",
|
|
525
|
+
"comment": "Removing comments"
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"date": "Mon, 08 May 2023 15:45:26 GMT",
|
|
532
|
+
"tag": "@fluentai/suggestions_v0.1.3",
|
|
533
|
+
"version": "0.1.3",
|
|
534
|
+
"comments": {
|
|
535
|
+
"patch": [
|
|
536
|
+
{
|
|
537
|
+
"author": "tristan.watanabe@gmail.com",
|
|
538
|
+
"package": "@fluentai/suggestions",
|
|
539
|
+
"commit": "3b1eba552f3d02d6a335ef94d1f2ca1ee5f26ac6",
|
|
540
|
+
"comment": "fix: publish missing lib and lib-commonjs folders."
|
|
541
|
+
}
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"date": "Mon, 08 May 2023 14:06:39 GMT",
|
|
547
|
+
"tag": "@fluentai/suggestions_v0.1.2",
|
|
548
|
+
"version": "0.1.2",
|
|
549
|
+
"comments": {
|
|
550
|
+
"patch": [
|
|
551
|
+
{
|
|
552
|
+
"author": "tristan.watanabe@gmail.com",
|
|
553
|
+
"package": "@fluentai/suggestions",
|
|
554
|
+
"commit": "aa8cc7ebe8ec134e1dc6983c3e219d6b30d479d7",
|
|
555
|
+
"comment": "chore: remove star exports and explicitly define package exports."
|
|
556
|
+
}
|
|
557
|
+
],
|
|
558
|
+
"none": [
|
|
559
|
+
{
|
|
560
|
+
"author": "tristan.watanabe@gmail.com",
|
|
561
|
+
"package": "@fluentai/suggestions",
|
|
562
|
+
"commit": "aa8cc7ebe8ec134e1dc6983c3e219d6b30d479d7",
|
|
563
|
+
"comment": "chore: run migration generator."
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"date": "Wed, 03 May 2023 22:41:34 GMT",
|
|
570
|
+
"tag": "@fluentai/suggestions_v0.1.1",
|
|
571
|
+
"version": "0.1.1",
|
|
572
|
+
"comments": {
|
|
573
|
+
"patch": [
|
|
574
|
+
{
|
|
575
|
+
"author": "matejera@microsoft.com",
|
|
576
|
+
"package": "@fluentai/suggestions",
|
|
577
|
+
"commit": "ebd9ced9c53d3ec4015d6adbc8b96ec87b9bf328",
|
|
578
|
+
"comment": "Initial publish"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
]
|
|
584
|
+
}
|