@weavy/uikit-react 28.0.2 → 29.1.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 CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v29.1.0
4
+
5
+ <time>2025-06-19</time>
6
+
7
+ * Read receipts and typing indicators is now fully available to all chats with `access=none` and less than 10 members.
8
+ * Added support for object data in the context data property array in UI kit.
9
+ * Added support for displaying annotations in posts and comments in UI kit.
10
+ * Fixed some issues where context data wasn't working in posts and comments.
11
+ * Fixed some issues which caused a broken state when removing a conversation in UI kit.
12
+ * Fixed some issues with unread chat messages in UI kit.
13
+
14
+ ## v29.0.0
15
+
16
+ <time>2025-06-11</time>
17
+
18
+ * Added option for agents to interface with external services via web functions.
19
+ * Allow agents to search multiple file apps for knowledge.
20
+ * Fixed issue that prevented the `tags` property from being updated through the Web API.
21
+ * Added annotation file list for messages in UI kit.
22
+ * Added support for displaying agent comments in UI kit.
23
+ * Added `createConversation()` method on Messenger in UI kit.
24
+ * Added a `wy-conversation-new-button` CSS part in Messenger for styling the new conversation button.
25
+ * Added a `conversation-new` slot in the Messenger to replace the new conversation button.
26
+ * Added an `actions` slot on Messenger for inserting custom buttons.
27
+ * Added `reset()` method on the Weavy instance in UI kit to reset and refetch data.
28
+ * Removed the conversation list header for the Messenger.
29
+ * Removed the `.name` property on Messenger in UI kit.
30
+ * Removed the generic `agentUser` data property in UI kit.
31
+ * Fixed an issue with searching in the conversation list in Messenger.
32
+ * Fixed an issue with the editor being read-only in UI kit.
33
+ * Fixed some issues when changing user in UI kit.
34
+
35
+ ###### Breaking Changes
36
+
37
+ * 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.
38
+
3
39
  ## v28.0.2
4
40
 
5
41
  <time>2025-05-21</time>