Releases: Countly/countly-sdk-web
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.
Countly Web SDK 24.11.3
- 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
- Added a new init method to set the interval of Content Zone's timer (Experimental!):
content_zone_timer_intervalto set the timer interval inseconds
- Mitigated an issue about Content's positioning (Experimental!)
Countly Web SDK 24.11.1
- Deprecated
initializeRatingWidgetsmethod, usefeedback.showRatinginstead. - Deprecated
enableRatingWidgetsmethod, usefeedback.showRatinginstead. - Added an interface
contentfor Content feature methods:enterContentZone, to start Content checks (Experimental!)exitContentZone, to stop Content checks (Experimental!)