Skip to content

1.21.0

Compare
Choose a tag to compare
@wesleyorbin wesleyorbin released this 20 Jul 22:24
· 65 commits to master since this release
⚠ Breaking
Added
  • Added support for working with in-app messages in the JavaScript layer. In-App Messages can be instantiated using the BrazeInAppMessage class. The resulting object can be passed into the analytics methods: logInAppMessageClicked, logInAppMessageImpression, and logInAppMessageButtonClicked (along with the button index). See the README for additional implementation details or the AppboyProject sample app for an integration example.
  • Added ReactAppboy.requestGeofences() to request a Braze Geofences update for a manually provided GPS coordinate. Automatic Braze Geofence requests must be disabled to properly use this method.
Changed
  • Improved Typescript definitions for setCustomUserAttribute and incrementCustomUserAttribute.
Fixed