You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+52-30Lines changed: 52 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,55 @@
1
-
## XX.XX.XX
2
-
Added experimental support for the web platform in the Countly Flutter SDK. Some functionalities are not yet fully supported. Below is the list of limitations for the web platform:
3
-
4
-
* Hybrid sessions are the default; full manual sessions are not supported.
5
-
* Features Not Supported: Push Notifications, APM, and Attribution.
6
-
* Countly.setUserLocation and Countly.disableLocation are unavailable.
7
-
* In Views, the following view-related functions are not supported:
8
-
* startView
9
-
* stopViewWithName
10
-
* stopViewWithID
11
-
* stopAllViews
12
-
* pauseViewWithID
13
-
* resumeViewWithID
14
-
* addSegmentationToViewWithName
15
-
* addSegmentationToViewWithID
16
-
* updateGlobalViewSegmentation
17
-
* setGlobalViewSegmentation
18
-
* In Remote Config, the clearAll function is unavailable, and caching functionality is not provided.
19
-
* In A/B Testing the following are not supported:
20
-
* exitABTestsForKeys
21
-
* Variant-level control
22
-
* Experiment-level control
23
-
* Star Rating and related configuration options are unavailable.
24
-
* User properties during initialization are not supported.
25
-
* Custom network headers are not supported.
26
-
* Dropping old requests is not supported.
27
-
* Content zone global callback is not supported.
28
-
* Experimental configuration options are not supported.
29
-
30
-
* Added underlying Web SDK version to 24.11.2
1
+
## 25.1.0
2
+
* Added experimental support for the web platform in the Countly Flutter SDK. Some functionalities are not yet fully supported. Below is the list of limitations for the web platform:
3
+
* Hybrid sessions are the default; full manual sessions are not supported.
4
+
* Features Not Supported: Push Notifications, APM, and Attribution.
5
+
* Countly.setUserLocation and Countly.disableLocation are unavailable.
6
+
* In Views, the following view-related functions are not supported:
7
+
* startView
8
+
* stopViewWithName
9
+
* stopViewWithID
10
+
* stopAllViews
11
+
* pauseViewWithID
12
+
* resumeViewWithID
13
+
* addSegmentationToViewWithName
14
+
* addSegmentationToViewWithID
15
+
* updateGlobalViewSegmentation
16
+
* setGlobalViewSegmentation
17
+
* In Remote Config, the clearAll function is unavailable, and caching functionality is not provided.
18
+
* In A/B Testing the following are not supported:
19
+
* exitABTestsForKeys
20
+
* Variant-level control
21
+
* Experiment-level control
22
+
* Star Rating and related configuration options are unavailable.
23
+
* User properties during initialization are not supported.
24
+
* Custom network headers are not supported.
25
+
* Dropping old requests is not supported.
26
+
* Content zone global callback is not supported.
27
+
* Experimental configuration options are not supported.
28
+
29
+
* Added 'event' interface for events methods which are
0 commit comments