Skip to content

Commit

Permalink
Update CHANGELOG.md to incorporate beta changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Feb 27, 2025
1 parent 27ef8c3 commit 65ddc81
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,26 @@ ember-metrics 2.0.0 (major)
#### :boom: Breaking Change

- `ember-metrics`
- 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](https://github.com/adopted-ember-addons/ember-metrics/blob/4d0f088a302597d3ab7b2e5efd08ce51a78b1d68/addon/metrics-adapters/google-analytics.js)
for an example.
- [#553](https://github.com/adopted-ember-addons/ember-metrics/pull/553) Fix @ember/string resolution issues by depending on ember-auto-import ([@jelhan](https://github.com/jelhan))
- [#547](https://github.com/adopted-ember-addons/ember-metrics/pull/547) Support Ember v5 by addin @ember/string to peerDependencies ([@jelhan](https://github.com/jelhan))
- [#549](https://github.com/adopted-ember-addons/ember-metrics/pull/549) drop support for Ember < 3.28 ([@jelhan](https://github.com/jelhan))
- [#548](https://github.com/adopted-ember-addons/ember-metrics/pull/548) drop support for node < 18 ([@jelhan](https://github.com/jelhan))
- [#549](https://github.com/adopted-ember-addons/ember-metrics/pull/549) Drop support for Ember < 3.28 ([@jelhan](https://github.com/jelhan))
- [#548](https://github.com/adopted-ember-addons/ember-metrics/pull/548) Drop support for node < 18 ([@jelhan](https://github.com/jelhan))

#### :tada: Enhancement
- `ember-metrics`
- [#449](https://github.com/adopted-ember-addons/ember-metrics/pull/449) Add hotjar adapter ([@arrudadev](https://github.com/arrudadev))
- [#437](https://github.com/adopted-ember-addons/ember-metrics/pull/437) Add Google Analytics 4 adapter ([@kennstenicht](https://github.com/kennstenicht))

#### ⚠️ Deprecations
- `ember-metrics`
- [#444](https://github.com/adopted-ember-addons/ember-metrics/pull/444) Add deprecation warning for top-level key prefixing in GoogleTagManager adapter ([@opposable-crumbs](https://github.com/opposable-crumbs))

#### :bug: Bug Fix

- `ember-metrics`
Expand All @@ -31,6 +46,9 @@ ember-metrics 2.0.0 (major)

- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Nate ([@opposable-crumbs](https://github.com/opposable-crumbs))
- Alexandre Arruda ([@arrudadev](https://github.com/arrudadev))
- Chris Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))

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

Expand Down

0 comments on commit 65ddc81

Please sign in to comment.