Skip to content

Releases: amplitude/Amplitude-JavaScript

v4.4.0

25 Jul 14:22
Compare
Choose a tag to compare
  • Added trackingOptions as a configuration option. This allows you to disable the automatic tracking of specific user properties such as ip_address, city, country, etc. See the Help Center Documentation for instructions on setting up th is configuration.

v4.3.0

17 Jul 05:11
Compare
Choose a tag to compare
  • Add more context to the 'No request sent' responses

v4.2.1

20 Apr 02:29
Compare
Choose a tag to compare
  • Add resetSessionId method that sets the sessionId to the current time.

v4.1.1

23 Mar 02:43
Compare
Choose a tag to compare
  • Fix bug where cookie data such as device id from older releases were not migrated

v4.1.0 [DEPRECATED]

18 Jan 21:51
Compare
Choose a tag to compare
  • Allow for numeric user ids

  • Namespace local storage with api key to prevent cross domain contamination

v4.0.0

21 Nov 01:22
Compare
Choose a tag to compare
  • Default forceHttps option to true

v3.8.0

27 Oct 22:20
Compare
Choose a tag to compare
  • Add logLevel config option

v3.7.0

14 Sep 19:25
Compare
Choose a tag to compare
  • Add setSessionId(sesionId) method. Note this is not recommended unless you know what are you doing. Please update the load snippets on your website to the latest version.
  • Added support for Bower. Install using bower install amplitude-js.
  • Switched from webpack to Rollup for building the SDK.

v3.6.0

13 Sep 22:49
Compare
Choose a tag to compare
  • Supports clean NPM module loading eg: const amplitude = require('amplitude'); or import 'amplitude' from 'amplitude-js';
  • SDK is now a proper UMD module. Supports RequireJS with r.js builds now.
  • Updated build process to use webpack

v3.4.1

29 Jun 19:50
Compare
Choose a tag to compare
  • Handle SDK loading errors in the load snippet. Please update the load snippets on your website to the latest version
  • Migrating setup instructions and SDK documentation in the README file to Zendesk articles.