@atlaskit/tmp-editor-statsig 1.1.0 → 1.2.0

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 CHANGED
@@ -1 +1,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
+
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#131878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131878)
8
+ [`705fe39cae267`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/705fe39cae267) -
9
+ [ED-24597] Update to log `platform_editor_basic_text_transformations` exposure event only for
10
+ users meet all of 3 checks:
11
+
12
+ - Are enrolled to the experiment
13
+ - Have AI disabled
14
+ - Make top level text selection
@@ -43,5 +43,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
43
43
  param: 'isEnabled',
44
44
  typeGuard: isBoolean,
45
45
  defaultValue: false
46
+ },
47
+ // Add 2024-08-14
48
+ 'basic-text-transformations': {
49
+ productKeys: {
50
+ confluence: 'platform_editor_basic_text_transformations'
51
+ },
52
+ param: 'isEnabled',
53
+ typeGuard: isBoolean,
54
+ defaultValue: false
46
55
  }
47
56
  };
@@ -37,5 +37,14 @@ export const editorExperimentsConfig = {
37
37
  param: 'isEnabled',
38
38
  typeGuard: isBoolean,
39
39
  defaultValue: false
40
+ },
41
+ // Add 2024-08-14
42
+ 'basic-text-transformations': {
43
+ productKeys: {
44
+ confluence: 'platform_editor_basic_text_transformations'
45
+ },
46
+ param: 'isEnabled',
47
+ typeGuard: isBoolean,
48
+ defaultValue: false
40
49
  }
41
50
  };
@@ -37,5 +37,14 @@ export var editorExperimentsConfig = {
37
37
  param: 'isEnabled',
38
38
  typeGuard: isBoolean,
39
39
  defaultValue: false
40
+ },
41
+ // Add 2024-08-14
42
+ 'basic-text-transformations': {
43
+ productKeys: {
44
+ confluence: 'platform_editor_basic_text_transformations'
45
+ },
46
+ param: 'isEnabled',
47
+ typeGuard: isBoolean,
48
+ defaultValue: false
40
49
  }
41
50
  };
@@ -31,5 +31,13 @@ export declare const editorExperimentsConfig: {
31
31
  typeGuard: typeof isBoolean;
32
32
  defaultValue: boolean;
33
33
  };
34
+ 'basic-text-transformations': {
35
+ productKeys: {
36
+ confluence: string;
37
+ };
38
+ param: string;
39
+ typeGuard: typeof isBoolean;
40
+ defaultValue: boolean;
41
+ };
34
42
  };
35
43
  export {};
@@ -31,5 +31,13 @@ export declare const editorExperimentsConfig: {
31
31
  typeGuard: typeof isBoolean;
32
32
  defaultValue: boolean;
33
33
  };
34
+ 'basic-text-transformations': {
35
+ productKeys: {
36
+ confluence: string;
37
+ };
38
+ param: string;
39
+ typeGuard: typeof isBoolean;
40
+ defaultValue: boolean;
41
+ };
34
42
  };
35
43
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",