Redux Beacon Versions Save

Analytics integration for Redux and ngrx/store

v2.0.5

5 years ago

Improve Event Definition type with additional generics 👉 #303

v2.0.3

6 years ago

Add debounce-event to the package list in the readme

[email protected]

6 years ago

v2.0.2

6 years ago

Updates to the Readme

v1.2.1

6 years ago

Patch

🌳 Update the logger extension to work in React Native (#148). Thank you @krzysztofp!

Install it from npm

npm install [email protected] --save

UMD builds

v1.2.0

6 years ago

Minor

:moneybag: The Google Analytics target now supports the Google Analytics Ecommerce Plugin. See the docs for more.

Install it from npm

npm install [email protected] --save

UMD builds

v1.1.0

6 years ago

Minor Changes

Redux Beacon now passes the next state to event definitions.

Before:

const eventDef = (
  action,
  prevState
) => ({
  ...
});

Now:

const eventDef = (
  action,
  prevState,
+  nextState
) => ({
  ...
});

Install it from npm

npm install [email protected] --save

UMD builds

v1.0.1

6 years ago

:warning: Breaking Changes

Event definitions are now functions (#107). See:

Event maps no longer accept an array of event definitions (#107). But you can now return an array of events from a single event definition. See:

Other

:raised_hands: The segment.io target now throws a helpful error message if you forgot to add the segment snippet to your index.html. (#108). Thanks @zachrnolan!

Install it from npm

npm install [email protected] --save

UMD builds

v0.4.0

6 years ago

New Features

:raised_hands: Added an option to rename the dataLayer in the GTM target (#98). Thanks @sombreroEnPuntas!! :raised_hands: Enhanced eventFields to allow returning an array of events (#103). Thanks @coluccini!!

Other

:package: Improved and streamlined webpack configs (#95) :white_check_mark: Replaced typescript-definition-tester with typings-tester (#100) :chart_with_upwards_trend: Added codecov githook (#101)

Install it from npm

npm install [email protected] --save

UMD builds