@atlaskit/tmp-editor-statsig 115.0.0 → 116.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
|
+
## 116.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`2e62212873ddd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e62212873ddd) -
|
|
8
|
+
Clean up experiment `platform_editor_macro_placeholder_array_guard`
|
|
9
|
+
|
|
10
|
+
## 115.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`2c2c8bf9e0f13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c2c8bf9e0f13) -
|
|
15
|
+
[EDITOR-7929] move the colors schema change behind a different experiment that can be rolled out
|
|
16
|
+
for graceful rendering
|
|
17
|
+
- [`0219070f68f42`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0219070f68f42) -
|
|
18
|
+
migrate from a11y feature gates to experiment
|
|
19
|
+
|
|
3
20
|
## 115.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
|
@@ -1960,15 +1960,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1960
1960
|
param: 'isEnabled',
|
|
1961
1961
|
defaultValue: false
|
|
1962
1962
|
}),
|
|
1963
|
-
// Added 2026-06-02
|
|
1964
|
-
platform_editor_macro_placeholder_array_guard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1965
|
-
productKeys: {
|
|
1966
|
-
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
1967
|
-
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
1968
|
-
},
|
|
1969
|
-
param: 'isEnabled',
|
|
1970
|
-
defaultValue: true
|
|
1971
|
-
}),
|
|
1972
1963
|
platform_editor_table_close_cell_menu_on_move_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1973
1964
|
productKeys: {
|
|
1974
1965
|
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
@@ -2191,6 +2182,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2191
2182
|
param: 'isEnabled',
|
|
2192
2183
|
defaultValue: false
|
|
2193
2184
|
}),
|
|
2185
|
+
// Added 2026-06-26
|
|
2186
|
+
'a11y-fixes-week1-june-2026': (0, _experimentBuilders.createBooleanExperiment)({
|
|
2187
|
+
productKeys: {
|
|
2188
|
+
confluence: 'a11y-fixes-week1-june-2026',
|
|
2189
|
+
jira: 'a11y-fixes-week1-june-2026'
|
|
2190
|
+
},
|
|
2191
|
+
param: 'isEnabled',
|
|
2192
|
+
defaultValue: false
|
|
2193
|
+
}),
|
|
2194
2194
|
// Added 2026-05-21
|
|
2195
2195
|
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2196
2196
|
productKeys: {
|
|
@@ -2325,5 +2325,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2325
2325
|
},
|
|
2326
2326
|
param: 'value',
|
|
2327
2327
|
defaultValue: false
|
|
2328
|
+
}),
|
|
2329
|
+
// Added 2026-06-29
|
|
2330
|
+
platform_editor_lovability_color_schema_change: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2331
|
+
productKeys: {
|
|
2332
|
+
confluence: 'platform_editor_lovability_color_schema_change',
|
|
2333
|
+
jira: 'platform_editor_lovability_color_schema_change'
|
|
2334
|
+
},
|
|
2335
|
+
param: 'isEnabled',
|
|
2336
|
+
defaultValue: false
|
|
2328
2337
|
})
|
|
2329
2338
|
};
|
|
@@ -1954,15 +1954,6 @@ export const editorExperimentsConfig = {
|
|
|
1954
1954
|
param: 'isEnabled',
|
|
1955
1955
|
defaultValue: false
|
|
1956
1956
|
}),
|
|
1957
|
-
// Added 2026-06-02
|
|
1958
|
-
platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
|
|
1959
|
-
productKeys: {
|
|
1960
|
-
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
1961
|
-
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
1962
|
-
},
|
|
1963
|
-
param: 'isEnabled',
|
|
1964
|
-
defaultValue: true
|
|
1965
|
-
}),
|
|
1966
1957
|
platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
|
|
1967
1958
|
productKeys: {
|
|
1968
1959
|
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
@@ -2185,6 +2176,15 @@ export const editorExperimentsConfig = {
|
|
|
2185
2176
|
param: 'isEnabled',
|
|
2186
2177
|
defaultValue: false
|
|
2187
2178
|
}),
|
|
2179
|
+
// Added 2026-06-26
|
|
2180
|
+
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2181
|
+
productKeys: {
|
|
2182
|
+
confluence: 'a11y-fixes-week1-june-2026',
|
|
2183
|
+
jira: 'a11y-fixes-week1-june-2026'
|
|
2184
|
+
},
|
|
2185
|
+
param: 'isEnabled',
|
|
2186
|
+
defaultValue: false
|
|
2187
|
+
}),
|
|
2188
2188
|
// Added 2026-05-21
|
|
2189
2189
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2190
2190
|
productKeys: {
|
|
@@ -2319,5 +2319,14 @@ export const editorExperimentsConfig = {
|
|
|
2319
2319
|
},
|
|
2320
2320
|
param: 'value',
|
|
2321
2321
|
defaultValue: false
|
|
2322
|
+
}),
|
|
2323
|
+
// Added 2026-06-29
|
|
2324
|
+
platform_editor_lovability_color_schema_change: createBooleanExperiment({
|
|
2325
|
+
productKeys: {
|
|
2326
|
+
confluence: 'platform_editor_lovability_color_schema_change',
|
|
2327
|
+
jira: 'platform_editor_lovability_color_schema_change'
|
|
2328
|
+
},
|
|
2329
|
+
param: 'isEnabled',
|
|
2330
|
+
defaultValue: false
|
|
2322
2331
|
})
|
|
2323
2332
|
};
|
|
@@ -1954,15 +1954,6 @@ export var editorExperimentsConfig = {
|
|
|
1954
1954
|
param: 'isEnabled',
|
|
1955
1955
|
defaultValue: false
|
|
1956
1956
|
}),
|
|
1957
|
-
// Added 2026-06-02
|
|
1958
|
-
platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
|
|
1959
|
-
productKeys: {
|
|
1960
|
-
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
1961
|
-
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
1962
|
-
},
|
|
1963
|
-
param: 'isEnabled',
|
|
1964
|
-
defaultValue: true
|
|
1965
|
-
}),
|
|
1966
1957
|
platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
|
|
1967
1958
|
productKeys: {
|
|
1968
1959
|
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
@@ -2185,6 +2176,15 @@ export var editorExperimentsConfig = {
|
|
|
2185
2176
|
param: 'isEnabled',
|
|
2186
2177
|
defaultValue: false
|
|
2187
2178
|
}),
|
|
2179
|
+
// Added 2026-06-26
|
|
2180
|
+
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2181
|
+
productKeys: {
|
|
2182
|
+
confluence: 'a11y-fixes-week1-june-2026',
|
|
2183
|
+
jira: 'a11y-fixes-week1-june-2026'
|
|
2184
|
+
},
|
|
2185
|
+
param: 'isEnabled',
|
|
2186
|
+
defaultValue: false
|
|
2187
|
+
}),
|
|
2188
2188
|
// Added 2026-05-21
|
|
2189
2189
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2190
2190
|
productKeys: {
|
|
@@ -2319,5 +2319,14 @@ export var editorExperimentsConfig = {
|
|
|
2319
2319
|
},
|
|
2320
2320
|
param: 'value',
|
|
2321
2321
|
defaultValue: false
|
|
2322
|
+
}),
|
|
2323
|
+
// Added 2026-06-29
|
|
2324
|
+
platform_editor_lovability_color_schema_change: createBooleanExperiment({
|
|
2325
|
+
productKeys: {
|
|
2326
|
+
confluence: 'platform_editor_lovability_color_schema_change',
|
|
2327
|
+
jira: 'platform_editor_lovability_color_schema_change'
|
|
2328
|
+
},
|
|
2329
|
+
param: 'isEnabled',
|
|
2330
|
+
defaultValue: false
|
|
2322
2331
|
})
|
|
2323
2332
|
};
|
|
@@ -1442,12 +1442,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1442
1442
|
productKeys?: ProductKeys;
|
|
1443
1443
|
typeGuard: IsBooleanType;
|
|
1444
1444
|
};
|
|
1445
|
-
platform_editor_macro_placeholder_array_guard: {
|
|
1446
|
-
defaultValue: boolean;
|
|
1447
|
-
param: string;
|
|
1448
|
-
productKeys?: ProductKeys;
|
|
1449
|
-
typeGuard: IsBooleanType;
|
|
1450
|
-
};
|
|
1451
1445
|
platform_editor_table_close_cell_menu_on_move_exp: {
|
|
1452
1446
|
defaultValue: boolean;
|
|
1453
1447
|
param: string;
|
|
@@ -1605,6 +1599,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1605
1599
|
productKeys?: ProductKeys;
|
|
1606
1600
|
typeGuard: IsBooleanType;
|
|
1607
1601
|
};
|
|
1602
|
+
'a11y-fixes-week1-june-2026': {
|
|
1603
|
+
defaultValue: boolean;
|
|
1604
|
+
param: string;
|
|
1605
|
+
productKeys?: ProductKeys;
|
|
1606
|
+
typeGuard: IsBooleanType;
|
|
1607
|
+
};
|
|
1608
1608
|
fix_free_gen_prompt_bar_position: {
|
|
1609
1609
|
defaultValue: boolean;
|
|
1610
1610
|
param: string;
|
|
@@ -1695,5 +1695,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1695
1695
|
productKeys?: ProductKeys;
|
|
1696
1696
|
typeGuard: IsBooleanType;
|
|
1697
1697
|
};
|
|
1698
|
+
platform_editor_lovability_color_schema_change: {
|
|
1699
|
+
defaultValue: boolean;
|
|
1700
|
+
param: string;
|
|
1701
|
+
productKeys?: ProductKeys;
|
|
1702
|
+
typeGuard: IsBooleanType;
|
|
1703
|
+
};
|
|
1698
1704
|
};
|
|
1699
1705
|
export {};
|
package/package.json
CHANGED