Skip to content

Releases: Kameleoon/client-react

React/React Native SDK 7.5.1

25 Aug 13:45
Compare
Choose a tag to compare

Bug fixes

  • Multiple Real Time Update connections are no longer created
  • Custom Data Condition now handles all exceptions properly

React/React Native SDK 7.5.0

11 Aug 17:04
Compare
Choose a tag to compare

Bug fixes

  • Empty Custom Data is now sending activity tracking event

Features

React/React Native SDK 7.4.1

26 Jul 10:17
Compare
Choose a tag to compare

Bug fixes

  • The returned function of useFlush now sends offline tracking requests even if there's no new data to track.
  • Timestamps for offline requests are set correctly.

React/React Native SDK 7.4.0

21 Jul 11:09
2f0f7d1
Compare
Choose a tag to compare

Features

  • useFlushData has been deprecated in favor of useFlush.
  • The function returned from useFlush sends failed tracking requests that were stored locally during the offline mode at first and then proceeds with the latest request.

React/React Native SDK 7.3.2

17 Jul 14:19
Compare
Choose a tag to compare

client-react

30 Jun 12:41
Compare
Choose a tag to compare

Bug fixes

  • Tracking data duplication

client-react

28 Jun 14:54
Compare
Choose a tag to compare

Bug fixes

  • Improve error handling for getRemoteVisitorData
  • Visitor code is now validated correctly in every method that uses it.
  • Result bundle is now compatible with systems not using ESM and CommonJS. It's minimized and uses code splitting for crypto-js sha256 function.
  • Parameter revenue for Conversion is now optional.
  • Each visitor can now only have one type of associated Kameleoon Data Type, except for CustomData, that a visitor can have one per customDataIndex.

Features

  • New conditions are now supported: Device, Browser, SDKLanguage, Page Title, Page View, Visitor Code, Conversion. See the full list of supported conditions.
  • Browser now has new optional parameter version.
  • flushData visitorCode parameter is now optional.
  • Custom data that is marked as local only on Kameleoon Platform is now only used for targeting (not flushed with tracking requests).

client-react

01 Jun 13:07
Compare
Choose a tag to compare

Bug fixes

  • Empty visitor code is no more allowed
  • Incorrect tracking body upon triggering an experiment

client-react

24 May 09:08
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue for sending unique Nonce parameter on tracking requests

client-react

21 May 03:57
Compare
Choose a tag to compare

Bug fixes