@atlaskit/tmp-editor-statsig 94.0.0 → 98.0.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 +45 -0
- package/dist/cjs/experiments-config.js +0 -33
- package/dist/es2019/experiments-config.js +0 -33
- package/dist/esm/experiments-config.js +0 -33
- package/dist/types/experiments-config.d.ts +0 -24
- package/dist/types-ts4.5/experiments-config.d.ts +0 -24
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 98.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f89de6a3f94b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f89de6a3f94b5) -
|
|
8
|
+
Clean up stale experiment editor_a11y_decision_aria_label. Decision items now always render
|
|
9
|
+
dynamic aria-labels based on empty/filled state.
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`1d7eb738bd45c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d7eb738bd45c) -
|
|
14
|
+
Cleaned up stale experiment platform_editor_table_sticky_header_patch_11
|
|
15
|
+
|
|
16
|
+
## 97.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- [`390501e03bc0a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/390501e03bc0a) -
|
|
21
|
+
Cleanup experiment `platform_editor_fix_comment_border` (shipped with isEnabled=true). Removed
|
|
22
|
+
experiment guards and config entries.
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [`6e5305ed556df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e5305ed556df) -
|
|
27
|
+
revert removal of FG platform_editor_remove_important_in_render_ext
|
|
28
|
+
|
|
29
|
+
## 96.0.0
|
|
30
|
+
|
|
31
|
+
### Major Changes
|
|
32
|
+
|
|
33
|
+
- [`c6797e45d5bae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c6797e45d5bae) -
|
|
34
|
+
Cleaned up stale experiment platform_editor_user_highlight_contrast. Merged userHighlightTextColor
|
|
35
|
+
styles into userHighlightBackgroundColor and removed experiment configuration.
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
|
|
41
|
+
## 95.0.0
|
|
42
|
+
|
|
43
|
+
### Major Changes
|
|
44
|
+
|
|
45
|
+
- [`086ba910930e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/086ba910930e9) -
|
|
46
|
+
FFCLEANUP-96543 - cleanup fg platform_editor_remove_important_in_render_ext
|
|
47
|
+
|
|
3
48
|
## 94.0.0
|
|
4
49
|
|
|
5
50
|
### Major Changes
|
|
@@ -90,15 +90,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
90
90
|
param: 'isEnabled',
|
|
91
91
|
defaultValue: false
|
|
92
92
|
}),
|
|
93
|
-
// Added 2026-02-20
|
|
94
|
-
editor_a11y_decision_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
95
|
-
productKeys: {
|
|
96
|
-
confluence: 'editor_a11y_decision_aria_label',
|
|
97
|
-
jira: 'editor_a11y_decision_aria_label'
|
|
98
|
-
},
|
|
99
|
-
param: 'isEnabled',
|
|
100
|
-
defaultValue: false
|
|
101
|
-
}),
|
|
102
93
|
// Added 03-09-2025
|
|
103
94
|
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
104
95
|
productKeys: {
|
|
@@ -1162,14 +1153,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1162
1153
|
param: 'isEnabled',
|
|
1163
1154
|
defaultValue: false
|
|
1164
1155
|
}),
|
|
1165
|
-
// Added 2026-01-12
|
|
1166
|
-
platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1167
|
-
productKeys: {
|
|
1168
|
-
confluence: 'platform_editor_table_sticky_header_patch_11'
|
|
1169
|
-
},
|
|
1170
|
-
param: 'isEnabled',
|
|
1171
|
-
defaultValue: false
|
|
1172
|
-
}),
|
|
1173
1156
|
// Added 2026-02-16
|
|
1174
1157
|
platform_editor_ai_fix_insert_after_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1175
1158
|
productKeys: {
|
|
@@ -1803,14 +1786,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1803
1786
|
param: 'isEnabled',
|
|
1804
1787
|
defaultValue: false
|
|
1805
1788
|
}),
|
|
1806
|
-
// Added 2026-02-004
|
|
1807
|
-
platform_editor_user_highlight_contrast: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1808
|
-
productKeys: {
|
|
1809
|
-
confluence: 'platform_editor_user_highlight_contrast'
|
|
1810
|
-
},
|
|
1811
|
-
param: 'isEnabled',
|
|
1812
|
-
defaultValue: false
|
|
1813
|
-
}),
|
|
1814
1789
|
// Added 2026-03-25
|
|
1815
1790
|
platform_editor_improve_preset_builder_logging: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1816
1791
|
productKeys: {
|
|
@@ -1827,14 +1802,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1827
1802
|
param: 'isEnabled',
|
|
1828
1803
|
defaultValue: false
|
|
1829
1804
|
}),
|
|
1830
|
-
// Added 2026-03-26
|
|
1831
|
-
platform_editor_fix_comment_border: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1832
|
-
productKeys: {
|
|
1833
|
-
confluence: 'platform_editor_fix_comment_border'
|
|
1834
|
-
},
|
|
1835
|
-
param: 'isEnabled',
|
|
1836
|
-
defaultValue: false
|
|
1837
|
-
}),
|
|
1838
1805
|
// Added 2026-04-23
|
|
1839
1806
|
'cc-markdown-mode': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1840
1807
|
productKeys: {
|
|
@@ -84,15 +84,6 @@ export const editorExperimentsConfig = {
|
|
|
84
84
|
param: 'isEnabled',
|
|
85
85
|
defaultValue: false
|
|
86
86
|
}),
|
|
87
|
-
// Added 2026-02-20
|
|
88
|
-
editor_a11y_decision_aria_label: createBooleanExperiment({
|
|
89
|
-
productKeys: {
|
|
90
|
-
confluence: 'editor_a11y_decision_aria_label',
|
|
91
|
-
jira: 'editor_a11y_decision_aria_label'
|
|
92
|
-
},
|
|
93
|
-
param: 'isEnabled',
|
|
94
|
-
defaultValue: false
|
|
95
|
-
}),
|
|
96
87
|
// Added 03-09-2025
|
|
97
88
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
98
89
|
productKeys: {
|
|
@@ -1156,14 +1147,6 @@ export const editorExperimentsConfig = {
|
|
|
1156
1147
|
param: 'isEnabled',
|
|
1157
1148
|
defaultValue: false
|
|
1158
1149
|
}),
|
|
1159
|
-
// Added 2026-01-12
|
|
1160
|
-
platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
|
|
1161
|
-
productKeys: {
|
|
1162
|
-
confluence: 'platform_editor_table_sticky_header_patch_11'
|
|
1163
|
-
},
|
|
1164
|
-
param: 'isEnabled',
|
|
1165
|
-
defaultValue: false
|
|
1166
|
-
}),
|
|
1167
1150
|
// Added 2026-02-16
|
|
1168
1151
|
platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
|
|
1169
1152
|
productKeys: {
|
|
@@ -1797,14 +1780,6 @@ export const editorExperimentsConfig = {
|
|
|
1797
1780
|
param: 'isEnabled',
|
|
1798
1781
|
defaultValue: false
|
|
1799
1782
|
}),
|
|
1800
|
-
// Added 2026-02-004
|
|
1801
|
-
platform_editor_user_highlight_contrast: createBooleanExperiment({
|
|
1802
|
-
productKeys: {
|
|
1803
|
-
confluence: 'platform_editor_user_highlight_contrast'
|
|
1804
|
-
},
|
|
1805
|
-
param: 'isEnabled',
|
|
1806
|
-
defaultValue: false
|
|
1807
|
-
}),
|
|
1808
1783
|
// Added 2026-03-25
|
|
1809
1784
|
platform_editor_improve_preset_builder_logging: createBooleanExperiment({
|
|
1810
1785
|
productKeys: {
|
|
@@ -1821,14 +1796,6 @@ export const editorExperimentsConfig = {
|
|
|
1821
1796
|
param: 'isEnabled',
|
|
1822
1797
|
defaultValue: false
|
|
1823
1798
|
}),
|
|
1824
|
-
// Added 2026-03-26
|
|
1825
|
-
platform_editor_fix_comment_border: createBooleanExperiment({
|
|
1826
|
-
productKeys: {
|
|
1827
|
-
confluence: 'platform_editor_fix_comment_border'
|
|
1828
|
-
},
|
|
1829
|
-
param: 'isEnabled',
|
|
1830
|
-
defaultValue: false
|
|
1831
|
-
}),
|
|
1832
1799
|
// Added 2026-04-23
|
|
1833
1800
|
'cc-markdown-mode': createBooleanExperiment({
|
|
1834
1801
|
productKeys: {
|
|
@@ -84,15 +84,6 @@ export var editorExperimentsConfig = {
|
|
|
84
84
|
param: 'isEnabled',
|
|
85
85
|
defaultValue: false
|
|
86
86
|
}),
|
|
87
|
-
// Added 2026-02-20
|
|
88
|
-
editor_a11y_decision_aria_label: createBooleanExperiment({
|
|
89
|
-
productKeys: {
|
|
90
|
-
confluence: 'editor_a11y_decision_aria_label',
|
|
91
|
-
jira: 'editor_a11y_decision_aria_label'
|
|
92
|
-
},
|
|
93
|
-
param: 'isEnabled',
|
|
94
|
-
defaultValue: false
|
|
95
|
-
}),
|
|
96
87
|
// Added 03-09-2025
|
|
97
88
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
98
89
|
productKeys: {
|
|
@@ -1156,14 +1147,6 @@ export var editorExperimentsConfig = {
|
|
|
1156
1147
|
param: 'isEnabled',
|
|
1157
1148
|
defaultValue: false
|
|
1158
1149
|
}),
|
|
1159
|
-
// Added 2026-01-12
|
|
1160
|
-
platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
|
|
1161
|
-
productKeys: {
|
|
1162
|
-
confluence: 'platform_editor_table_sticky_header_patch_11'
|
|
1163
|
-
},
|
|
1164
|
-
param: 'isEnabled',
|
|
1165
|
-
defaultValue: false
|
|
1166
|
-
}),
|
|
1167
1150
|
// Added 2026-02-16
|
|
1168
1151
|
platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
|
|
1169
1152
|
productKeys: {
|
|
@@ -1797,14 +1780,6 @@ export var editorExperimentsConfig = {
|
|
|
1797
1780
|
param: 'isEnabled',
|
|
1798
1781
|
defaultValue: false
|
|
1799
1782
|
}),
|
|
1800
|
-
// Added 2026-02-004
|
|
1801
|
-
platform_editor_user_highlight_contrast: createBooleanExperiment({
|
|
1802
|
-
productKeys: {
|
|
1803
|
-
confluence: 'platform_editor_user_highlight_contrast'
|
|
1804
|
-
},
|
|
1805
|
-
param: 'isEnabled',
|
|
1806
|
-
defaultValue: false
|
|
1807
|
-
}),
|
|
1808
1783
|
// Added 2026-03-25
|
|
1809
1784
|
platform_editor_improve_preset_builder_logging: createBooleanExperiment({
|
|
1810
1785
|
productKeys: {
|
|
@@ -1821,14 +1796,6 @@ export var editorExperimentsConfig = {
|
|
|
1821
1796
|
param: 'isEnabled',
|
|
1822
1797
|
defaultValue: false
|
|
1823
1798
|
}),
|
|
1824
|
-
// Added 2026-03-26
|
|
1825
|
-
platform_editor_fix_comment_border: createBooleanExperiment({
|
|
1826
|
-
productKeys: {
|
|
1827
|
-
confluence: 'platform_editor_fix_comment_border'
|
|
1828
|
-
},
|
|
1829
|
-
param: 'isEnabled',
|
|
1830
|
-
defaultValue: false
|
|
1831
|
-
}),
|
|
1832
1799
|
// Added 2026-04-23
|
|
1833
1800
|
'cc-markdown-mode': createBooleanExperiment({
|
|
1834
1801
|
productKeys: {
|
|
@@ -107,12 +107,6 @@ export declare const editorExperimentsConfig: {
|
|
|
107
107
|
productKeys?: ProductKeys;
|
|
108
108
|
typeGuard: IsBooleanType;
|
|
109
109
|
};
|
|
110
|
-
editor_a11y_decision_aria_label: {
|
|
111
|
-
defaultValue: boolean;
|
|
112
|
-
param: string;
|
|
113
|
-
productKeys?: ProductKeys;
|
|
114
|
-
typeGuard: IsBooleanType;
|
|
115
|
-
};
|
|
116
110
|
platform_editor_ai_normalized_telemetry: {
|
|
117
111
|
defaultValue: boolean;
|
|
118
112
|
param: string;
|
|
@@ -858,12 +852,6 @@ export declare const editorExperimentsConfig: {
|
|
|
858
852
|
productKeys?: ProductKeys;
|
|
859
853
|
typeGuard: IsBooleanType;
|
|
860
854
|
};
|
|
861
|
-
platform_editor_table_sticky_header_patch_11: {
|
|
862
|
-
defaultValue: boolean;
|
|
863
|
-
param: string;
|
|
864
|
-
productKeys?: ProductKeys;
|
|
865
|
-
typeGuard: IsBooleanType;
|
|
866
|
-
};
|
|
867
855
|
platform_editor_copy_link_a11y_inconsistency_fix: {
|
|
868
856
|
defaultValue: boolean;
|
|
869
857
|
param: string;
|
|
@@ -1004,12 +992,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1004
992
|
productKeys?: ProductKeys;
|
|
1005
993
|
typeGuard: IsBooleanType;
|
|
1006
994
|
};
|
|
1007
|
-
platform_editor_fix_comment_border: {
|
|
1008
|
-
defaultValue: boolean;
|
|
1009
|
-
param: string;
|
|
1010
|
-
productKeys?: ProductKeys;
|
|
1011
|
-
typeGuard: IsBooleanType;
|
|
1012
|
-
};
|
|
1013
995
|
platform_editor_layout_column_resize_handle: {
|
|
1014
996
|
defaultValue: boolean;
|
|
1015
997
|
param: string;
|
|
@@ -1376,12 +1358,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1376
1358
|
productKeys?: ProductKeys;
|
|
1377
1359
|
typeGuard: IsBooleanType;
|
|
1378
1360
|
};
|
|
1379
|
-
platform_editor_user_highlight_contrast: {
|
|
1380
|
-
defaultValue: boolean;
|
|
1381
|
-
param: string;
|
|
1382
|
-
productKeys?: ProductKeys;
|
|
1383
|
-
typeGuard: IsBooleanType;
|
|
1384
|
-
};
|
|
1385
1361
|
platform_editor_improve_preset_builder_logging: {
|
|
1386
1362
|
defaultValue: boolean;
|
|
1387
1363
|
param: string;
|
|
@@ -107,12 +107,6 @@ export declare const editorExperimentsConfig: {
|
|
|
107
107
|
productKeys?: ProductKeys;
|
|
108
108
|
typeGuard: IsBooleanType;
|
|
109
109
|
};
|
|
110
|
-
editor_a11y_decision_aria_label: {
|
|
111
|
-
defaultValue: boolean;
|
|
112
|
-
param: string;
|
|
113
|
-
productKeys?: ProductKeys;
|
|
114
|
-
typeGuard: IsBooleanType;
|
|
115
|
-
};
|
|
116
110
|
platform_editor_ai_normalized_telemetry: {
|
|
117
111
|
defaultValue: boolean;
|
|
118
112
|
param: string;
|
|
@@ -858,12 +852,6 @@ export declare const editorExperimentsConfig: {
|
|
|
858
852
|
productKeys?: ProductKeys;
|
|
859
853
|
typeGuard: IsBooleanType;
|
|
860
854
|
};
|
|
861
|
-
platform_editor_table_sticky_header_patch_11: {
|
|
862
|
-
defaultValue: boolean;
|
|
863
|
-
param: string;
|
|
864
|
-
productKeys?: ProductKeys;
|
|
865
|
-
typeGuard: IsBooleanType;
|
|
866
|
-
};
|
|
867
855
|
platform_editor_copy_link_a11y_inconsistency_fix: {
|
|
868
856
|
defaultValue: boolean;
|
|
869
857
|
param: string;
|
|
@@ -1004,12 +992,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1004
992
|
productKeys?: ProductKeys;
|
|
1005
993
|
typeGuard: IsBooleanType;
|
|
1006
994
|
};
|
|
1007
|
-
platform_editor_fix_comment_border: {
|
|
1008
|
-
defaultValue: boolean;
|
|
1009
|
-
param: string;
|
|
1010
|
-
productKeys?: ProductKeys;
|
|
1011
|
-
typeGuard: IsBooleanType;
|
|
1012
|
-
};
|
|
1013
995
|
platform_editor_layout_column_resize_handle: {
|
|
1014
996
|
defaultValue: boolean;
|
|
1015
997
|
param: string;
|
|
@@ -1376,12 +1358,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1376
1358
|
productKeys?: ProductKeys;
|
|
1377
1359
|
typeGuard: IsBooleanType;
|
|
1378
1360
|
};
|
|
1379
|
-
platform_editor_user_highlight_contrast: {
|
|
1380
|
-
defaultValue: boolean;
|
|
1381
|
-
param: string;
|
|
1382
|
-
productKeys?: ProductKeys;
|
|
1383
|
-
typeGuard: IsBooleanType;
|
|
1384
|
-
};
|
|
1385
1361
|
platform_editor_improve_preset_builder_logging: {
|
|
1386
1362
|
defaultValue: boolean;
|
|
1387
1363
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "98.0.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",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/feature-gate-js-client": "^5.
|
|
36
|
+
"@atlaskit/feature-gate-js-client": "^5.8.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
38
|
"@atlaskit/react-ufo": "^6.7.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|