Skip to content

Releases: amplitude/Amplitude-JavaScript

v7.3.3

12 Nov 00:52
Compare
Choose a tag to compare

7.3.3 (2020-11-12)

Bug Fixes

  • validation: Be able to take in and validate null object event/user properties (1ed41a3)

v7.3.2

05 Nov 23:03
Compare
Choose a tag to compare

7.3.2 (2020-11-05)

Bug Fixes

v7.3.1

30 Oct 23:58
Compare
Choose a tag to compare

7.3.1 (2020-10-30)

Bug Fixes

  • react-native: Change @react-native-community/async-storage to @react-native-async-storage/async-storage (#314) (382c5a4)

v7.3.0

15 Oct 18:27
Compare
Choose a tag to compare

7.3.0 (2020-10-15)

Features

v7.2.2

25 Sep 18:13
Compare
Choose a tag to compare

7.2.2 (2020-09-25)

Bug Fixes

v7.2.1

22 Sep 19:51
Compare
Choose a tag to compare

7.2.1 (2020-09-22)

Bug Fixes

v7.2.0

22 Sep 16:56
Compare
Choose a tag to compare

7.2.0 (2020-09-22)

Bug Fixes

  • cookies: respect the options passed into cookies when testing to see if they're enabled (#294) (61b6590)

Features

v7.1.1

26 Aug 23:24
Compare
Choose a tag to compare
  • Fix an issue with detection of whether or not cookies are enabled on a device

v7.1.0

15 Jul 16:43
Compare
Choose a tag to compare
  • Sync with upstream ua-parser to detect more browsers and devices
  • Fix race condition where the SDK might write to the wrong cookie domain
  • Fix race condition where the SDK might think cookies are disabled
  • Revert Device Type field change from version 5.10.0 to show OS name again.
  • Default SameSite cookie setting to Lax

Breaking Changes

  • The SDK cookie now defaults to SameSite=Lax
  • Windows Phone, IE Mobile, and Opera Mobile devices will be reported to amplitude slightly different. They will appear as "Windows Phone OS", "IEMobile", and "Opera Mobile" respectively.
  • The device type field has gone back to showing OS name.

v6.2.0

02 May 07:29
Compare
Choose a tag to compare
  • Invoke the logEvent callbacks when a request is actually sent or when we give up on sending a request.
  • Pass the initialized amplitude instance to the onInit callback.
  • Fix language validation issue that occured when language was undefined.