@atlaskit/tmp-editor-statsig 109.3.0 → 110.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 110.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`c664929c3f15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c664929c3f15d) -
|
|
8
|
+
Clean up experiment `platform_editor_clean_up_widget_mark_logic`
|
|
9
|
+
- [`6ad6ef706e851`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ad6ef706e851) -
|
|
10
|
+
Clean up experiment `platform_editor_table_update_table_ref`
|
|
11
|
+
- [`bc1c44cb9a43c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc1c44cb9a43c) -
|
|
12
|
+
Clean up `aifc_space_typesettings` experiment
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 109.3.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -66,14 +66,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
66
66
|
param: 'isEnabled',
|
|
67
67
|
defaultValue: false
|
|
68
68
|
}),
|
|
69
|
-
// Added 2026-05-08
|
|
70
|
-
aifc_space_typesettings: (0, _experimentBuilders.createBooleanExperiment)({
|
|
71
|
-
productKeys: {
|
|
72
|
-
confluence: 'aifc_space_typesettings'
|
|
73
|
-
},
|
|
74
|
-
param: 'isEnabled',
|
|
75
|
-
defaultValue: false
|
|
76
|
-
}),
|
|
77
69
|
// Added 22-12-2025
|
|
78
70
|
confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
|
|
79
71
|
productKeys: {
|
|
@@ -549,14 +541,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
549
541
|
param: 'isEnabled',
|
|
550
542
|
defaultValue: false
|
|
551
543
|
}),
|
|
552
|
-
platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
553
|
-
productKeys: {
|
|
554
|
-
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
555
|
-
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
556
|
-
},
|
|
557
|
-
param: 'isEnabled',
|
|
558
|
-
defaultValue: false
|
|
559
|
-
}),
|
|
560
544
|
// Added 2026-04-30
|
|
561
545
|
platform_editor_code_block_q4_lovability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
562
546
|
productKeys: {
|
|
@@ -688,14 +672,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
688
672
|
param: 'isEnabled',
|
|
689
673
|
defaultValue: false
|
|
690
674
|
}),
|
|
691
|
-
// Added 2026-01-05
|
|
692
|
-
platform_editor_table_update_table_ref: (0, _experimentBuilders.createBooleanExperiment)({
|
|
693
|
-
productKeys: {
|
|
694
|
-
confluence: 'platform_editor_table_update_table_ref'
|
|
695
|
-
},
|
|
696
|
-
param: 'isEnabled',
|
|
697
|
-
defaultValue: false
|
|
698
|
-
}),
|
|
699
675
|
// Added 2026-01-27
|
|
700
676
|
platform_editor_table_excerpts_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
701
677
|
productKeys: {
|
|
@@ -60,14 +60,6 @@ export const editorExperimentsConfig = {
|
|
|
60
60
|
param: 'isEnabled',
|
|
61
61
|
defaultValue: false
|
|
62
62
|
}),
|
|
63
|
-
// Added 2026-05-08
|
|
64
|
-
aifc_space_typesettings: createBooleanExperiment({
|
|
65
|
-
productKeys: {
|
|
66
|
-
confluence: 'aifc_space_typesettings'
|
|
67
|
-
},
|
|
68
|
-
param: 'isEnabled',
|
|
69
|
-
defaultValue: false
|
|
70
|
-
}),
|
|
71
63
|
// Added 22-12-2025
|
|
72
64
|
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
73
65
|
productKeys: {
|
|
@@ -543,14 +535,6 @@ export const editorExperimentsConfig = {
|
|
|
543
535
|
param: 'isEnabled',
|
|
544
536
|
defaultValue: false
|
|
545
537
|
}),
|
|
546
|
-
platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
|
|
547
|
-
productKeys: {
|
|
548
|
-
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
549
|
-
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
550
|
-
},
|
|
551
|
-
param: 'isEnabled',
|
|
552
|
-
defaultValue: false
|
|
553
|
-
}),
|
|
554
538
|
// Added 2026-04-30
|
|
555
539
|
platform_editor_code_block_q4_lovability: createBooleanExperiment({
|
|
556
540
|
productKeys: {
|
|
@@ -682,14 +666,6 @@ export const editorExperimentsConfig = {
|
|
|
682
666
|
param: 'isEnabled',
|
|
683
667
|
defaultValue: false
|
|
684
668
|
}),
|
|
685
|
-
// Added 2026-01-05
|
|
686
|
-
platform_editor_table_update_table_ref: createBooleanExperiment({
|
|
687
|
-
productKeys: {
|
|
688
|
-
confluence: 'platform_editor_table_update_table_ref'
|
|
689
|
-
},
|
|
690
|
-
param: 'isEnabled',
|
|
691
|
-
defaultValue: false
|
|
692
|
-
}),
|
|
693
669
|
// Added 2026-01-27
|
|
694
670
|
platform_editor_table_excerpts_fix: createBooleanExperiment({
|
|
695
671
|
productKeys: {
|
|
@@ -60,14 +60,6 @@ export var editorExperimentsConfig = {
|
|
|
60
60
|
param: 'isEnabled',
|
|
61
61
|
defaultValue: false
|
|
62
62
|
}),
|
|
63
|
-
// Added 2026-05-08
|
|
64
|
-
aifc_space_typesettings: createBooleanExperiment({
|
|
65
|
-
productKeys: {
|
|
66
|
-
confluence: 'aifc_space_typesettings'
|
|
67
|
-
},
|
|
68
|
-
param: 'isEnabled',
|
|
69
|
-
defaultValue: false
|
|
70
|
-
}),
|
|
71
63
|
// Added 22-12-2025
|
|
72
64
|
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
73
65
|
productKeys: {
|
|
@@ -543,14 +535,6 @@ export var editorExperimentsConfig = {
|
|
|
543
535
|
param: 'isEnabled',
|
|
544
536
|
defaultValue: false
|
|
545
537
|
}),
|
|
546
|
-
platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
|
|
547
|
-
productKeys: {
|
|
548
|
-
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
549
|
-
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
550
|
-
},
|
|
551
|
-
param: 'isEnabled',
|
|
552
|
-
defaultValue: false
|
|
553
|
-
}),
|
|
554
538
|
// Added 2026-04-30
|
|
555
539
|
platform_editor_code_block_q4_lovability: createBooleanExperiment({
|
|
556
540
|
productKeys: {
|
|
@@ -682,14 +666,6 @@ export var editorExperimentsConfig = {
|
|
|
682
666
|
param: 'isEnabled',
|
|
683
667
|
defaultValue: false
|
|
684
668
|
}),
|
|
685
|
-
// Added 2026-01-05
|
|
686
|
-
platform_editor_table_update_table_ref: createBooleanExperiment({
|
|
687
|
-
productKeys: {
|
|
688
|
-
confluence: 'platform_editor_table_update_table_ref'
|
|
689
|
-
},
|
|
690
|
-
param: 'isEnabled',
|
|
691
|
-
defaultValue: false
|
|
692
|
-
}),
|
|
693
669
|
// Added 2026-01-27
|
|
694
670
|
platform_editor_table_excerpts_fix: createBooleanExperiment({
|
|
695
671
|
productKeys: {
|
|
@@ -57,12 +57,6 @@ export declare const editorExperimentsConfig: {
|
|
|
57
57
|
productKeys?: ProductKeys;
|
|
58
58
|
typeGuard: IsBooleanType;
|
|
59
59
|
};
|
|
60
|
-
aifc_space_typesettings: {
|
|
61
|
-
defaultValue: boolean;
|
|
62
|
-
param: string;
|
|
63
|
-
productKeys?: ProductKeys;
|
|
64
|
-
typeGuard: IsBooleanType;
|
|
65
|
-
};
|
|
66
60
|
'agent-managed_blocks_mvp': {
|
|
67
61
|
defaultValue: boolean;
|
|
68
62
|
param: string;
|
|
@@ -399,12 +393,6 @@ export declare const editorExperimentsConfig: {
|
|
|
399
393
|
typeGuard: (value: unknown) => value is 'control' | 'variant1';
|
|
400
394
|
values: ('control' | 'variant1')[];
|
|
401
395
|
};
|
|
402
|
-
platform_editor_clean_up_widget_mark_logic: {
|
|
403
|
-
defaultValue: boolean;
|
|
404
|
-
param: string;
|
|
405
|
-
productKeys?: ProductKeys;
|
|
406
|
-
typeGuard: IsBooleanType;
|
|
407
|
-
};
|
|
408
396
|
platform_editor_controls_reliable_anchor: {
|
|
409
397
|
defaultValue: boolean;
|
|
410
398
|
param: string;
|
|
@@ -652,12 +640,6 @@ export declare const editorExperimentsConfig: {
|
|
|
652
640
|
productKeys?: ProductKeys;
|
|
653
641
|
typeGuard: IsBooleanType;
|
|
654
642
|
};
|
|
655
|
-
platform_editor_table_update_table_ref: {
|
|
656
|
-
defaultValue: boolean;
|
|
657
|
-
param: string;
|
|
658
|
-
productKeys?: ProductKeys;
|
|
659
|
-
typeGuard: IsBooleanType;
|
|
660
|
-
};
|
|
661
643
|
platform_editor_table_ref_optimisation: {
|
|
662
644
|
defaultValue: boolean;
|
|
663
645
|
param: string;
|
package/package.json
CHANGED