Skip to content

Latest commit

 

History

History
187 lines (114 loc) · 4.58 KB

CHANGELOG.md

File metadata and controls

187 lines (114 loc) · 4.58 KB

v2.0.0-beta.1 (2022-05-12)

Changes

A significant the Metrics adapter API. We're rewriting these as native classes in order to move away from the Ember Object model. Historically we've relied upon the init and willDestroy hooks to do our cleanup. Moving forward an install and uninstall hook will need to be defined. Please see the Google Analytics for an example.

v1.5.2 (2022-05-17)

Changes

Introduce deprecation warning for some GA behaviour (#444)

v1.5.1 (2022-05-12)

Changes

  • Revert a broad refactor to native classes that's not backwards compatible #372

v1.5.0 (2022-05-10)

Changes

  • Reexport the built-in MetricsAdapters from the app folder (#432)
  • Add Matomo Tag Manager adapter (#439)
  • Segment improvements (#436)

Closing remarks

Many thanks to our contributors:

  • @Windvis
  • @VincentHardouin
  • @GabrielCousin

v1.4.1 (2021-11-22)

Changes

  • Fix teardown code (#374)

Closing remarks

Thank you to @gilest for catching this bug. D'oh!

v1.4.0 (2021-11-21)

This will be the last release in the v1 series. See below for notes on the forthcoming v2 release.

Changes

  • Numerous dependency updates
  • Modernized tests using qunit-sinon-assertions
  • Add deprecations for adapters extending EmberObject
  • Deprecate an automatic identify event with Amplitude adapter (see #278)
  • Type numerous object transformation tools (#343)
  • Documentation updated
  • Add the Pendo adapter

Upcoming v2 release

  • An upgrade guide will be made available as soon as possible
  • This should resolve the embroider-optimized scenario failures

Closing remarks

A hearty thank you to all contributors. The following people contributed to this release:

  • @GreatWizard
  • @jfdnc
  • @Windvis

v1.3.1 (2021-09-26)

  • Resolves duplicate GTM script injection (#291, #292)

v1.3.0 (2021-09-14)

Features

N/A

Fix

N/A

Changed

  • Add support for additional Mixpanel config options #244

v1.0.0

Features

N/A

Fix

N/A

Changed

  • Add Azure App Insights identify method #271

v0.17.0

One more!

Features

  • Add Azure App Insights Adapter #262
  • Allow for multiple GA Properties #269

Fix

  • Blueprints generate ES6 class adapter #262

Changed

  • Update Ember to 3.21 #261

v0.16.0

This aims to be the lacks version before 1.0.0.

Features

  • Add Amplitude adapter #235

Fix

  • Removed export of canUseDom #255

Changed

  • Refactor to native classes #253
  • Update Mix Panel #224

v0.15.0

Features

  • Allow configuring data processing options with Facebook Pixel #246

Fix

  • Ensure ga.create is called with valid config #174
  • Resolve some npm audit sadness #230

Changed

  • Update Ember, and friends #242
  • Remove getWithDefault #243
  • Update Segment's loading snippet #240
  • Add faces of the contributors #236
  • Native class examples #234
  • Replace canUseDom with Adapter.supportsFastboot #175