@atlaskit/tmp-editor-statsig 133.3.1 → 135.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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 135.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`c0fedda79b60e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0fedda79b60e) -
|
|
8
|
+
Clean up experiment `platform_editor_fix_a11y_tab_focus_insertion_menu`
|
|
9
|
+
- [`d19e8a0a9bc84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d19e8a0a9bc84) -
|
|
10
|
+
Clean up experiment `platform_editor_fix_advanced_codeblocks_crlf_patch`
|
|
11
|
+
|
|
12
|
+
## 134.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`591b0c312eed9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/591b0c312eed9) -
|
|
17
|
+
Clean up experiment `platform_editor_stricter_panelcolor_typecheck` and make stricter panel color
|
|
18
|
+
validation permanent.
|
|
19
|
+
|
|
3
20
|
## 133.3.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -205,6 +205,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
205
205
|
param: 'isEnabled',
|
|
206
206
|
defaultValue: false
|
|
207
207
|
}),
|
|
208
|
+
platform_editor_disable_afps: (0, _experimentBuilders.createBooleanExperiment)({
|
|
209
|
+
productKeys: {
|
|
210
|
+
confluence: 'platform_editor_disable_afps'
|
|
211
|
+
},
|
|
212
|
+
param: 'isEnabled',
|
|
213
|
+
defaultValue: false
|
|
214
|
+
}),
|
|
208
215
|
// Added 2026-07-14
|
|
209
216
|
platform_editor_dom_node_count: (0, _experimentBuilders.createBooleanExperiment)({
|
|
210
217
|
productKeys: {
|
|
@@ -1338,14 +1345,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1338
1345
|
param: 'isEnabled',
|
|
1339
1346
|
defaultValue: false
|
|
1340
1347
|
}),
|
|
1341
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1342
|
-
productKeys: {
|
|
1343
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
1344
|
-
jira: 'platform_editor_fix_advanced_codeblocks_crlf_patch'
|
|
1345
|
-
},
|
|
1346
|
-
param: 'isEnabled',
|
|
1347
|
-
defaultValue: false
|
|
1348
|
-
}),
|
|
1349
1348
|
// Added 2026-04-01
|
|
1350
1349
|
cc_page_experiences_editor_image_generation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1351
1350
|
productKeys: {
|
|
@@ -1825,14 +1824,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1825
1824
|
defaultValue: false
|
|
1826
1825
|
}),
|
|
1827
1826
|
// Added 2026-03-15
|
|
1828
|
-
platform_editor_stricter_panelcolor_typecheck: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1829
|
-
productKeys: {
|
|
1830
|
-
confluence: 'platform_editor_stricter_panelcolor_typecheck'
|
|
1831
|
-
},
|
|
1832
|
-
param: 'isEnabled',
|
|
1833
|
-
defaultValue: false
|
|
1834
|
-
}),
|
|
1835
|
-
// Added 2026-03-15
|
|
1836
1827
|
platform_editor_sync_block_ssr_config: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1837
1828
|
productKeys: {
|
|
1838
1829
|
confluence: 'platform_editor_sync_block_ssr_config'
|
|
@@ -2126,15 +2117,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2126
2117
|
param: 'isEnabled',
|
|
2127
2118
|
defaultValue: false
|
|
2128
2119
|
}),
|
|
2129
|
-
// Added 2026-05-21
|
|
2130
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2131
|
-
productKeys: {
|
|
2132
|
-
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2133
|
-
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2134
|
-
},
|
|
2135
|
-
param: 'isEnabled',
|
|
2136
|
-
defaultValue: false
|
|
2137
|
-
}),
|
|
2138
2120
|
// Added 2026-04-30
|
|
2139
2121
|
confluence_fe_disable_comment_if_offline_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2140
2122
|
productKeys: {
|
|
@@ -199,6 +199,13 @@ export const editorExperimentsConfig = {
|
|
|
199
199
|
param: 'isEnabled',
|
|
200
200
|
defaultValue: false
|
|
201
201
|
}),
|
|
202
|
+
platform_editor_disable_afps: createBooleanExperiment({
|
|
203
|
+
productKeys: {
|
|
204
|
+
confluence: 'platform_editor_disable_afps'
|
|
205
|
+
},
|
|
206
|
+
param: 'isEnabled',
|
|
207
|
+
defaultValue: false
|
|
208
|
+
}),
|
|
202
209
|
// Added 2026-07-14
|
|
203
210
|
platform_editor_dom_node_count: createBooleanExperiment({
|
|
204
211
|
productKeys: {
|
|
@@ -1332,14 +1339,6 @@ export const editorExperimentsConfig = {
|
|
|
1332
1339
|
param: 'isEnabled',
|
|
1333
1340
|
defaultValue: false
|
|
1334
1341
|
}),
|
|
1335
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
|
|
1336
|
-
productKeys: {
|
|
1337
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
1338
|
-
jira: 'platform_editor_fix_advanced_codeblocks_crlf_patch'
|
|
1339
|
-
},
|
|
1340
|
-
param: 'isEnabled',
|
|
1341
|
-
defaultValue: false
|
|
1342
|
-
}),
|
|
1343
1342
|
// Added 2026-04-01
|
|
1344
1343
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1345
1344
|
productKeys: {
|
|
@@ -1819,14 +1818,6 @@ export const editorExperimentsConfig = {
|
|
|
1819
1818
|
defaultValue: false
|
|
1820
1819
|
}),
|
|
1821
1820
|
// Added 2026-03-15
|
|
1822
|
-
platform_editor_stricter_panelcolor_typecheck: createBooleanExperiment({
|
|
1823
|
-
productKeys: {
|
|
1824
|
-
confluence: 'platform_editor_stricter_panelcolor_typecheck'
|
|
1825
|
-
},
|
|
1826
|
-
param: 'isEnabled',
|
|
1827
|
-
defaultValue: false
|
|
1828
|
-
}),
|
|
1829
|
-
// Added 2026-03-15
|
|
1830
1821
|
platform_editor_sync_block_ssr_config: createBooleanExperiment({
|
|
1831
1822
|
productKeys: {
|
|
1832
1823
|
confluence: 'platform_editor_sync_block_ssr_config'
|
|
@@ -2120,15 +2111,6 @@ export const editorExperimentsConfig = {
|
|
|
2120
2111
|
param: 'isEnabled',
|
|
2121
2112
|
defaultValue: false
|
|
2122
2113
|
}),
|
|
2123
|
-
// Added 2026-05-21
|
|
2124
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: createBooleanExperiment({
|
|
2125
|
-
productKeys: {
|
|
2126
|
-
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2127
|
-
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2128
|
-
},
|
|
2129
|
-
param: 'isEnabled',
|
|
2130
|
-
defaultValue: false
|
|
2131
|
-
}),
|
|
2132
2114
|
// Added 2026-04-30
|
|
2133
2115
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
2134
2116
|
productKeys: {
|
|
@@ -199,6 +199,13 @@ export var editorExperimentsConfig = {
|
|
|
199
199
|
param: 'isEnabled',
|
|
200
200
|
defaultValue: false
|
|
201
201
|
}),
|
|
202
|
+
platform_editor_disable_afps: createBooleanExperiment({
|
|
203
|
+
productKeys: {
|
|
204
|
+
confluence: 'platform_editor_disable_afps'
|
|
205
|
+
},
|
|
206
|
+
param: 'isEnabled',
|
|
207
|
+
defaultValue: false
|
|
208
|
+
}),
|
|
202
209
|
// Added 2026-07-14
|
|
203
210
|
platform_editor_dom_node_count: createBooleanExperiment({
|
|
204
211
|
productKeys: {
|
|
@@ -1332,14 +1339,6 @@ export var editorExperimentsConfig = {
|
|
|
1332
1339
|
param: 'isEnabled',
|
|
1333
1340
|
defaultValue: false
|
|
1334
1341
|
}),
|
|
1335
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
|
|
1336
|
-
productKeys: {
|
|
1337
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
|
|
1338
|
-
jira: 'platform_editor_fix_advanced_codeblocks_crlf_patch'
|
|
1339
|
-
},
|
|
1340
|
-
param: 'isEnabled',
|
|
1341
|
-
defaultValue: false
|
|
1342
|
-
}),
|
|
1343
1342
|
// Added 2026-04-01
|
|
1344
1343
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1345
1344
|
productKeys: {
|
|
@@ -1819,14 +1818,6 @@ export var editorExperimentsConfig = {
|
|
|
1819
1818
|
defaultValue: false
|
|
1820
1819
|
}),
|
|
1821
1820
|
// Added 2026-03-15
|
|
1822
|
-
platform_editor_stricter_panelcolor_typecheck: createBooleanExperiment({
|
|
1823
|
-
productKeys: {
|
|
1824
|
-
confluence: 'platform_editor_stricter_panelcolor_typecheck'
|
|
1825
|
-
},
|
|
1826
|
-
param: 'isEnabled',
|
|
1827
|
-
defaultValue: false
|
|
1828
|
-
}),
|
|
1829
|
-
// Added 2026-03-15
|
|
1830
1821
|
platform_editor_sync_block_ssr_config: createBooleanExperiment({
|
|
1831
1822
|
productKeys: {
|
|
1832
1823
|
confluence: 'platform_editor_sync_block_ssr_config'
|
|
@@ -2120,15 +2111,6 @@ export var editorExperimentsConfig = {
|
|
|
2120
2111
|
param: 'isEnabled',
|
|
2121
2112
|
defaultValue: false
|
|
2122
2113
|
}),
|
|
2123
|
-
// Added 2026-05-21
|
|
2124
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: createBooleanExperiment({
|
|
2125
|
-
productKeys: {
|
|
2126
|
-
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2127
|
-
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2128
|
-
},
|
|
2129
|
-
param: 'isEnabled',
|
|
2130
|
-
defaultValue: false
|
|
2131
|
-
}),
|
|
2132
2114
|
// Added 2026-04-30
|
|
2133
2115
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
2134
2116
|
productKeys: {
|
|
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
|
|
|
106
106
|
productKeys?: ProductKeys;
|
|
107
107
|
typeGuard: IsBooleanType;
|
|
108
108
|
};
|
|
109
|
+
platform_editor_disable_afps: {
|
|
110
|
+
defaultValue: boolean;
|
|
111
|
+
param: string;
|
|
112
|
+
productKeys?: ProductKeys;
|
|
113
|
+
typeGuard: IsBooleanType;
|
|
114
|
+
};
|
|
109
115
|
platform_editor_dom_node_count: {
|
|
110
116
|
defaultValue: boolean;
|
|
111
117
|
param: string;
|
|
@@ -1028,12 +1034,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1028
1034
|
productKeys?: ProductKeys;
|
|
1029
1035
|
typeGuard: IsBooleanType;
|
|
1030
1036
|
};
|
|
1031
|
-
platform_editor_fix_advanced_codeblocks_crlf_patch: {
|
|
1032
|
-
defaultValue: boolean;
|
|
1033
|
-
param: string;
|
|
1034
|
-
productKeys?: ProductKeys;
|
|
1035
|
-
typeGuard: IsBooleanType;
|
|
1036
|
-
};
|
|
1037
1037
|
cc_page_experiences_editor_image_generation: {
|
|
1038
1038
|
defaultValue: boolean;
|
|
1039
1039
|
param: string;
|
|
@@ -1401,12 +1401,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1401
1401
|
productKeys?: ProductKeys;
|
|
1402
1402
|
typeGuard: IsBooleanType;
|
|
1403
1403
|
};
|
|
1404
|
-
platform_editor_stricter_panelcolor_typecheck: {
|
|
1405
|
-
defaultValue: boolean;
|
|
1406
|
-
param: string;
|
|
1407
|
-
productKeys?: ProductKeys;
|
|
1408
|
-
typeGuard: IsBooleanType;
|
|
1409
|
-
};
|
|
1410
1404
|
platform_editor_sync_block_ssr_config: {
|
|
1411
1405
|
defaultValue: boolean;
|
|
1412
1406
|
param: string;
|
|
@@ -1503,12 +1497,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1503
1497
|
productKeys?: ProductKeys;
|
|
1504
1498
|
typeGuard: IsBooleanType;
|
|
1505
1499
|
};
|
|
1506
|
-
platform_editor_fix_a11y_tab_focus_insertion_menu: {
|
|
1507
|
-
defaultValue: boolean;
|
|
1508
|
-
param: string;
|
|
1509
|
-
productKeys?: ProductKeys;
|
|
1510
|
-
typeGuard: IsBooleanType;
|
|
1511
|
-
};
|
|
1512
1500
|
platform_editor_media_reliability_enhancements: {
|
|
1513
1501
|
defaultValue: boolean;
|
|
1514
1502
|
param: string;
|
package/package.json
CHANGED