--
- fix: Update package.json, update logging to customer (#33)
- fix: Add suffix of v3 to forwarder (#22)
- refactor: Update console warning and readme to reflect new rollout plans (#19)
- docs: Update README to alert developers about v4 kit upgrade date, add console warning to current CDN users (#15)
- fix: Add Transaction Id to Purchase Commerce Events
- feat: Add logging for debugging
- fix: add register_inapp and pushPrimer variables
- consume initOptions customFlags - this allows a customer to pass a callback to include additional options that mParticle doesn't support in the UI
- Our partner, Braze, has made a few significant changes to their web SDK. As a result, we are also updating our mParticle Braze web kit to support Braze’s Web SDK version 3.5.0, which includes breaking changes to the Braze SDK behavior. The updated mParticle Braze Web kit will be available via CDN on June 8, 2022 and is currently available on NPM at @mparticle/web-braze-kit v3.0.0. Also note that we have updated the name of our npm package from @mparticle/web-appboy-kit to @mparticle/web-braze-kit.
- We highly recommend that you review the changes between version 2 and 3 of the Braze Web SDK to understand these changes, which can be found here. To summarize:
- The
appboy.ab
namespace has been removed and everything lives under theappboy
namespace now. InAppMessage.Button
has been renamed toInAppMessageButton
- The
- Full details can be found in the README at our AppBoy Repo.
- Feat - add new Braze clusters
- Feat - Add additional Braze clusters to URL mapping table
- Update Braze to 2.5.2
- Send SKU if forwardSkuAsProductName is set
- Feat - Set event name sent to Braze as user provided pageName
- Bugfix - Respect userId choice in mParticle UI dropdown
- Add version number
- Remove isObject dependency