Snowplow JavaScript Trackers v3.0.1 released

We’re pleased to announce the latest update to our JavaScript Trackers. This release includes updates to @snowplow/browser-tracker and @snowplow/node-tracker, as well as the tag based sp.js from @snowplow/javascript-tracker.

This release fixes some small issues and improves the developer experience of working in the v3 codebase.

Click here for more information on what the Version 3 release of the Snowplow JavaScript Trackers contained. Also check out our recent post on building your own plugins.

CHANGELOG

Updates

Fix types on buildPageView in tracker-core (#947)
Fix typo in link-click-tracking plugin (#946)
Mark packages as sideEffect: false (#951)
Add peerDependencies to plugins (#950)

Under the hood

Fix GitHub Action not tagging the Rush commits (#944)
Add unit tests to plugin track* functions (#954)
Fix link to documentation in README.md (#949)
Bump lodash to 4.17.21 (#953)
Bump rush to 5.43 (#952)

3 Likes