@copilotkit/react-core 1.51.5-next.4 → 1.52.0-next.5
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 +19 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.52.0-next.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6dd6c84: Adding new v2 features:
|
|
8
|
+
- useComponent
|
|
9
|
+
- useRenderTool
|
|
10
|
+
- useDefaultRenderTool
|
|
11
|
+
|
|
12
|
+
Also, fixing issues with styles not being
|
|
13
|
+
properly scoped for tailwind.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.5
|
|
18
|
+
- @copilotkit/shared@1.52.0-next.5
|
|
19
|
+
- @copilotkitnext/core@1.52.0-next.5
|
|
20
|
+
- @copilotkitnext/react@1.52.0-next.5
|
|
21
|
+
|
|
3
22
|
## 1.51.5-next.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
|
-
"version": "1.
|
|
13
|
+
"version": "1.52.0-next.5",
|
|
14
14
|
"sideEffects": [
|
|
15
15
|
"**/*.css"
|
|
16
16
|
],
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"@scarf/scarf": "^1.3.0",
|
|
60
60
|
"react-markdown": "^8.0.7",
|
|
61
61
|
"untruncate-json": "^0.0.1",
|
|
62
|
-
"@copilotkit/runtime-client-gql": "1.
|
|
63
|
-
"@copilotkit/shared": "1.
|
|
64
|
-
"@copilotkitnext/core": "1.
|
|
65
|
-
"@copilotkitnext/react": "1.
|
|
62
|
+
"@copilotkit/runtime-client-gql": "1.52.0-next.5",
|
|
63
|
+
"@copilotkit/shared": "1.52.0-next.5",
|
|
64
|
+
"@copilotkitnext/core": "1.52.0-next.5",
|
|
65
|
+
"@copilotkitnext/react": "1.52.0-next.5"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
68
68
|
"copilotkit",
|