We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a11ff1 + 183fbf6 commit b54493dCopy full SHA for b54493d
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+### v0.10.3 (Aug 18, 2025)
4
+
5
+### Improvements
6
+- Profile Image Hidden Options in Conversation
7
+ - Added `SBAConfig.Conversation.Header.shouldShowProfile`
8
+ - Controls profile image visibility in conversation header
9
+ - Added `SBAConfig.Conversation.List.shouldShowSenderProfile`
10
+ - Controls sender profile image visibility in message list
11
12
### v0.10.2 (Aug 14, 2025)
13
14
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/sendbird/sendbird-ai-agent-core-ios",
- from: "0.10.2"
+ from: "0.10.3"
)
15
],
16
targets: [
0 commit comments