github umami-software/umami v2.1.0

latest releases: v2.13.2, v2.13.1, v2.13.0...
17 months ago

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 use umami.track('my-event', { id: 123 }).
    • You can send your own custom payload by passing an object, umami.track({ ... }).
  • The Tracking Code form will now show the alternate script name if TRACKER_SCRIPT_NAME is set.
    image

  • You can now enter multiple entries in TRACKER_SCRIPT_NAME comma separated, for example a.js, b.js, c.js

  • Country names are now shown next to region names:
    image

  • 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

Don't miss a new umami release

NewReleases is sending notifications on new releases.