@atlaskit/tmp-editor-statsig 115.0.0 → 115.1.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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 115.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2c2c8bf9e0f13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c2c8bf9e0f13) -
|
|
8
|
+
[EDITOR-7929] move the colors schema change behind a different experiment that can be rolled out
|
|
9
|
+
for graceful rendering
|
|
10
|
+
- [`0219070f68f42`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0219070f68f42) -
|
|
11
|
+
migrate from a11y feature gates to experiment
|
|
12
|
+
|
|
3
13
|
## 115.0.0
|
|
4
14
|
|
|
5
15
|
### Major Changes
|
|
@@ -2191,6 +2191,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2191
2191
|
param: 'isEnabled',
|
|
2192
2192
|
defaultValue: false
|
|
2193
2193
|
}),
|
|
2194
|
+
// Added 2026-06-26
|
|
2195
|
+
'a11y-fixes-week1-june-2026': (0, _experimentBuilders.createBooleanExperiment)({
|
|
2196
|
+
productKeys: {
|
|
2197
|
+
confluence: 'a11y-fixes-week1-june-2026',
|
|
2198
|
+
jira: 'a11y-fixes-week1-june-2026'
|
|
2199
|
+
},
|
|
2200
|
+
param: 'isEnabled',
|
|
2201
|
+
defaultValue: false
|
|
2202
|
+
}),
|
|
2194
2203
|
// Added 2026-05-21
|
|
2195
2204
|
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2196
2205
|
productKeys: {
|
|
@@ -2325,5 +2334,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2325
2334
|
},
|
|
2326
2335
|
param: 'value',
|
|
2327
2336
|
defaultValue: false
|
|
2337
|
+
}),
|
|
2338
|
+
// Added 2026-06-29
|
|
2339
|
+
platform_editor_lovability_color_schema_change: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2340
|
+
productKeys: {
|
|
2341
|
+
confluence: 'platform_editor_lovability_color_schema_change',
|
|
2342
|
+
jira: 'platform_editor_lovability_color_schema_change'
|
|
2343
|
+
},
|
|
2344
|
+
param: 'isEnabled',
|
|
2345
|
+
defaultValue: false
|
|
2328
2346
|
})
|
|
2329
2347
|
};
|
|
@@ -2185,6 +2185,15 @@ export const editorExperimentsConfig = {
|
|
|
2185
2185
|
param: 'isEnabled',
|
|
2186
2186
|
defaultValue: false
|
|
2187
2187
|
}),
|
|
2188
|
+
// Added 2026-06-26
|
|
2189
|
+
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2190
|
+
productKeys: {
|
|
2191
|
+
confluence: 'a11y-fixes-week1-june-2026',
|
|
2192
|
+
jira: 'a11y-fixes-week1-june-2026'
|
|
2193
|
+
},
|
|
2194
|
+
param: 'isEnabled',
|
|
2195
|
+
defaultValue: false
|
|
2196
|
+
}),
|
|
2188
2197
|
// Added 2026-05-21
|
|
2189
2198
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2190
2199
|
productKeys: {
|
|
@@ -2319,5 +2328,14 @@ export const editorExperimentsConfig = {
|
|
|
2319
2328
|
},
|
|
2320
2329
|
param: 'value',
|
|
2321
2330
|
defaultValue: false
|
|
2331
|
+
}),
|
|
2332
|
+
// Added 2026-06-29
|
|
2333
|
+
platform_editor_lovability_color_schema_change: createBooleanExperiment({
|
|
2334
|
+
productKeys: {
|
|
2335
|
+
confluence: 'platform_editor_lovability_color_schema_change',
|
|
2336
|
+
jira: 'platform_editor_lovability_color_schema_change'
|
|
2337
|
+
},
|
|
2338
|
+
param: 'isEnabled',
|
|
2339
|
+
defaultValue: false
|
|
2322
2340
|
})
|
|
2323
2341
|
};
|
|
@@ -2185,6 +2185,15 @@ export var editorExperimentsConfig = {
|
|
|
2185
2185
|
param: 'isEnabled',
|
|
2186
2186
|
defaultValue: false
|
|
2187
2187
|
}),
|
|
2188
|
+
// Added 2026-06-26
|
|
2189
|
+
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2190
|
+
productKeys: {
|
|
2191
|
+
confluence: 'a11y-fixes-week1-june-2026',
|
|
2192
|
+
jira: 'a11y-fixes-week1-june-2026'
|
|
2193
|
+
},
|
|
2194
|
+
param: 'isEnabled',
|
|
2195
|
+
defaultValue: false
|
|
2196
|
+
}),
|
|
2188
2197
|
// Added 2026-05-21
|
|
2189
2198
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2190
2199
|
productKeys: {
|
|
@@ -2319,5 +2328,14 @@ export var editorExperimentsConfig = {
|
|
|
2319
2328
|
},
|
|
2320
2329
|
param: 'value',
|
|
2321
2330
|
defaultValue: false
|
|
2331
|
+
}),
|
|
2332
|
+
// Added 2026-06-29
|
|
2333
|
+
platform_editor_lovability_color_schema_change: createBooleanExperiment({
|
|
2334
|
+
productKeys: {
|
|
2335
|
+
confluence: 'platform_editor_lovability_color_schema_change',
|
|
2336
|
+
jira: 'platform_editor_lovability_color_schema_change'
|
|
2337
|
+
},
|
|
2338
|
+
param: 'isEnabled',
|
|
2339
|
+
defaultValue: false
|
|
2322
2340
|
})
|
|
2323
2341
|
};
|
|
@@ -1605,6 +1605,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1605
1605
|
productKeys?: ProductKeys;
|
|
1606
1606
|
typeGuard: IsBooleanType;
|
|
1607
1607
|
};
|
|
1608
|
+
'a11y-fixes-week1-june-2026': {
|
|
1609
|
+
defaultValue: boolean;
|
|
1610
|
+
param: string;
|
|
1611
|
+
productKeys?: ProductKeys;
|
|
1612
|
+
typeGuard: IsBooleanType;
|
|
1613
|
+
};
|
|
1608
1614
|
fix_free_gen_prompt_bar_position: {
|
|
1609
1615
|
defaultValue: boolean;
|
|
1610
1616
|
param: string;
|
|
@@ -1695,5 +1701,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1695
1701
|
productKeys?: ProductKeys;
|
|
1696
1702
|
typeGuard: IsBooleanType;
|
|
1697
1703
|
};
|
|
1704
|
+
platform_editor_lovability_color_schema_change: {
|
|
1705
|
+
defaultValue: boolean;
|
|
1706
|
+
param: string;
|
|
1707
|
+
productKeys?: ProductKeys;
|
|
1708
|
+
typeGuard: IsBooleanType;
|
|
1709
|
+
};
|
|
1698
1710
|
};
|
|
1699
1711
|
export {};
|
package/package.json
CHANGED