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
- Added extra troubleshooting steps to example app README
9
+
- Added safe concurrent Ruby version to Gemfile
10
+
11
+
1
12
## 2.0.0-beta
2
13
**NOTE**: This is a beta release of the SDK. Please contact Iterable support if
3
14
you have any questions or issues.
4
-
## Fixes
15
+
###Fixes
5
16
- Updated React Native to
6
17
[7.3.1](https://reactnative.dev/docs/0.73/getting-started). See the version
7
18
[CHANGELOG](https://github.com/facebook/react-native/releases/tag/v0.73.1) for
@@ -26,32 +37,32 @@ you have any questions or issues.
26
37
- Made lint rules stricter
27
38
28
39
## 1.3.21
29
-
## Fixes
40
+
###Fixes
30
41
- Fixes an issue where react native components that use safe-area-context or react-navigation throw an error because the sdk's components try and use its own local node_modules instead of the consumer's project.
31
42
32
43
#### Added
33
44
- Added a new configuration in IterableConfig, `IterablePushPlatform`, allowing developers to manually register a device as either sandbox or production. This provides greater control over push notification environments.
34
45
35
46
## 1.3.20
36
-
## Fixes
47
+
###Fixes
37
48
- Fixes an issue where the iOS SDK incorrectly targeted the latest minor version instead of a fixed version, potentially causing breaking changes.
38
49
39
50
## 1.3.19
40
-
## Updates
51
+
###Updates
41
52
- updates to RN version 0.68.0 to address various security vulnerabilities
42
53
43
54
## 1.3.18
44
-
## Updates
55
+
###Updates
45
56
- adds user id login for sample apps
46
57
- version mapping to newest native SDK versions
47
58
- updates versions of various package dependencies
48
59
49
60
## 1.3.17
50
-
## Fixed
61
+
###Fixed
51
62
- Fixes a specific Android issue where apps could crash due to EncryptedSharedPreference being null.
52
63
53
64
## 1.3.16
54
-
## Updates
65
+
###Updates
55
66
56
67
This release allows you to use projects hosted on Iterable's EU data center. If your project is hosted on Iterable's [European data center (EUDC)](https://support.iterable.com/hc/articles/17572750887444), configure the SDK to use Iterable's EU-based API endpoints:
- Resolves an additional push notification problem on Android wherein the customActionHandler and urlHandler were not being invoked in specific scenarios, as documented in issue #470. (Credit to @tnortman-jabra for the report and the fix)
68
79
69
80
## 1.3.15
70
-
## Updates
81
+
###Updates
71
82
- Resolves Android build issues caused in 1.3.14
72
83
- Fixes a specific Android issue where custom action handlers were not invoked when tapping on push notification when the app is in background.
73
84
74
85
## 1.3.14
75
86
> **Warning**
76
87
> This version causes build failure on Android. Please use 1.3.15 which fixes this issue.
77
-
##updates
88
+
### Updates
78
89
- updates `Iterable.setEmail` and `Iterable.setUserId` to take in null parameter type
79
90
- fixes `Iterable.updateUser` on the Android side to merge nested objects in the user profile when `mergeNestedObjects` is set to true
0 commit comments