Skip to content

v1.5.0

Compare
Choose a tag to compare
@icio icio released this 24 Sep 09:11
· 58 commits to v1 since this release

New Features

  • You can now install v1 in un-minified, with-comments UMD/CommonJS format from npm. If you're using a JavaScript build system already this might make keeping up-to-date simpler for you. (#132 #138)
  • For track bundle users, you can now provide a page initialisation option which is used to annotate the initial page-load event with extra descriptions. For single-page apps where you might call r.track.load() you can pass these in as r.track.load(page). (#144)