Skip to content

Releases: Kameleoon/client-js

JavaScript SDK 3.4.1

12 Jul 13:42
Compare
Choose a tag to compare

Patch Changes

  • ClientConfiguration and RemoteData Kameleoon Exceptions are now more informative
  • getEngineTrackingCode output code is now correctly overrides experiment variation assigned by JS Script
  • Updated dependencies

JavaScript SDK 3.4.0

21 Jun 15:13
Compare
Choose a tag to compare

Features

  • Added new networkDomain parameter in SDKConfigurationType for configuring custom network domain for all outgoing requests.
  • SDKConfigurationType parameter domain was deprecated and will be removed in the next major version. Instead new cookieDomain is available.
  • Added new optional External Dependency - Requester for implementing custom network request handler
  • Added new KameleoonUtils methods:

Patch Changes

JavaScript SDK 3.3.0

24 May 13:22
Compare
Choose a tag to compare

Features

Patch Changes

JavaScript SDK 3.2.0

07 May 15:35
Compare
Choose a tag to compare

Features

  • New method getActiveFeatureFlags for retrieving feature flags that are active for visitor with detailed variation and variables information.

Patch Changes

JavaScript SDK 3.1.0

22 Apr 07:29
Compare
Choose a tag to compare

Features

Patch Changes

  • Improved visits data collection logic
  • Fixed the issue with when _ variable was transformed to duplicate identifier a causing TypeError
  • Kameleoon network request headers are now properly used
  • Browser condition could throw an error when the browser version wasn't specified on Kameleoon Platform
  • Geolocation condition is now case insensitive
  • SDK Core version is no more sent with tracking
  • Updated dependencies

JavaScript SDK 3.0.1

21 Feb 14:28
Compare
Choose a tag to compare

Patch Changes

  • Added support for additional Data API servers across the world for even faster network requests
  • Updated dependencies

JavaScript SDK 3.0.0

16 Feb 11:40
Compare
Choose a tag to compare

Breaking Changes

  • Previously deprecated KameleoonUtils.getVisitorCode() was removed

Features

Patch Changes

JavaScript SDK 2.5.2

07 Feb 11:09
Compare
Choose a tag to compare

Bug fixes

  • Tracking wasn't sent if consent is required

JavaScript SDK 2.5.1

29 Jan 11:57
Compare
Choose a tag to compare

Bug fixes

JavaScript SDK 2.5.0

25 Jan 08:16
Compare
Choose a tag to compare

Bug fixes

  • SDK threw an error reading storage when migrating from older SDK versions

Features

  • Added new SDK configuration parameter requestTimeout, which defines maximum time in milliseconds after which any SDK network request will fail