Releases: amplitude/Amplitude-JavaScript
Releases · amplitude/Amplitude-JavaScript
v7.3.3
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
7.3.2 (2020-11-05)
Bug Fixes
v7.3.1
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
7.3.0 (2020-10-15)
Features
v7.2.2
7.2.2 (2020-09-25)
Bug Fixes
v7.2.1
7.2.1 (2020-09-22)
Bug Fixes
v7.2.0
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
- Fix an issue with detection of whether or not cookies are enabled on a device
v7.1.0
- 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
- 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.