Skip to content

Releases: Countly/countly-sdk-web

Countly Web SDK 25.4.4

18 Dec 07:43
02f0dc7

Choose a tag to compare

  • Improved user property recording order with respect to sessions and events.

Countly Web SDK 25.4.3

02 Dec 14:05
9470148

Choose a tag to compare

  • Added filtering capability to content interface through enterContentZone(contentFilterCallback).

Countly Web SDK 25.4.2

03 Nov 11:57
56b4354

Choose a tag to compare

  • Mitigated an issue where manual feedback reporting could have failed
  • Mitigated a possible issue with request timeouts in IE11
  • Non window contexts also now uses POST requests by default
  • Added a new method uploadUserProfilePicture for uploading user profile images to server

Countly Web SDK 25.4.1

16 Jun 12:37
ed8cb72

Choose a tag to compare

  • Added automatic backoff mechanism which delays sending requests if server seems busy
  • Added disable_sdk_behavior_settings_updates init method for disabling Server Configuration sync requests
  • Added disable_backoff_mechanism init method for disabling backoff mechanism
  • Added timezone support for server

Countly Web SDK 25.4.0

18 Apr 13:57
e5c7bdb

Choose a tag to compare

  • ! Minor Breaking Change ! SDK now has Server Configuration feature and it is enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.

  • Mitigated an issue about orientation detection in Safari

  • Improved init time Content Zone logic

  • Improved error handler to include script loading issues

  • Improved the wrapper of Feedback Widgets

  • Added refreshContentZone method to Content interface for refreshing Content Zone requests

  • Added behavior_settings init time method for providing server configuration during first initialization

  • Added content_whitelist init time method that lets you whitelist your other domains for displaying Content

  • max_logs config option value will not be used anymore (use max_breadcrumb_count instead)

Countly Web SDK 25.1.0

04 Feb 14:27
bc8353e

Choose a tag to compare

  • Improved orientation reporting precision.

  • Reduced log verbosity.

  • Added a new init time config option crash_filter_callback for filtering crashes.

  • Mitigated an issue where content resizing did not work in certain orientations.

Countly Web SDK 24.11.4

10 Jan 14:58
809fcfe

Choose a tag to compare

  • Mitigated an issue where content and feedback interface methods would not have worked if async methods were used when multi instancing the SDK.

Countly Web SDK 24.11.3

09 Jan 16:01
fd3716e

Choose a tag to compare

  • Added support for content resizing (Experimental!)
  • Mitigated an issue where device ID type was assigned wrongly when SDK was generating an ID after stored device ID was cleared.
  • Mitigated an issue where device ID type of initially generated requests were not correctly reassigned after offline mode.

Countly Web SDK 24.11.2

09 Dec 16:29
a81d981

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

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!)