@weavy/uikit-react 28.0.1 → 29.0.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 +31 -0
- package/dist/build/weavy.bundle.js +606 -581
- package/dist/build/weavy.cjs +612 -587
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +11559 -11377
- package/dist/build/weavy.umd.js +587 -562
- package/package.json +11 -11
package/changelog.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v29.0.0
|
|
4
|
+
|
|
5
|
+
<time>2025-06-11</time>
|
|
6
|
+
|
|
7
|
+
* Added option for agents to interface with external services via web functions.
|
|
8
|
+
* Allow agents to search multiple file apps for knowledge.
|
|
9
|
+
* Fixed issue that prevented the `tags` property from being updated through the Web API.
|
|
10
|
+
* Added annotation file list for messages in UI kit.
|
|
11
|
+
* Added support for displaying agent comments in UI kit.
|
|
12
|
+
* Added `createConversation()` method on Messenger in UI kit.
|
|
13
|
+
* Added a `wy-conversation-new-button` CSS part in Messenger for styling the new conversation button.
|
|
14
|
+
* Added a `conversation-new` slot in the Messenger to replace the new conversation button.
|
|
15
|
+
* Added an `actions` slot on Messenger for inserting custom buttons.
|
|
16
|
+
* Added `reset()` method on the Weavy instance in UI kit to reset and refetch data.
|
|
17
|
+
* Removed the conversation list header for the Messenger.
|
|
18
|
+
* Removed the `.name` property on Messenger in UI kit.
|
|
19
|
+
* Removed the generic `agentUser` data property in UI kit.
|
|
20
|
+
* Fixed an issue with searching in the conversation list in Messenger.
|
|
21
|
+
* Fixed an issue with the editor being read-only in UI kit.
|
|
22
|
+
* Fixed some issues when changing user in UI kit.
|
|
23
|
+
|
|
24
|
+
###### Breaking Changes
|
|
25
|
+
|
|
26
|
+
* The header in UI of the Messenger is now removed. This means you have to specify a header of your own in your app if you like.
|
|
27
|
+
|
|
28
|
+
## v28.0.2
|
|
29
|
+
|
|
30
|
+
<time>2025-05-21</time>
|
|
31
|
+
|
|
32
|
+
* Fixed an issue when browser storage is unavailable in UI kit.
|
|
33
|
+
|
|
3
34
|
## v28.0.1
|
|
4
35
|
|
|
5
36
|
<time>2025-05-15</time>
|