@weavy/uikit-react 26.0.1 → 26.0.3

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,19 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v26.0.3
4
+
5
+ <time>2025-02-20</time>
6
+
7
+ * Fixed missing `selectConversation()` in Messenger.
8
+ * Deprecated `selectConversation()` and `clearConversation()` in Messenger. Use `conversationId` instead.
9
+ * Deprecated `conversationBelongsToMessenger()` in Messenger. Use `MessengerTypes` Map for app comparison instead.
10
+
11
+ ## v26.0.2
12
+
13
+ <time>2025-02-17</time>
14
+
15
+ * Fixed an issue with the `wy-link` event not triggering sometimes for notification toasts in uikit-web.
16
+
3
17
  ## v26.0.1
4
18
 
5
19
  <time>2025-02-06</time>