Skip to content

Releases: rangle/redux-beacon

v0.3.0

14 May 14:34
Compare
Choose a tag to compare

πŸ”¨ Fixed the logger from throwing an error when logging offline events (#83).

πŸ₯‡ Added SSR support to the GA and GTM targets (#80). Thanks @JohnPhoto!

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

βœ… Added tests to ensure api is exposed correctly in the published package (#90) (#91).

Install it from npm

npm install redux-beacon@0.3.0 --save

UMD builds

v0.2.2

05 Apr 18:04
Compare
Choose a tag to compare

πŸ”¨ #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 redux-beacon@0.2.2 --save

UMD builds

v0.2.1

16 Mar 17:44
Compare
Choose a tag to compare
  • πŸ”¨ 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 redux-beacon@0.2.1 --save

UMD builds

v0.2.0

10 Mar 20:33
Compare
Choose a tag to compare

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 redux-beacon@0.2.0 --save

UMD builds

v0.1.2

20 Jan 20:45
Compare
Choose a tag to compare

〰️ 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 redux-beacon@0.1.2 --save

UMD builds

v0.1.1

12 Jan 20:27
Compare
Choose a tag to compare

The first release of Redux-Beacon

Install it from npm

npm install redux-beacon@0.1.1 --save

UMD builds