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: SDK/CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,31 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
1.14.0
5
+
---
6
+
7
+
**Core**
8
+
9
+
* Bug fix: deeplinks from actions are properly sent to Deeplink delegate method
10
+
11
+
**User**
12
+
13
+
* High level data (language/region/custom user id) can now be read back.
14
+
* User data (attributes and tags) can now be read back. [Documentation](https://batch.com/doc/ios/custom-data/custom-attributes.html#_reading-attributes-and-tag-collections)
15
+
16
+
**Messaging**
17
+
* Added support for two new UI formats: Modal, and Image. See the documentation for more information.
18
+
* Added support for GIFs in Mobile Landings and In-App messages
19
+
* Added support for rich text.
20
+
* Added support for text scrolling in all formats. Banners will now have a maximum body height of ~160pt, and their text will scroll.
21
+
22
+
* Deeplinks can now be open directly in the app using a SFSafariViewController for Push Notifications, Mobile Landings and In-App Mesasges
23
+
* Added new methods on the messaging delegate allowing you to track more information such as close/autoclose and button presses. More info in the Mobile Landings documentation.
24
+
* In swift, `BatchMessaging.setAutomaticMode` has been renamed to `BatchMessaging.setAutomaticMode(on:)`
25
+
26
+
**Push**
27
+
* BatchPushAlertDidResignNotification is sent when user dismissed the Remote notification authorization alert. Notification's userInfo dict contains user's choice in BatchPushNotificationDidAcceptKey
0 commit comments