Skip to content

Releases: amplitude/Amplitude-JavaScript

v2.6.1

07 Nov 01:29
Compare
Choose a tag to compare
  • Localstorage is not persisted across subdomains, reverting cookie data migration and adding a reverse migration path for users already on 2.6.0.

v2.6.0 [DEPRECATED]

03 Nov 07:56
Compare
Choose a tag to compare

THIS VERSION HAS BEEN DEPRECATED, DO NOT USE

  • Migrate cookie data to local storage to address issue where having cookies disabled causes SDK to generate a new deviceId for returning users.

v2.5.0

01 Oct 00:42
Compare
Choose a tag to compare

Semi-major update. Please update your script embed code.

  • Add support for user properties operations (set, setOnce, add, unset). Please refer to the readme for more information.
  • Fix bug to run queued functions after script element is loaded and set to window.

v2.4.1

22 Sep 00:25
Compare
Choose a tag to compare
  • Add support for passing callback function to init.
  • Fix bug to check that Window localStorage is available for use.
  • Fix bug to prevent scheduling multiple event uploads.

v2.4.0

04 Sep 19:27
Compare
Choose a tag to compare
  • Add support for passing callback functions to logEvent

v2.3.0

04 Sep 19:26
Compare
Choose a tag to compare
  • Add option to batch events into a single request.

v2.2.1

14 Aug 00:32
Compare
Choose a tag to compare
  • Fix bug where multi-byte unicode characters were hashed improperly.
  • Add option to sent referrer information as user properties

v2.2.0

12 May 06:53
Compare
Choose a tag to compare
  • Use gzipped version of the library by default. If you still need the uncompressed version, remove ".gz" from the script url in your integration snippet.
  • Upgrade user agent parser for browser detection to keep up-to-date with browser updates.
  • Fix bug where Android browsers were reported as Safari on Linux.
  • Fix bug with line endings in UTF-8 encoder that was causing issues with checksums.

v2.1.0

12 May 06:53
Compare
Choose a tag to compare
  • Add support for logging revenue data.
  • Add opt out setting to disable logging for a user.

v2.0.4

02 Mar 22:07
Compare
Choose a tag to compare
  • Added includeUtm option
  • Added isNewSession method