Skip to content

Commit 2cfe0d3

Browse files
Dmytro Kellerandriy-shevtsov-moc
authored andcommitted
chore: readme update
1 parent 1977245 commit 2cfe0d3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK.
44

55
## Changelog
66

7+
### 3.2.2
8+
9+
Updated underlying SDKs:
10+
- [Android Widgets SDK v3.2.2](#android-widgets-sdk-v322)
11+
- [iOS Widgets SDK v3.2.2](#ios-widgets-sdk-v322)
12+
13+
### Android Widgets SDK v3.2.2
14+
#### Added
15+
- Implemented site info caching for 10 seconds to reduce frequent API calls.
16+
17+
#### Changed
18+
- Integrators can now extend the Glia SDK's built-in `GliaFcmService`.
19+
- Improved `GliaWidgets.init()` exception causes, providing more informative messages for `com.glia.widgets.GliaWidgetsException` when the SDK fails to initialize due to credential issues.
20+
- Updated Unified Customization for survey screen and added some configuration options.
21+
- Replaced the custom survey view with a bottom sheet design to improve display behavior, addressing issues like full-screen expansion and background transparency.
22+
23+
#### Fixed
24+
- Unified a design difference between iOS and Android related to applying styles to survey input fields.
25+
- Corrected an error where cached locale strings failed to receive updates depending on the device's time zone relative to UTC. Locale strings now update immediately on device restart.
26+
- Fixed an issue that caused a crash when establishing media streams.
27+
- Addressed memory leak issues, improving overall performance and stability.
28+
- Aligned operator name display across Widgets screens to consistently show only the first name.
29+
30+
### iOS Widgets SDK v3.2.2
31+
#### Changed
32+
- The header of the Chat screen now has a shadow.
33+
- Updated Unified Customization for survey screen and added some configuration options.
34+
35+
#### Fixed
36+
- Fixed an issue that the visitor survey was not opening after ending the chat.
37+
- Fixed a bug where a failed engagement could not be closed.
38+
- Fixed an issue of app crashing when uploading attachments to the chat during a Live Observation.
39+
- Unified a design difference between iOS and Android related to applying styles to survey input fields.
40+
741
### 3.2.1
842

943
Updated underlying SDKs:

0 commit comments

Comments
 (0)