Releases: ijkml/nuxt-umami
Releases · ijkml/nuxt-umami
v2.4.0
What's Changed
- change [default] release tag to
latest
(#47)
Note:
Running npm i nuxt-umami
will install the latest version. nuxt-umami@next
is also available and equivalent.
Full Changelog: v2.3.1...v2.4.0
v2.2.1
What's Changed
- fix: use
document.location
instead of useRoute()
for reliability by @ijkml in #56
Full Changelog: v2.2.0...v2.2.1
v2.1.2
What's Changed
- feat: add support for custom endpoints (COLLECT_API_ENDPOINT) by @JOHN-DEV in #42
- chore(deps): update dependencies by @ijkml in #44
- perf: improve perf by caching preflight checks by @ijkml in #45
New Contributors
Full Changelog: v2.1.0...v2.1.2
v2.1.0
What's Changed
- feat: support providing host/id config as
.env
variables by @ijkml in #39
- feat: allow
domains
config to be an array by @ijkml in #40
- docs: update readme by @ijkml in #41
Full Changelog: v2.0.3...v2.1.0