@fluentui-copilot/react-suggestions 0.0.0-nightly-20250128-0407-5b1da9ed.1 → 0.0.0-nightly-20250129-0405-17a8cf0c.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 +52 -5
- package/CHANGELOG.md +22 -5
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-suggestions",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui-copilot/react-suggestions_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Wed, 29 Jan 2025 04:13:51 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-suggestions_v0.0.0-nightly-20250129-0405-17a8cf0c.1",
|
|
7
|
+
"version": "0.0.0-nightly-20250129-0405-17a8cf0c.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
@@ -16,8 +16,55 @@
|
|
|
16
16
|
{
|
|
17
17
|
"author": "beachball",
|
|
18
18
|
"package": "@fluentui-copilot/react-suggestions",
|
|
19
|
-
"comment": "Bump @fluentui-copilot/react-provider to v0.0.0-nightly-
|
|
20
|
-
"commit": "
|
|
19
|
+
"comment": "Bump @fluentui-copilot/react-provider to v0.0.0-nightly-20250129-0405-17a8cf0c.1",
|
|
20
|
+
"commit": "ffcd500a32da2c7e0f91d29d4441b2cdb026bd28"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 29 Jan 2025 01:37:03 GMT",
|
|
27
|
+
"tag": "@fluentui-copilot/react-suggestions_v0.10.0",
|
|
28
|
+
"version": "0.10.0",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "soniaboller@gmail.com",
|
|
33
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
34
|
+
"commit": "9e3ff3abb67084e0c2efacbebf94959b9387c00c",
|
|
35
|
+
"comment": "feat: export all types and hooks from barrel file"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "jiangemma@microsoft.com",
|
|
39
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
40
|
+
"commit": "40580f770f4ae9a330f80f73f4fd73f59be66173",
|
|
41
|
+
"comment": "fix: Update `SuggestionsList` to be left-aligned"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
45
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
46
|
+
"commit": "05b2ab5de70498d017515429fd3a0e82c0d3ef70",
|
|
47
|
+
"comment": "chore: Making return type for useSuggestion explicit."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "estebanmu@microsoft.com",
|
|
51
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
52
|
+
"commit": "6d3003651ba598b2a84df2efea60b9add2bfa312",
|
|
53
|
+
"comment": "fix: Update suggestions API to unblock CI."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "estebanmu@microsoft.com",
|
|
57
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
58
|
+
"commit": "5b1da9edd6ddefc48dfea7d778e29ff3d7c0002b",
|
|
59
|
+
"comment": "fix: Update Suggestion's API file"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"minor": [
|
|
63
|
+
{
|
|
64
|
+
"author": "jiangemma@microsoft.com",
|
|
65
|
+
"package": "@fluentui-copilot/react-suggestions",
|
|
66
|
+
"commit": "e3731e4bed805ac7a6c0dd0f99ca68ef9adc235b",
|
|
67
|
+
"comment": "fix: Remove deprecated `reload` and `reloadTooltip` slots from `SuggestionsList`"
|
|
21
68
|
}
|
|
22
69
|
]
|
|
23
70
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,35 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-suggestions
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 29 Jan 2025 04:13:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20250129-0405-17a8cf0c.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.0.0-nightly-20250129-0405-17a8cf0c.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.
|
|
9
|
+
Wed, 29 Jan 2025 04:13:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.10.0..@fluentui-copilot/react-suggestions_v0.0.0-nightly-20250129-0405-17a8cf0c.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
14
|
- Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
-
- Bump @fluentui-copilot/react-provider to v0.0.0-nightly-
|
|
15
|
+
- Bump @fluentui-copilot/react-provider to v0.0.0-nightly-20250129-0405-17a8cf0c.1 ([commit](https://github.com/microsoft/fluentai/commit/ffcd500a32da2c7e0f91d29d4441b2cdb026bd28) by beachball)
|
|
16
|
+
|
|
17
|
+
## [0.10.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.10.0)
|
|
18
|
+
|
|
19
|
+
Wed, 29 Jan 2025 01:37:03 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.9.4..@fluentui-copilot/react-suggestions_v0.10.0)
|
|
21
|
+
|
|
22
|
+
### Minor changes
|
|
23
|
+
|
|
24
|
+
- fix: Remove deprecated `reload` and `reloadTooltip` slots from `SuggestionsList` ([PR #2548](https://github.com/microsoft/fluentai/pull/2548) by jiangemma@microsoft.com)
|
|
25
|
+
|
|
26
|
+
### Patches
|
|
27
|
+
|
|
28
|
+
- feat: export all types and hooks from barrel file ([PR #2552](https://github.com/microsoft/fluentai/pull/2552) by soniaboller@gmail.com)
|
|
29
|
+
- fix: Update `SuggestionsList` to be left-aligned ([PR #2543](https://github.com/microsoft/fluentai/pull/2543) by jiangemma@microsoft.com)
|
|
30
|
+
- chore: Making return type for useSuggestion explicit. ([PR #2582](https://github.com/microsoft/fluentai/pull/2582) by Humberto.Morimoto@microsoft.com)
|
|
31
|
+
- fix: Update suggestions API to unblock CI. ([PR #2581](https://github.com/microsoft/fluentai/pull/2581) by estebanmu@microsoft.com)
|
|
32
|
+
- fix: Update Suggestion's API file ([PR #2561](https://github.com/microsoft/fluentai/pull/2561) by estebanmu@microsoft.com)
|
|
16
33
|
|
|
17
34
|
## [0.9.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.9.4)
|
|
18
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-suggestions",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250129-0405-17a8cf0c.1",
|
|
4
4
|
"description": "A Fluent AI package",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/react-provider": "0.0.0-nightly-
|
|
15
|
+
"@fluentui-copilot/react-provider": "0.0.0-nightly-20250129-0405-17a8cf0c.1",
|
|
16
16
|
"@swc/helpers": "^0.5.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|