Releases: amplitude/Amplitude-JavaScript
Releases · amplitude/Amplitude-JavaScript
v2.6.1
- 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]
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
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
- 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
- Add support for passing callback functions to logEvent
v2.3.0
- Add option to batch events into a single request.
v2.2.1
- Fix bug where multi-byte unicode characters were hashed improperly.
- Add option to sent referrer information as user properties
v2.2.0
- 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
- Add support for logging revenue data.
- Add opt out setting to disable logging for a user.
v2.0.4
- Added includeUtm option
- Added isNewSession method