From bc6572924c4775c3b4c62ae89d281cd3d7631546 Mon Sep 17 00:00:00 2001 From: Jared Poelman Date: Tue, 8 Jun 2021 17:42:37 -0400 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae8b7d..a3b52c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ ## 1.29.1 +##### Known Issues +- This release contains a known issue with the Content Cards default UI on iOS, where showing a "Classic" type card with an image causes a crash. If you are using the default Content Cards UI, do not upgrade to this version. + ##### Fixed - Fixed issue introduced in 1.29.0 where calling `ReactAppboy.changeUser` would cause an error on Android. ## 1.29.0 +##### Known Issues +- This release contains a known issue with the Content Cards default UI on iOS, where showing a "Classic" type card with an image causes a crash. If you are using the default Content Cards UI, do not upgrade to this version. + ##### ⚠ Breaking - Updated the native Android bridge to [Braze Android SDK 14.0.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#1400). - Updated the native iOS bridge to [Braze iOS SDK 4.2.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#420). From 82f11644f8fefec18cb08bf024e9b382128b9bf2 Mon Sep 17 00:00:00 2001 From: Jared Poelman Date: Tue, 8 Jun 2021 17:46:34 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: davidbielik --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b52c5..be64b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ## 1.29.0 -##### Known Issues +##### ⚠️ Known Issues - This release contains a known issue with the Content Cards default UI on iOS, where showing a "Classic" type card with an image causes a crash. If you are using the default Content Cards UI, do not upgrade to this version. ##### ⚠ Breaking From b98c4a686119039409e986dd2bdab43089d31fee Mon Sep 17 00:00:00 2001 From: Jared Poelman Date: Tue, 8 Jun 2021 17:46:38 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: davidbielik --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be64b1f..25fbc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.29.1 -##### Known Issues +##### ⚠️ Known Issues - This release contains a known issue with the Content Cards default UI on iOS, where showing a "Classic" type card with an image causes a crash. If you are using the default Content Cards UI, do not upgrade to this version. ##### Fixed