Releases: Countly/countly-sdk-web
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!)
Countly Web SDK 24.11.0
-
Mitigated an issue where SDK could try to send old stored offline mode data during init if
clear_stored_idwas true -
Mitigated an issue where the SDK could stayed on offline mode after the first init with
offline_modeset 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
-
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