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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,25 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## 6.2.22
6
+
#### Added
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
+
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
+
5
18
## 6.3.0-beta3
6
-
### Added
19
+
#### Changed
20
+
- This is rebuilt beta based off of 6.2.21
21
+
22
+
## 6.2.21
23
+
#### Added
7
24
- Support for syncing in-app message read state across multiple devices:
8
25
- When the SDK fetches in-app messages from Iterable, it examines each
9
26
message's `read` field to determine if it has already been read.
@@ -28,6 +45,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
28
45
#### Fixed
29
46
- Fixed how we look up `Resources` folder for Cocoapods.
30
47
48
+
## 6.2.20
49
+
#### Added
50
+
- Added callback to initialize method needed for React Native. This change should have no effect for iOS SDK.
51
+
31
52
## 6.3.0-beta1
32
53
#### Added
33
54
- This beta SDK release includes support for two new Iterable features (both of which are in beta):
0 commit comments