Skip to content

v0.20.0

Compare
Choose a tag to compare
@mikecao mikecao released this 01 Sep 05:32
· 3783 commits to master since this release
bf6df36

New features

Toast notifications

image

Loading indicators and refresh button

image

Custom host URL

By setting data-host-url attribute in the umami tracker, you can tell umami where to make the API calls. For instance to
a subfolder or another domain.

<script async defer 
  data-website-id="83dd64c4-17ad-4e3e-a905-b3d8c867c1a5"
  src="http://mywebsite.com/umami.js"
  data-host-url="http://umami.mywebsite.com">
</script>