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: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
13
#### Changed
14
14
- nothing yet
15
15
16
+
## [3.5.4]
17
+
#### Fixed
18
+
- In-Apps are now robust with animation, resolving flickering and animation issues observed on Pixel 6 Pro with API 35.
19
+
- Fixed an issue where AuthManager was not reset correctly when logging out a user.
20
+
- Fixed `ConcurrentModificationException` leading to crashes during application launches.
21
+
- Addressed a text truncation issue in Embedded Message templates for applications targeting Android 14 and Android 15.
22
+
- Improved InboxActivity compatibility with edge-to-edge layouts, ensuring seamless handling of notches and display cutouts.
23
+
16
24
## [3.5.3]
17
25
#### Fixed
18
26
- Fixed an [issue](https://github.com/Iterable/react-native-sdk/issues/547) where the SDK would crash if the `IterableInAppMessage` object was null when consuming an in-app message.
0 commit comments