npm mixpanel-browser 2.27.0
New inapp config options and long-TLD cross-subdomain support

latest releases: 2.51.0, 2.50.0, 2.49.0...
5 years ago
  • new Mixpanel config option inapp_link_new_window controls whether links in inapp notifications will open in a new window/tab (defaults to false)
  • new Mixpanel config option inapp_protocol takes precedence over built-in protocol-agnostic resource links (for instance loading https://example.com/image.png rather than //example.com/image.png)
  • cross-subdomain tracking now works for TLDs with more than 6 characters, like .company

Example usage of new configuration options:

mixpanel.init('<MY-TOKEN>', {
  inapp_link_new_window: true,
  inapp_protocol: 'https://',
});

Don't miss a new mixpanel-browser release

NewReleases is sending notifications on new releases.