@fluentui-copilot/react-prompt-listbox 0.7.2 → 0.8.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 +31 -1
- package/CHANGELOG.md +11 -2
- package/package.json +12 -12
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-prompt-listbox",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 19 May 2025 18:03:24 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-prompt-listbox_v0.8.1",
|
|
7
|
+
"version": "0.8.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "hochelmartin@gmail.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-prompt-listbox",
|
|
13
|
+
"commit": "442954951d0eca92de20ecb0ff0fa9492431b62d",
|
|
14
|
+
"comment": "fix: exclude story files from production build"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 03 May 2025 01:27:44 GMT",
|
|
21
|
+
"tag": "@fluentui-copilot/react-prompt-listbox_v0.8.0",
|
|
22
|
+
"version": "0.8.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "estebanmu@microsoft.com",
|
|
27
|
+
"package": "@fluentui-copilot/react-prompt-listbox",
|
|
28
|
+
"commit": "3dc05bb66ec473691f198f65b5124cc24390f47c",
|
|
29
|
+
"comment": "chore: Bump @fluentui/react-components to 9.63.0."
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 30 Apr 2025 01:47:49 GMT",
|
|
6
36
|
"tag": "@fluentui-copilot/react-prompt-listbox_v0.7.2",
|
|
7
37
|
"version": "0.7.2",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-prompt-listbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 03 May 2025 01:27:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.8.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.8.0)
|
|
8
|
+
|
|
9
|
+
Sat, 03 May 2025 01:27:44 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.7.2..@fluentui-copilot/react-prompt-listbox_v0.8.0)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Bump @fluentui/react-components to 9.63.0. ([PR #2917](https://github.com/microsoft/fluentai/pull/2917) by estebanmu@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [0.7.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.7.2)
|
|
8
17
|
|
|
9
|
-
Wed, 30 Apr 2025 01:
|
|
18
|
+
Wed, 30 Apr 2025 01:47:49 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.6.0..@fluentui-copilot/react-prompt-listbox_v0.7.2)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-prompt-listbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "PromptListbox for input components using EditorInput.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@fluentui-copilot/chat-input-plugins": "^0.4.2",
|
|
16
|
-
"@fluentui-copilot/react-chat-input-plugins": "^0.4.
|
|
17
|
-
"@fluentui-copilot/react-editor-input": "^0.4.
|
|
18
|
-
"@fluentui-copilot/react-input-listbox": "^0.3.
|
|
19
|
-
"@fluentui-copilot/react-prompt-input": "^0.
|
|
20
|
-
"@fluentui-copilot/react-provider": "^0.11.
|
|
16
|
+
"@fluentui-copilot/react-chat-input-plugins": "^0.4.10",
|
|
17
|
+
"@fluentui-copilot/react-editor-input": "^0.4.11",
|
|
18
|
+
"@fluentui-copilot/react-input-listbox": "^0.3.3",
|
|
19
|
+
"@fluentui-copilot/react-prompt-input": "^0.8.1",
|
|
20
|
+
"@fluentui-copilot/react-provider": "^0.11.3",
|
|
21
21
|
"@fluentui-copilot/react-text-editor": "^0.4.1",
|
|
22
22
|
"@fluentui-copilot/text-editor": "^0.3.1",
|
|
23
|
-
"@fluentui-copilot/tokens": "^0.3.
|
|
23
|
+
"@fluentui-copilot/tokens": "^0.3.11",
|
|
24
24
|
"@swc/helpers": "^0.5.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@fluentui/keyboard-keys": ">=9.0.8 <10.0.0",
|
|
28
28
|
"@fluentui/react-aria": ">=9.14.6 <10.0.0",
|
|
29
|
-
"@fluentui/react-combobox": ">=9.
|
|
30
|
-
"@fluentui/react-components": ">=9.
|
|
29
|
+
"@fluentui/react-combobox": ">=9.14.6 <10.0.0",
|
|
30
|
+
"@fluentui/react-components": ">=9.63.0 <10.0.0",
|
|
31
31
|
"@fluentui/react-icons": ">=2.0.260 <3.0.0",
|
|
32
|
-
"@fluentui/react-jsx-runtime": ">=9.0.
|
|
33
|
-
"@fluentui/react-motion": ">=9.
|
|
34
|
-
"@fluentui/react-positioning": ">=9.16.
|
|
32
|
+
"@fluentui/react-jsx-runtime": ">=9.0.54 <10.0.0",
|
|
33
|
+
"@fluentui/react-motion": ">=9.7.2 <10.0.0",
|
|
34
|
+
"@fluentui/react-positioning": ">=9.16.7 <10.0.0",
|
|
35
35
|
"@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
|
|
36
36
|
"@fluentui/react-tabster": ">=9.24.6 <10.0.0",
|
|
37
37
|
"@fluentui/react-utilities": ">=9.19.0 <10.0.0",
|