@copilotkit/react-ui 1.10.4-next.3 → 1.10.5-next.0
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 +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.10.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [32c163e]
|
|
8
|
+
- @copilotkit/react-core@1.10.5-next.0
|
|
9
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.0
|
|
10
|
+
- @copilotkit/shared@1.10.5-next.0
|
|
11
|
+
|
|
12
|
+
## 1.10.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- ef98963: - feat: add platform-wide error surfacing for custom error rendering
|
|
17
|
+
- feat: add error as a message option and a component level onError
|
|
18
|
+
- 5d55555: - fix: remove default error message
|
|
19
|
+
- Updated dependencies [ef98963]
|
|
20
|
+
- Updated dependencies [a640d8e]
|
|
21
|
+
- Updated dependencies [052d54d]
|
|
22
|
+
- @copilotkit/react-core@1.10.4
|
|
23
|
+
- @copilotkit/shared@1.10.4
|
|
24
|
+
- @copilotkit/runtime-client-gql@1.10.4
|
|
25
|
+
|
|
3
26
|
## 1.10.4-next.3
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.
|
|
12
|
+
"version": "1.10.5-next.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"rehype-raw": "^7.0.0",
|
|
52
52
|
"remark-gfm": "^4.0.1",
|
|
53
53
|
"remark-math": "^6.0.0",
|
|
54
|
-
"@copilotkit/react-core": "1.10.
|
|
55
|
-
"@copilotkit/runtime-client-gql": "1.10.
|
|
56
|
-
"@copilotkit/shared": "1.10.
|
|
54
|
+
"@copilotkit/react-core": "1.10.5-next.0",
|
|
55
|
+
"@copilotkit/runtime-client-gql": "1.10.5-next.0",
|
|
56
|
+
"@copilotkit/shared": "1.10.5-next.0"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"copilotkit",
|