Skip to content

Releases: Kameleoon/client-js

JavaScript SDK 2.4.1

15 Dec 11:13
Compare
Choose a tag to compare

Bug fixes

  • Fix nonce for Conversion data

JavaScript SDK 2.4.0

12 Dec 13:18
Compare
Choose a tag to compare

Features

Bug fixes

  • Custom Data mapping identifier wasn't tracked correctly

JavaScript SDK 2.3.0

11 Dec 15:22
Compare
Choose a tag to compare

Features

Bug fixes

  • Targeting data cleanup caused TypeError

JavaScript SDK 2.2.1

04 Dec 12:56
Compare
Choose a tag to compare

Bug fixes

  • Client cookie is now set properly

JavaScript SDK 2.2.0

30 Nov 15:27
Compare
Choose a tag to compare

JavaScript SDK 2.1.0

24 Nov 11:15
bfa5314
Compare
Choose a tag to compare

Features

  • Added setLegalConsent method to determine the types data Kameleoon includes in tracking requests. This helps you adhere to legal and regulatory requirements while responsibly managing visitor data. You can find more information in the Consent management policy.

JavaScript SDK 2.0.0

16 Nov 16:14
Compare
Choose a tag to compare

Breaking change

  • SDK stopped the support of Web Experiments, the following methods were removed:
    • getExperiments
    • getVisitorExperiments
    • triggerExperiment
  • Previously deprecated flushData method was removed
  • KameleoonClient parameters are now an object with type SDKParameters
  • getRemoteVisitorData method parameters were changed to an object with type RemoteVisitorDataParamsType that has a new filters field

Features

Bug fixes

  • SDKParameters type is now correctly exported from SDK
  • SDK Polling re-tries mechanism was optimized - SDK will now try to obtain configuration again during the next poll after 3 failed configuration loading attempts
  • onConfigurationUpdate callback now fires on successful configuration update in storage (previously fired after network configuration retrieval)

JavaScript SDK 1.8.1

20 Oct 13:49
Compare
Choose a tag to compare

Bug fixes

  • Fix previous version deploy issue

JavaScript SDK 1.8.0

20 Oct 10:53
Compare
Choose a tag to compare

JavaScript SDK 1.7.4

11 Oct 11:31
Compare
Choose a tag to compare

Bug fixes

  • Storage data parse overhead optimization