@copilotkit/react-ui 1.50.0-beta.3 → 1.50.0-beta.4
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 +32 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.50.0-beta.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2c93ff1: - fix: re-enable repeatable interrupt renders
|
|
8
|
+
- b0e3652: - chore: Update to latest of vnext
|
|
9
|
+
- c38da1c: - feat: add suggestions support to 1.5
|
|
10
|
+
- 5840bab: - fix: adjust dependencies
|
|
11
|
+
- 7808fac: - feat: add spinner indicator to show chat readiness for conversation
|
|
12
|
+
- Updated dependencies [bad5f06]
|
|
13
|
+
- Updated dependencies [8ce60af]
|
|
14
|
+
- Updated dependencies [33f47e3]
|
|
15
|
+
- Updated dependencies [04057d5]
|
|
16
|
+
- Updated dependencies [2c93ff1]
|
|
17
|
+
- Updated dependencies [b0e3652]
|
|
18
|
+
- Updated dependencies [7643e71]
|
|
19
|
+
- Updated dependencies [d55a8bd]
|
|
20
|
+
- Updated dependencies [c38da1c]
|
|
21
|
+
- Updated dependencies [3c60073]
|
|
22
|
+
- Updated dependencies [962546c]
|
|
23
|
+
- Updated dependencies [4942f62]
|
|
24
|
+
- Updated dependencies [ca8eb39]
|
|
25
|
+
- Updated dependencies [907ae5d]
|
|
26
|
+
- Updated dependencies [c3d55e5]
|
|
27
|
+
- Updated dependencies [5840bab]
|
|
28
|
+
- Updated dependencies [7808fac]
|
|
29
|
+
- Updated dependencies [c70210e]
|
|
30
|
+
- Updated dependencies [d2c57a1]
|
|
31
|
+
- @copilotkit/react-core@1.50.0-beta.4
|
|
32
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.4
|
|
33
|
+
- @copilotkit/shared@1.50.0-beta.4
|
|
34
|
+
|
|
3
35
|
## 1.10.7-next.0
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.50.0-beta.
|
|
12
|
+
"version": "1.50.0-beta.4",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"ts-jest": "^29.1.1",
|
|
42
42
|
"tsup": "^6.7.0",
|
|
43
43
|
"typescript": "^5.2.3",
|
|
44
|
-
"eslint-config-custom": "1.4.6",
|
|
45
44
|
"tailwind-config": "1.4.6",
|
|
46
|
-
"tsconfig": "1.4.6"
|
|
45
|
+
"tsconfig": "1.4.6",
|
|
46
|
+
"eslint-config-custom": "1.4.6"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@headlessui/react": "^2.2.9",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"rehype-raw": "^7.0.0",
|
|
53
53
|
"remark-gfm": "^4.0.1",
|
|
54
54
|
"remark-math": "^6.0.0",
|
|
55
|
-
"@copilotkit/react-core": "1.50.0-beta.
|
|
56
|
-
"@copilotkit/runtime-client-gql": "1.50.0-beta.
|
|
57
|
-
"@copilotkit/shared": "1.50.0-beta.
|
|
55
|
+
"@copilotkit/react-core": "1.50.0-beta.4",
|
|
56
|
+
"@copilotkit/runtime-client-gql": "1.50.0-beta.4",
|
|
57
|
+
"@copilotkit/shared": "1.50.0-beta.4"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
60
60
|
"copilotkit",
|