countly-sdk-web 21.11.4 → 22.2.2
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 +14 -0
- package/README.md +1 -1
- package/countly-sdk-web-22.2.2.tgz +0 -0
- package/cypress/integration/device_id.js +830 -0
- package/cypress/integration/utm.js +236 -0
- package/cypress/support/commands.js +6 -3
- package/cypress/support/helper.js +1 -1
- package/cypress/support/index.js +0 -1
- package/lib/countly.js +289 -124
- package/lib/countly.min.js +115 -111
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 22.02.2
|
|
2
|
+
- Fixed a bug where the minified version had issues with the heatmap feature
|
|
3
|
+
|
|
4
|
+
## 22.02.1
|
|
5
|
+
- Fixed a bug where heatmap files were not loading
|
|
6
|
+
|
|
7
|
+
## 22.02.0
|
|
8
|
+
- !! Major breaking change !! Device ID provided during the init will be ignored if a device ID was provided previously
|
|
9
|
+
- Added a new init time flag which erases the previously stored device ID. This allows to set new device ID during init
|
|
10
|
+
- Added a new functionality with which it is possible to check the device ID type
|
|
11
|
+
- Now it appends the device ID type with each request
|
|
12
|
+
- Fixed a bug where custom utm tags were being overridden
|
|
13
|
+
- Added a safety check preventing the user from changing the device ID at offline
|
|
14
|
+
|
|
1
15
|
## 21.11.4
|
|
2
16
|
- Fixed a bug where some server response formats were rejected
|
|
3
17
|
- Fixed a bug where some widgets' text color was not displayed correctly
|
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ or
|
|
|
30
30
|
|
|
31
31
|
Countly web SDK is available on CDNJS. Use either
|
|
32
32
|
|
|
33
|
-
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/
|
|
33
|
+
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/22.02.2/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/22.02.2/countly.min.js)
|
|
34
34
|
|
|
35
35
|
or
|
|
36
36
|
|
|
Binary file
|