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: Documentation/release-notes.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,22 @@ parentDocSlug: flutter-sdk
11
11
> Refer to the [SDK version update guide](https://documentation.bloomreach.com/engagement/docs/flutter-sdk-version-update) for details on updating from version 0.x.x to 1.x.x.
12
12
13
13
## Release Notes
14
+
## Release Notes for 2.1.0
15
+
#### TODO: TBD
16
+
* Added:
17
+
* Adds support for multiple In-App Content Blocks in the same placeholder through InAppContentBlockCarousel. The SDK will loop through the content blocks one at a time in order of the configured Priority.
18
+
* Adds support for AppInboxDetailView and AppInboxListView as widgets for integrating App Inbox into Flutter apps.
19
+
* Adds requirePushAuthorization, allowWebCookies, and appInboxDetailImageInset Android-specific parameters to the configuration.
20
+
* Adds rich styling support for native in-app messages.
21
+
* Adds Segmentation API feature support
22
+
* Updates native Android SDK to version 4.4.0.
23
+
* Updates native iOS SDK to version 3.5.1.
24
+
* Adds minor documentation improvements.
25
+
* Increases the minimum supported Android API level to 24.
26
+
* Fixed:
27
+
* Fixes an issue where, in certain scenarios, the app would crash while parsing In-App message during manual tracking.
28
+
* Fixes and updates some links in the documentation.
29
+
14
30
## Release Notes for 2.0.0
15
31
#### December 13, 2024
16
32
* Added:
@@ -25,7 +41,6 @@ parentDocSlug: flutter-sdk
25
41
* Fixes an issue on iOS where an empty App Inbox caused click events to be passed to the underlying app.
26
42
* Fixes an issue where, in certain scenarios, the app would crash while parsing Recommendations .
0 commit comments