You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,30 @@ GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK.
4
4
5
5
## Changelog
6
6
7
+
### 3.2.1
8
+
9
+
Updated underlying SDKs:
10
+
-[iOS Widgets SDK v3.2.1](#ios-widgets-sdk-v321)
11
+
12
+
#### Added
13
+
- Added support for subscribing to the count of the unread secure messages.
14
+
15
+
#### iOS Widgets SDK v3.2.1
16
+
##### Changed
17
+
- Phoenix Client iOS dependency has been updated to version 5.3.5.
18
+
19
+
##### Fixed
20
+
- For authenticated visitors, the Chat screen on iOS now does not show a separate close button, only the left arrow, matching the Android UI.
21
+
- When a visitor requests a live chat after leaving Secure Messaging, they are now automatically enqueued.
22
+
- The "Leave Current Conversation" dialog is now correctly shown when an ongoing transferred Secure Messaging engagement exists and the visitor decides to start a new engagement.
- The Add Attachment and Send Message buttons are now enabled and disabled instead of appearing or disappearing.
16
33
- All screen sharing functionality has been completely removed from both the Widget SDK and Core SDK.
@@ -19,7 +36,7 @@ Updated underlying SDKs:
19
36
- Unified several design differences between iOS and Android, including dialog element sizing, confirmation dialog padding, avatar size and placeholder padding, and various survey elements.
20
37
- Fixed an issue with visitor deauthentication where the engagement would end when the authentication behavior was configured as `FORBIDDEN_DURING_ENGAGEMENT`.
21
38
22
-
#### iOS Widgets SDK
39
+
#### iOS Widgets SDK v3.2.0
23
40
##### Changed
24
41
- All screen sharing functionality has been completely removed from both the Widget SDK and Core SDK.
0 commit comments