countly-sdk-web 24.11.2 → 24.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/cypress/e2e/bridged_utils.cy.js +1 -1
- package/cypress/e2e/device_id_init_scenarios.cy.js +1386 -574
- package/cypress/fixtures/multi_instance.html +4 -0
- package/cypress/support/helper.js +8 -5
- package/lib/countly.js +123 -41
- package/lib/countly.min.js +177 -173
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 24.11.4
|
|
2
|
+
|
|
3
|
+
- Mitigated an issue where `content` and `feedback` interface methods would not have worked if async methods were used when multi instancing the SDK.
|
|
4
|
+
|
|
5
|
+
## 24.11.3
|
|
6
|
+
|
|
7
|
+
- Added support for content resizing (Experimental!)
|
|
8
|
+
- Mitigated an issue where device ID type was assigned wrongly when SDK was generating an ID after stored device ID was cleared.
|
|
9
|
+
- Mitigated an issue where device ID type of initially generated requests were not correctly reassigned after offline mode.
|
|
10
|
+
|
|
1
11
|
## 24.11.2
|
|
2
12
|
- Added a new init method to set the interval of Content Zone's timer (Experimental!):
|
|
3
13
|
- `content_zone_timer_interval` to set the timer interval in `seconds`
|