Redux Beacon Versions Save

Analytics integration for Redux and ngrx/store

v0.3.0

7 years ago

🔨 Fixed the logger from throwing an error when logging offline events (#83).

:1st_place_medal: Added SSR support to the GA and GTM targets (#80). Thanks @JohnPhoto!

:dart: Added a new target, cordova-google-analytics (#87). Thanks @kokokenada!

:white_check_mark: Added tests to ensure api is exposed correctly in the published package (#90) (#91).

Install it from npm

npm install [email protected] --save

UMD builds

v0.2.2

7 years ago

🔨 #70 Removed a trailing comma from the createEvents type definition. This extends Typescript support to earlier versions. Thanks to @philipptri for bringing this up and providing a fix.

Install it from npm

npm install [email protected] --save

UMD builds

v0.2.1

7 years ago
  • 🔨 Fixed the case when the eventFields method returns undefined. Redux Beacon will now ensure that no undefined events get passed through an eventSchema, or to a target.
  • 🖼 Added a fancy gif to the README

Install it from npm

npm install [email protected] --save

UMD builds

v0.2.0

7 years ago
screenshot at mar 10 15-08-56
  • ⌚️ Updated the logger extension with a more helpful group title.
  • ✅ Expose a utility function createEvents for testing event definitions. See the docs.
  • 🔨 Fixed the GA target to update the tracker on each page view. Learn more.
  • 🐱 Replaced npm with yarn

Install it from npm

npm install [email protected] --save

UMD builds

v0.1.2

7 years ago

〰️ Added a new target (Amplitude) 📚 Revamped the offline storage extension docs. They are much better now. 🕐 Updated the offline storage extensions to add timestamps to events saved offline 🤓 Added some notes in the docs on offline event collection 😎 Added a features list to the README

Install it from npm

npm install [email protected] --save

UMD builds