Skip to content

Releases: rangle/redux-beacon

v2.0.5

07 Jan 19:04
Compare
Choose a tag to compare

Improve Event Definition type with additional generics πŸ‘‰ #303

v2.0.3

21 Apr 16:38
f3df032
Compare
Choose a tag to compare

Add debounce-event to the package list in the readme

google-analytics-gtag@1.0.2

15 Apr 21:33
5e6f8b8
Compare
Choose a tag to compare
Publish fix GA (gtag.js) target (#249)

v2.0.2

04 Apr 03:13
Compare
Choose a tag to compare

Updates to the Readme

v2.0.1

01 Apr 03:11
8cc3a30
Compare
Choose a tag to compare

v1.2.1

26 Oct 14:12
Compare
Choose a tag to compare

Patch

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

Install it from npm

npm install redux-beacon@1.2.1 --save

UMD builds

v1.2.0

28 Sep 23:56
Compare
Choose a tag to compare

Minor

πŸ’° The Google Analytics target now supports the Google Analytics Ecommerce Plugin. See the docs for more.

Install it from npm

npm install redux-beacon@1.2.0 --save

UMD builds

v1.1.0

17 Jun 17:57
Compare
Choose a tag to compare

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

UMD builds

v1.0.1

13 Jun 22:22
Compare
Choose a tag to compare

⚠️ 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

πŸ™Œ 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 redux-beacon@1.0.1 --save

UMD builds

v0.4.0

04 Jun 01:07
Compare
Choose a tag to compare

New Features

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

Other

πŸ“¦ Improved and streamlined webpack configs (#95)
βœ… Replaced typescript-definition-tester with typings-tester (#100)
πŸ“ˆ Added codecov githook (#101)

Install it from npm

npm install redux-beacon@0.4.0 --save

UMD builds