@copilotkit/react-ui 1.51.5-next.4 → 1.52.0-next.6
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 +30 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.52.0-next.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5f941db: Prevent CPK styles from leaking into user app
|
|
8
|
+
- Updated dependencies [2007f8b]
|
|
9
|
+
- Updated dependencies [5f941db]
|
|
10
|
+
- @copilotkit/react-core@1.52.0-next.6
|
|
11
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.6
|
|
12
|
+
- @copilotkit/shared@1.52.0-next.6
|
|
13
|
+
|
|
14
|
+
## 1.52.0-next.5
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 6dd6c84: Adding new v2 features:
|
|
19
|
+
- useComponent
|
|
20
|
+
- useRenderTool
|
|
21
|
+
- useDefaultRenderTool
|
|
22
|
+
|
|
23
|
+
Also, fixing issues with styles not being
|
|
24
|
+
properly scoped for tailwind.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [6dd6c84]
|
|
29
|
+
- @copilotkit/react-core@1.52.0-next.5
|
|
30
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.5
|
|
31
|
+
- @copilotkit/shared@1.52.0-next.5
|
|
32
|
+
|
|
3
33
|
## 1.51.5-next.4
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
|
-
"version": "1.
|
|
13
|
+
"version": "1.52.0-next.6",
|
|
14
14
|
"sideEffects": [
|
|
15
15
|
"**/*.css"
|
|
16
16
|
],
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"vitest": "^3.2.4",
|
|
43
43
|
"tsdown": "^0.20.3",
|
|
44
44
|
"typescript": "^5.2.3",
|
|
45
|
-
"eslint-config-custom": "1.4.8",
|
|
46
45
|
"tailwind-config": "1.4.8",
|
|
46
|
+
"eslint-config-custom": "1.4.8",
|
|
47
47
|
"tsconfig": "1.4.8"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"rehype-raw": "^7.0.0",
|
|
54
54
|
"remark-gfm": "^4.0.1",
|
|
55
55
|
"remark-math": "^6.0.0",
|
|
56
|
-
"@copilotkit/react-core": "1.
|
|
57
|
-
"@copilotkit/runtime-client-gql": "1.
|
|
58
|
-
"@copilotkit/shared": "1.
|
|
56
|
+
"@copilotkit/react-core": "1.52.0-next.6",
|
|
57
|
+
"@copilotkit/runtime-client-gql": "1.52.0-next.6",
|
|
58
|
+
"@copilotkit/shared": "1.52.0-next.6"
|
|
59
59
|
},
|
|
60
60
|
"keywords": [
|
|
61
61
|
"copilotkit",
|