Skip to content

Releases: Countly/countly-sdk-web

Countly Web SDK 24.11.2

09 Dec 16:29
a81d981
Compare
Choose a tag to compare
  • Added a new init method to set the interval of Content Zone's timer (Experimental!):
    • content_zone_timer_interval to set the timer interval in seconds
  • Mitigated an issue about Content's positioning (Experimental!)

Countly Web SDK 24.11.1

02 Dec 14:18
cf3e3d6
Compare
Choose a tag to compare
  • Deprecated initializeRatingWidgets method, use feedback.showRating instead.
  • Deprecated enableRatingWidgets method, use feedback.showRating instead.
  • Added an interface content for Content feature methods:
    • enterContentZone, to start Content checks (Experimental!)
    • exitContentZone, to stop Content checks (Experimental!)

Countly Web SDK 24.11.0

12 Nov 18:29
99be37d
Compare
Choose a tag to compare
  • Mitigated an issue where SDK could try to send old stored offline mode data during init if clear_stored_id was true

  • Mitigated an issue where the SDK could stayed on offline mode after the first init with offline_mode set to true

  • Mitigated an issue where old Rating widget stickers were not cleared when a new one was presented

  • Improved view tracking logic

  • Default request method is now set to "POST"

  • Healtchecks won't be sent in offline mode anymore

  • Added a new interface 'feedback' which includes convenience methods to show feedback widgets:

    • showNPS([String nameIDorTag]) - for displaying the first available NPS widget or one with the given name, Tag or ID value
    • showSurvey([String nameIDorTag]) - for displaying the first available Survey widget or one with the given name, Tag or ID value
    • showRating([String nameIDorTag]) - for displaying the first available Rating widget or one with the given name, Tag or ID value

Countly Web SDK 24.4.1

11 Sep 13:02
198b790
Compare
Choose a tag to compare
  • Added types for the SDK

  • Added a new method set_id(newDeviceId) for managing device ID changes according to the device ID Type

  • Mitigated an issue that could have prevented automatic Device Traces to not show up in server

Countly Web SDK 24.4.0

23 Apr 16:13
d428110
Compare
Choose a tag to compare

! Minor breaking change ! For implementations using salt the browser compatability is tied to SubtleCrypto's digest method support

  • Added the salt init config flag to add checksums to requests (for secure contexts only)
  • Improved Health Check feature stability
  • Added support for Feedback Widget terms and conditions

Countly Web SDK 23.12.6

26 Mar 17:25
53998e5
Compare
Choose a tag to compare
  • Mitigated an issue where error tracking could prevent SDK initialization in async mode

Countly Web SDK 23.12.5

30 Jan 11:00
6089dd7
Compare
Choose a tag to compare
  • Mitigated an issue where the SDK was not emptying the async queue explicity when closing a browser

Countly Web SDK 23.12.4

04 Jan 13:37
8c4b464
Compare
Choose a tag to compare
  • Enhanced userAgentData detection for bot filtering

Countly Web SDK 23.12.3

28 Dec 12:05
d929c1b
Compare
Choose a tag to compare
  • Added bot detection for workers
  • Added the ability to clear stored device IDs in the workers
  • Mitigated an issue where utm naming could have been affected if 'searchQuery' did not return '?'

Countly Web SDK 23.12.2

21 Dec 05:30
5a07d96
Compare
Choose a tag to compare
  • Improved bot detection capabilities