Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.57 KB

File metadata and controls

64 lines (39 loc) · 2.57 KB

Releases

--

3.0.8 - 2023-06-26

  • fix: Update package.json, update logging to customer (#33)

3.0.7 - 2023-06-12

  • fix: Add suffix of v3 to forwarder (#22)

3.0.6 - 2023-02-15

  • refactor: Update console warning and readme to reflect new rollout plans (#19)

3.0.5 - 2022-10-20

  • docs: Update README to alert developers about v4 kit upgrade date, add console warning to current CDN users (#15)

3.0.4 - 2022-09-06

  • fix: Add Transaction Id to Purchase Commerce Events

3.0.3 - 2022-08-24

  • feat: Add logging for debugging

3.0.2 - 2022-06-16

  • fix: add register_inapp and pushPrimer variables

3.0.1 - 2022-05-18

  • consume initOptions customFlags - this allows a customer to pass a callback to include additional options that mParticle doesn't support in the UI

3.0.0 - 2022-03-28

⚠️ Breaking - If you reference any of the below deprecations and implement mParticle via snippet, you will have to make changes to your codebase before June 8, 2022 to be compatible with both version 2 and version 3 of the Braze SDK to ensure your code continues to work.

  • 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 the appboy namespace now.
    • InAppMessage.Button has been renamed to InAppMessageButton
  • Full details can be found in the README at our AppBoy Repo.

2.0.7 - 2022-02-09

  • Feat - add new Braze clusters

2.0.6 - 2020-12-10

  • Feat - Add additional Braze clusters to URL mapping table

2.0.5 - 2020-06-04

  • Update Braze to 2.5.2

2.0.4 - 2020-02-12

  • Send SKU if forwardSkuAsProductName is set

2.0.2 - 2020-01-23

  • Feat - Set event name sent to Braze as user provided pageName

2.0.1 - 2019-12-03

  • Bugfix - Respect userId choice in mParticle UI dropdown
  • Add version number
  • Remove isObject dependency