Skip to content

Commit 094b43a

Browse files
authored
Merge pull request #476 from Iterable/merge-stable-into-master
squash changes from stable to merge into master
2 parents a7d29cc + 7623633 commit 094b43a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,25 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
518
## 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
724
- Support for syncing in-app message read state across multiple devices:
825
- When the SDK fetches in-app messages from Iterable, it examines each
926
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/).
2845
#### Fixed
2946
- Fixed how we look up `Resources` folder for Cocoapods.
3047

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+
3152
## 6.3.0-beta1
3253
#### Added
3354
- This beta SDK release includes support for two new Iterable features (both of which are in beta):

0 commit comments

Comments
 (0)