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
+9
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
#### Added
7
7
- In-app message prioritization - Ordering the display of in-app messages based on a priority you select in Iterable when creating in-app campaigns
8
8
9
+
#### Fixed
10
+
- The authentication flow, with JWT, now does the proper order of operations to avoid a false negative when setting the user (with `setEmail` or `setUser`)
11
+
- The empty inbox message will now properly wraparound
12
+
- An inbox message that has its read state changed will now only animate the unread dot
13
+
14
+
#### Removed
15
+
- Removed device fingerprinting as a cautionary measure for iOS 14.5 policy updates - note: we still keep the system generated UUID
16
+
- Removed deferred deep linking feature
17
+
9
18
## 6.2.21
10
19
#### Added
11
20
- Support for syncing in-app message read state across multiple devices:
0 commit comments