@weavy/uikit-react 30.0.0 → 30.1.1

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,21 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v30.1.1
4
+
5
+ <time>2026-01-24</time>
6
+
7
+ * Reverted broken color scheme update.
8
+
9
+ ## v30.1.0
10
+
11
+ <time>2026-01-23</time>
12
+
13
+ * Added `<wy-messenger-button>` component to display a complete UI for the Messenger as a button with a badge, opening the Messenger in an overlay.
14
+ * Added `<wy-messenger-badge>` component to display the number of unread Messenger conversations.
15
+ * Added `instructions` property to `<wy-messenger>` and. `<wy-chat>`, to append agent instructions to messages when using agents.
16
+ * Renamed `list` property in `<wy-notification-button>` to `overlay`. The `list` property still works, but is deprecated.
17
+ * Fixed an issue when using `uid` with `<wy-copilot>`.
18
+
3
19
  ## v30.0.0
4
20
 
5
21
  <time>2025-12-23</time>