Skip to content

Releases: amplitude/Amplitude-JavaScript

v6.1.0

23 Apr 17:31
Compare
Choose a tag to compare
  • Use a more compact format for newly generated device IDs
  • Fix issue with react native failing to initialize metadatastorage

v6.0.1

23 Apr 17:23
Compare
Choose a tag to compare
  • Fix issue where the UMD module did not build

v6.0.0

23 Apr 17:21
Compare
Choose a tag to compare
  • Use a more compact cookie format
  • Fix issue where a cookie key could have a space appear inside of it
  • Allow for localStorage fallback with the disableCookie option.
  • Only new and unseen devices will get the compact cookie. cookieForceUpgrade will force all browsers to upgrade and delete the old cookie.

Breaking Changes

  • The cookie format has been changed to be more compact. If you use the same Amplitude project(API key) across multiple applications, and you track anonymous users across those applications, you will want to update amplitude across all those applications at the same time.

5.12.0

23 Apr 17:19
Compare
Choose a tag to compare
  • Use an IIFE build for the snippet. This will solve issues where the snippet wouldn't load for require js users

v5.11.0

23 Apr 17:18
Compare
Choose a tag to compare
  • Add a sameSiteCookie option to set the SameSite cookie. It is set to None by default

v5.10.0

10 Mar 21:59
Compare
Choose a tag to compare
  • Library field for event will include amplitude-react-native when using SDK in react native.
  • Device Type field now will show the actual device model instead of OS name.

v5.9.0

03 Feb 18:26
Compare
Choose a tag to compare
  • Add default versionName to for react-native

v5.8.0

06 Dec 21:58
6bc9065
Compare
Choose a tag to compare
  • Add support to defer saving an amplitude cookie and logging events until a user has opted in

v5.7.1

03 Dec 20:55
9dcf242
Compare
Choose a tag to compare
  • Fix issue where null unsentKey and unsentIdentifyKeys were causing log crashes

v5.7.0

23 Nov 00:41
Compare
Choose a tag to compare
  • Namespace AsyncStorage with api key to prevent cross domain contamination