Releases: freshheads/analytics-essentials
Releases · freshheads/analytics-essentials
v1.1.1
What's Changed
- Update mixpanel_setup.md - use correct Web types and imports by @gitknul in #36
- Chore: Export MixpanelProps by @KevinvdBurg in #37
New Contributors
Full Changelog: 1.1.0...v1.1.1
v1.1.0
What's Changed
- Upgrades by @martinbroos in #33
- DATA-173 | Update Context so it can work on Mobile by @KevinvdBurg in #35
New Contributors
- @KevinvdBurg made their first contribution in #35
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Mixpanel essentials are added - see docs
- Breaking change: Google and mixpanel have separate import paths. For google you should now use:
@freshheads/analytics-essentials/google
. Mixpanel is available from default export or from'@freshheads/analytics-essentials/mixpanel
- Breaking change: Google
EventTypes
has been renamed toEventType
Full Changelog: 0.0.4...v1.0.0
Roadmap
We might want to simplify the google essentials as these rely on Next JS. Most of these functions can be replaced with an experimental implementation of Next Third Party Libs. This lib can then focus on type checking the events and not loading the scripts.
0.0.4
What's Changed
- add cookie_settings_changed event by @sunnyfeijen in #21
- update GA4 for cookieGuard by @sunnyfeijen in #22
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- fix publish by @sunnyfeijen in #18
- fix eslint by @sunnyfeijen in #19
- Add github workflow by @sunnyfeijen in #20
Full Changelog: 0.0.1...0.0.3
0.0.1
What's Changed
- Init package by @sunnyfeijen in #1
- Rename package by @sunnyfeijen in #2
- Add purchase event by @sunnyfeijen in #3
- Add readme by @sunnyfeijen in #4
- add jsDoc & update function GTM name by @sunnyfeijen in #5
- jira/FHANALYTIC-7 | Load GA4 component by @sunnyfeijen in #6
- Add multiple entries by @sunnyfeijen in #7
- develop | refactor by @yannickfh in #9
- Update tagmanager by @sunnyfeijen in #10
- Added typechecking for TrackEvents by @NSMNIA in #11
- added in context for potential fix for overlap even with _clear by @rensio in #12
- Update types by @sunnyfeijen in #15
- Update readme by @sunnyfeijen in #16
- remove private by @sunnyfeijen in #17
New Contributors
- @sunnyfeijen made their first contribution in #1
- @yannickfh made their first contribution in #9
- @NSMNIA made their first contribution in #11
- @rensio made their first contribution in #12
Full Changelog: https://github.com/freshheads/analytics-essentials/commits/0.0.1