@atlaskit/tmp-editor-statsig 11.12.0 → 12.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +9 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +9 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +9 -8
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4a31ea74ba10f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4a31ea74ba10f) -
|
|
8
|
+
[ux] [ED-29057] create new ranks and groups for track changes section and render undo, redo and
|
|
9
|
+
diff in separate button groups behind platform_editor_toolbar_aifc_patch_2 gate
|
|
10
|
+
|
|
11
|
+
## 12.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`eaaa054620847`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eaaa054620847) -
|
|
16
|
+
Cleanup media toolbar performance experiment
|
|
17
|
+
|
|
3
18
|
## 11.12.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -46,7 +46,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_offline_editing_web: false,
|
|
47
47
|
platform_editor_tables_drag_and_drop: false,
|
|
48
48
|
platform_editor_tables_table_selector: false,
|
|
49
|
-
platform_editor_media_floating_toolbar_early_exit: false,
|
|
50
49
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
51
50
|
platform_editor_stop_width_reflows: false,
|
|
52
51
|
platform_editor_core_static_emotion: false,
|
|
@@ -303,14 +303,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
303
303
|
param: 'isEnabled',
|
|
304
304
|
defaultValue: false
|
|
305
305
|
}),
|
|
306
|
-
// Added 2025-07-14
|
|
307
|
-
platform_editor_media_floating_toolbar_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
|
|
308
|
-
productKeys: {
|
|
309
|
-
confluence: 'platform_editor_media_floating_toolbar_early_exit'
|
|
310
|
-
},
|
|
311
|
-
param: 'isEnabled',
|
|
312
|
-
defaultValue: false
|
|
313
|
-
}),
|
|
314
306
|
// Added 2025-04-23
|
|
315
307
|
platform_renderer_fix_analytics_memo_callback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
316
308
|
productKeys: {
|
|
@@ -820,5 +812,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
820
812
|
},
|
|
821
813
|
param: 'isEnabled',
|
|
822
814
|
defaultValue: false
|
|
815
|
+
}),
|
|
816
|
+
// Added 2025-09-01
|
|
817
|
+
platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
|
|
818
|
+
productKeys: {
|
|
819
|
+
confluence: 'platform_editor_toolbar_aifc_patch_2',
|
|
820
|
+
jira: 'platform_editor_toolbar_aifc_patch_2'
|
|
821
|
+
},
|
|
822
|
+
param: 'isEnabled',
|
|
823
|
+
defaultValue: false
|
|
823
824
|
})
|
|
824
825
|
};
|
|
@@ -40,7 +40,6 @@ export const testBooleanOverrides = {
|
|
|
40
40
|
platform_editor_offline_editing_web: false,
|
|
41
41
|
platform_editor_tables_drag_and_drop: false,
|
|
42
42
|
platform_editor_tables_table_selector: false,
|
|
43
|
-
platform_editor_media_floating_toolbar_early_exit: false,
|
|
44
43
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
44
|
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_core_static_emotion: false,
|
|
@@ -297,14 +297,6 @@ export const editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-07-14
|
|
301
|
-
platform_editor_media_floating_toolbar_early_exit: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'platform_editor_media_floating_toolbar_early_exit'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-04-23
|
|
309
301
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -814,5 +806,14 @@ export const editorExperimentsConfig = {
|
|
|
814
806
|
},
|
|
815
807
|
param: 'isEnabled',
|
|
816
808
|
defaultValue: false
|
|
809
|
+
}),
|
|
810
|
+
// Added 2025-09-01
|
|
811
|
+
platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
|
|
812
|
+
productKeys: {
|
|
813
|
+
confluence: 'platform_editor_toolbar_aifc_patch_2',
|
|
814
|
+
jira: 'platform_editor_toolbar_aifc_patch_2'
|
|
815
|
+
},
|
|
816
|
+
param: 'isEnabled',
|
|
817
|
+
defaultValue: false
|
|
817
818
|
})
|
|
818
819
|
};
|
|
@@ -40,7 +40,6 @@ export var testBooleanOverrides = {
|
|
|
40
40
|
platform_editor_offline_editing_web: false,
|
|
41
41
|
platform_editor_tables_drag_and_drop: false,
|
|
42
42
|
platform_editor_tables_table_selector: false,
|
|
43
|
-
platform_editor_media_floating_toolbar_early_exit: false,
|
|
44
43
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
44
|
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_core_static_emotion: false,
|
|
@@ -297,14 +297,6 @@ export var editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-07-14
|
|
301
|
-
platform_editor_media_floating_toolbar_early_exit: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'platform_editor_media_floating_toolbar_early_exit'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-04-23
|
|
309
301
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -814,5 +806,14 @@ export var editorExperimentsConfig = {
|
|
|
814
806
|
},
|
|
815
807
|
param: 'isEnabled',
|
|
816
808
|
defaultValue: false
|
|
809
|
+
}),
|
|
810
|
+
// Added 2025-09-01
|
|
811
|
+
platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
|
|
812
|
+
productKeys: {
|
|
813
|
+
confluence: 'platform_editor_toolbar_aifc_patch_2',
|
|
814
|
+
jira: 'platform_editor_toolbar_aifc_patch_2'
|
|
815
|
+
},
|
|
816
|
+
param: 'isEnabled',
|
|
817
|
+
defaultValue: false
|
|
817
818
|
})
|
|
818
819
|
};
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
param: string;
|
|
222
222
|
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
};
|
|
224
|
-
platform_editor_media_floating_toolbar_early_exit: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
param: string;
|
|
228
|
-
productKeys?: import("./types").ProductKeys;
|
|
229
|
-
};
|
|
230
224
|
platform_renderer_fix_analytics_memo_callback: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -605,4 +599,10 @@ export declare const editorExperimentsConfig: {
|
|
|
605
599
|
param: string;
|
|
606
600
|
productKeys?: import("./types").ProductKeys;
|
|
607
601
|
};
|
|
602
|
+
platform_editor_toolbar_aifc_patch_2: {
|
|
603
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
604
|
+
defaultValue: boolean;
|
|
605
|
+
param: string;
|
|
606
|
+
productKeys?: import("./types").ProductKeys;
|
|
607
|
+
};
|
|
608
608
|
};
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
param: string;
|
|
222
222
|
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
};
|
|
224
|
-
platform_editor_media_floating_toolbar_early_exit: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
param: string;
|
|
228
|
-
productKeys?: import("./types").ProductKeys;
|
|
229
|
-
};
|
|
230
224
|
platform_renderer_fix_analytics_memo_callback: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -605,4 +599,10 @@ export declare const editorExperimentsConfig: {
|
|
|
605
599
|
param: string;
|
|
606
600
|
productKeys?: import("./types").ProductKeys;
|
|
607
601
|
};
|
|
602
|
+
platform_editor_toolbar_aifc_patch_2: {
|
|
603
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
604
|
+
defaultValue: boolean;
|
|
605
|
+
param: string;
|
|
606
|
+
productKeys?: import("./types").ProductKeys;
|
|
607
|
+
};
|
|
608
608
|
};
|
package/package.json
CHANGED