Releases: Countly/countly-sdk-web
Countly Web SDK 26.1.1
- Improved device metric detection capabilities.
Countly Web SDK 26.1.0
-
Added support for SBS flags:
- Event whitelisting / blacklisting
- Segmentation whitelisting / blacklisting (global and per-event)
- User property whitelisting / blacklisting
- Journey trigger events
-
Added support for Feedback Widget resizing logic (will need server update to benefit.)
-
Improved testing consistency of queuing system
-
Mitigated an issue where an unintended URL was opened when closing a feedback widget after a content block was closed.
Countly Web SDK 25.4.5
- Added SDK info methods:
Countly.sdk_version()for retrieving current SDK versionCountly.sdk_name()for retrieving the SDK name
Countly Web SDK 25.4.4
- Improved user property recording order with respect to sessions and events.
Countly Web SDK 25.4.3
- Added filtering capability to
contentinterface throughenterContentZone(contentFilterCallback).
Countly Web SDK 25.4.2
- 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
uploadUserProfilePicturefor uploading user profile images to server
Countly Web SDK 25.4.1
- Added automatic backoff mechanism which delays sending requests if server seems busy
- Added
disable_sdk_behavior_settings_updatesinit method for disabling Server Configuration sync requests - Added
disable_backoff_mechanisminit method for disabling backoff mechanism - Added timezone support for server
Countly Web SDK 25.4.0
-
! 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
refreshContentZonemethod to Content interface for refreshing Content Zone requests -
Added
behavior_settingsinit time method for providing server configuration during first initialization -
Added
content_whitelistinit time method that lets you whitelist your other domains for displaying Content -
max_logsconfig option value will not be used anymore (usemax_breadcrumb_countinstead)
Countly Web SDK 25.1.0
-
Improved orientation reporting precision.
-
Reduced log verbosity.
-
Added a new init time config option
crash_filter_callbackfor filtering crashes. -
Mitigated an issue where content resizing did not work in certain orientations.
Countly Web SDK 24.11.4
- Mitigated an issue where
contentandfeedbackinterface methods would not have worked if async methods were used when multi instancing the SDK.