v2.1.0
Changes
-
The
umami.track
method has changed to be more consistent and easier to use. See https://umami.is/docs/tracker-functions for more information. Notable changes are:- You no longer need to wrap your event custom data in a data property
{ data: { ... } }
.
Just useumami.track('my-event', { id: 123 })
. - You can send your own custom payload by passing an object,
umami.track({ ... })
.
- You no longer need to wrap your event custom data in a data property
-
The Tracking Code form will now show the alternate script name if
TRACKER_SCRIPT_NAME
is set.
-
You can now enter multiple entries in
TRACKER_SCRIPT_NAME
comma separated, for examplea.js, b.js, c.js
-
Added page titles to every page
Fixes
- Fixed tracker not working on anchor tags with deeply nested elements
- Fixed display of elements in RTL languages
- Fixed realtime count of visitors
- Fixed issue with changing passwords
Updates
- Language translation updates
A huge thanks to all the contributors on this release! @kaisteinke @atmonshi @MBRjun @Maxime-J @ym-project @winterrific