@weavy/uikit-react 27.1.2 → 28.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 CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v28.0.0
4
+
5
+ <time>2025-05-14</time>
6
+
7
+ * Added AI agents with file search capabilities.
8
+ * Added `data` property to provide contextual data for agents in all Weavy components in UI kit.
9
+ * Added support for app id in `uid` property for contextual Weavy components in UI kit.
10
+ * Added `uikit-react` dist files to the backend.
11
+ * Added `placeholder` property to `<wy-comments>`, `<wy-chat>`, `<wy-copilot>`, `<wy-messenger>` and `<wy-posts>`.
12
+ * Renamed Bots API to Agents API, i.e. `/api/bots` is now `/api/agents`.
13
+ * Renamed `bot` property to `agent` when listing users in the Users API.
14
+ * Renamed `is_bot` property to `is_agent` when returning users in the Users API.
15
+ * Renamed `bot` property to `agent` for `<wy-messenger>` and `<wy-copilot>` in UI kit.
16
+ * Renamed `bot` property to `agent` in the `wy-link` event in UI kit.
17
+ * Renamed `bot` property to `agent` in the `wy-message` event in UI kit.
18
+ * Renamed `MessengerBotTypes` map to `MessengerAgentTypes` in UI kit.
19
+ * Renamed `bot_chat` app type to `agent_type` in UI kit.
20
+ * Fixed an issue with editor autocomplete in UI kit.
21
+ * Fixed an issue with conversation naming in UI kit.
22
+ * Fixed incorrect filenames for UMD files in `uikit-react`.
23
+
24
+ ###### Breaking Changes
25
+
26
+ * The Bots API is now renamed to the Agents API. All names that previously used `bot` in the name now use `agent` in the name instead. This affects all API:s.
27
+
28
+ ## v27.1.3
29
+
30
+ <time>2025-04-29</time>
31
+
32
+ * Fixed an issue with polls not being updated when voting in UIKit.
33
+ * Fixed an issue with media previews playing in background in UIKit.
34
+
3
35
  ## v27.1.2
4
36
 
5
37
  <time>2025-04-29</time>