Piwik React Router Versions Save

Piwik analytics component for react-router

0.12.1

6 years ago
  • simplified piwik existence check and removed script data-attribute #46 (2b8afaa)
  • cleanup (793d44c)
  • handling the replacement of _paq with piwiks TrackerProxy (8fcb9ac)

0.11.0

6 years ago
  • Merge branch 'master' of https://github.com/joernroeder/piwik-react-router (d142dad)
  • Merge pull request #47 from caalberts/master (96df037)
  • Use setUserId() in piwik initializer (383cc6e)
  • Add a public API to set user id (f303713)
  • tabs vs spaces (095cd25)

0.12.0

6 years ago
  • removed duplication (8fa0e7e)
  • Merge pull request #46 from joernroeder/already-initialized (20c9caf)
  • update readme and removed duplicated code (687ed25)
  • fixed api keys. thx @larsnystrom (ea1d39e)
  • updated tests to fix coverage (95aa781)
  • Merge branch 'master' into already-initialized (0f16ef9)
  • renamed .release.json to .release-it.json (b64b29b)
  • using window._paq to fix tests. #46 (6f3ba53)
  • updated external piwik detection to allow instanitation without siteId or url if injectScript is disabled #46 (4d030c3)
  • updated Readme (9a87e15)
  • added dynamic "already initialized" handling without the need to set a flag manually. heavily inspired by #42. closes #41 (e7b671c)

0.10.0

6 years ago
  • fixed option headline (81a67fe)
  • Merge pull request #43 from oradian/master (094e627)
  • Use ES5 for new tests (caaba7b)
  • Allow setting of custom error handler (c94e376)
  • updated code example syntax highlighting to jsx and switched to constants in Readme. (999fe4b)
  • Create CODE_OF_CONDUCT.md (56de8f9)
  • Create LICENSE (e926885)

0.9.0

6 years ago
  • added modifier argument to .connectToHistory(). closes #40 (af3cbc6)

0.8.2

7 years ago
  • fixed conflict resolve bug (1be2582)
  • Merge pull request #33 from tbtz/optional-piwik-injection (9567420)
  • Merge branch 'master' into optional-piwik-injection (086786e)
  • Edit documentation (cf26eec)
  • Optionally disable injection of piwik script (c9daab1)

0.8.1

7 years ago
  • Merge pull request #35 from LINKIWI/client-server-tracker-options (e72b239)
  • Add option for setting client/server tracker names (piwik.js, piwik.php) (6e2dfaa)
  • Updated Readme (2510ae2)

0.8.0

7 years ago
  • Merge pull request #32 from jbbr/master (57832c9)
  • Updated dependencies to allow history 4.x (3e19d53)
  • Update README.md (835dafd)

0.7.1

7 years ago

had to republish the Release (and bump the version) due to an npm publish error.

0.7.0

7 years ago
  • Merge pull request #31 from joernroeder/fix-initial-visit (49cdcc1)
  • increased test coverage (4e2ad75)
  • removed console.log (534fc55)
  • fixed #30 (36338df)