@atlaskit/tmp-editor-statsig 34.3.0 → 35.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 +22 -0
- package/dist/cjs/experiments-config.js +16 -17
- package/dist/es2019/experiments-config.js +16 -17
- package/dist/esm/experiments-config.js +16 -17
- package/dist/types/experiments-config.d.ts +12 -12
- package/dist/types-ts4.5/experiments-config.d.ts +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 35.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`1d6c1d6ba61dc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c1d6ba61dc) -
|
|
8
|
+
FFCLEANUP-79953 clean up stale experiment platform_editor_editor_width_analytics
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`94dbc76370522`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/94dbc76370522) -
|
|
13
|
+
[ux] remove unnecessary decoration for last cell element in table
|
|
14
|
+
- [`38112478a1d8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38112478a1d8a) -
|
|
15
|
+
Cleanup platform_editor_blockquote_zero_padding flag
|
|
16
|
+
|
|
17
|
+
## 34.4.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`1d6c102310afb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c102310afb) -
|
|
22
|
+
[ux] Use editor-smart-link-draggable package ti implement React-based drag preview, and design
|
|
23
|
+
system compliance. Updated editor-plugin-card to reference the new package.
|
|
24
|
+
|
|
3
25
|
## 34.3.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -881,15 +881,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
881
881
|
param: 'isEnabled',
|
|
882
882
|
defaultValue: false
|
|
883
883
|
}),
|
|
884
|
-
// Added 2025-09-08
|
|
885
|
-
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
886
|
-
productKeys: {
|
|
887
|
-
confluence: 'platform_editor_editor_width_analytics',
|
|
888
|
-
jira: 'platform_editor_editor_width_analytics'
|
|
889
|
-
},
|
|
890
|
-
param: 'isEnabled',
|
|
891
|
-
defaultValue: false
|
|
892
|
-
}),
|
|
893
884
|
// Added 2025-09-10
|
|
894
885
|
platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
|
|
895
886
|
productKeys: {
|
|
@@ -1021,14 +1012,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1021
1012
|
param: 'isEnabled',
|
|
1022
1013
|
defaultValue: false
|
|
1023
1014
|
}),
|
|
1024
|
-
// Added 2025-12-18
|
|
1025
|
-
platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1026
|
-
productKeys: {
|
|
1027
|
-
confluence: 'platform_editor_blockquote_zero_padding'
|
|
1028
|
-
},
|
|
1029
|
-
param: 'isEnabled',
|
|
1030
|
-
defaultValue: false
|
|
1031
|
-
}),
|
|
1032
1015
|
// Added 2026-02-18
|
|
1033
1016
|
editor_a11y_7152_profile_card_tab_order: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1034
1017
|
productKeys: {
|
|
@@ -1632,5 +1615,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1632
1615
|
},
|
|
1633
1616
|
param: 'isEnabled',
|
|
1634
1617
|
defaultValue: false
|
|
1618
|
+
}),
|
|
1619
|
+
// Added 2026-03-05
|
|
1620
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1621
|
+
productKeys: {
|
|
1622
|
+
confluence: 'cc_drag_and_drop_smart_link_from_content_to_tree'
|
|
1623
|
+
},
|
|
1624
|
+
param: 'isEnabled',
|
|
1625
|
+
defaultValue: false
|
|
1626
|
+
}),
|
|
1627
|
+
// Added 2026-03-07
|
|
1628
|
+
platform_editor_table_remove_last_cell_decoration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1629
|
+
productKeys: {
|
|
1630
|
+
confluence: 'platform_editor_table_remove_last_cell_decoration'
|
|
1631
|
+
},
|
|
1632
|
+
param: 'isEnabled',
|
|
1633
|
+
defaultValue: false
|
|
1635
1634
|
})
|
|
1636
1635
|
};
|
|
@@ -875,15 +875,6 @@ export const editorExperimentsConfig = {
|
|
|
875
875
|
param: 'isEnabled',
|
|
876
876
|
defaultValue: false
|
|
877
877
|
}),
|
|
878
|
-
// Added 2025-09-08
|
|
879
|
-
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
880
|
-
productKeys: {
|
|
881
|
-
confluence: 'platform_editor_editor_width_analytics',
|
|
882
|
-
jira: 'platform_editor_editor_width_analytics'
|
|
883
|
-
},
|
|
884
|
-
param: 'isEnabled',
|
|
885
|
-
defaultValue: false
|
|
886
|
-
}),
|
|
887
878
|
// Added 2025-09-10
|
|
888
879
|
platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
|
|
889
880
|
productKeys: {
|
|
@@ -1015,14 +1006,6 @@ export const editorExperimentsConfig = {
|
|
|
1015
1006
|
param: 'isEnabled',
|
|
1016
1007
|
defaultValue: false
|
|
1017
1008
|
}),
|
|
1018
|
-
// Added 2025-12-18
|
|
1019
|
-
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1020
|
-
productKeys: {
|
|
1021
|
-
confluence: 'platform_editor_blockquote_zero_padding'
|
|
1022
|
-
},
|
|
1023
|
-
param: 'isEnabled',
|
|
1024
|
-
defaultValue: false
|
|
1025
|
-
}),
|
|
1026
1009
|
// Added 2026-02-18
|
|
1027
1010
|
editor_a11y_7152_profile_card_tab_order: createBooleanExperiment({
|
|
1028
1011
|
productKeys: {
|
|
@@ -1626,5 +1609,21 @@ export const editorExperimentsConfig = {
|
|
|
1626
1609
|
},
|
|
1627
1610
|
param: 'isEnabled',
|
|
1628
1611
|
defaultValue: false
|
|
1612
|
+
}),
|
|
1613
|
+
// Added 2026-03-05
|
|
1614
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1615
|
+
productKeys: {
|
|
1616
|
+
confluence: 'cc_drag_and_drop_smart_link_from_content_to_tree'
|
|
1617
|
+
},
|
|
1618
|
+
param: 'isEnabled',
|
|
1619
|
+
defaultValue: false
|
|
1620
|
+
}),
|
|
1621
|
+
// Added 2026-03-07
|
|
1622
|
+
platform_editor_table_remove_last_cell_decoration: createBooleanExperiment({
|
|
1623
|
+
productKeys: {
|
|
1624
|
+
confluence: 'platform_editor_table_remove_last_cell_decoration'
|
|
1625
|
+
},
|
|
1626
|
+
param: 'isEnabled',
|
|
1627
|
+
defaultValue: false
|
|
1629
1628
|
})
|
|
1630
1629
|
};
|
|
@@ -875,15 +875,6 @@ export var editorExperimentsConfig = {
|
|
|
875
875
|
param: 'isEnabled',
|
|
876
876
|
defaultValue: false
|
|
877
877
|
}),
|
|
878
|
-
// Added 2025-09-08
|
|
879
|
-
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
880
|
-
productKeys: {
|
|
881
|
-
confluence: 'platform_editor_editor_width_analytics',
|
|
882
|
-
jira: 'platform_editor_editor_width_analytics'
|
|
883
|
-
},
|
|
884
|
-
param: 'isEnabled',
|
|
885
|
-
defaultValue: false
|
|
886
|
-
}),
|
|
887
878
|
// Added 2025-09-10
|
|
888
879
|
platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
|
|
889
880
|
productKeys: {
|
|
@@ -1015,14 +1006,6 @@ export var editorExperimentsConfig = {
|
|
|
1015
1006
|
param: 'isEnabled',
|
|
1016
1007
|
defaultValue: false
|
|
1017
1008
|
}),
|
|
1018
|
-
// Added 2025-12-18
|
|
1019
|
-
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1020
|
-
productKeys: {
|
|
1021
|
-
confluence: 'platform_editor_blockquote_zero_padding'
|
|
1022
|
-
},
|
|
1023
|
-
param: 'isEnabled',
|
|
1024
|
-
defaultValue: false
|
|
1025
|
-
}),
|
|
1026
1009
|
// Added 2026-02-18
|
|
1027
1010
|
editor_a11y_7152_profile_card_tab_order: createBooleanExperiment({
|
|
1028
1011
|
productKeys: {
|
|
@@ -1626,5 +1609,21 @@ export var editorExperimentsConfig = {
|
|
|
1626
1609
|
},
|
|
1627
1610
|
param: 'isEnabled',
|
|
1628
1611
|
defaultValue: false
|
|
1612
|
+
}),
|
|
1613
|
+
// Added 2026-03-05
|
|
1614
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1615
|
+
productKeys: {
|
|
1616
|
+
confluence: 'cc_drag_and_drop_smart_link_from_content_to_tree'
|
|
1617
|
+
},
|
|
1618
|
+
param: 'isEnabled',
|
|
1619
|
+
defaultValue: false
|
|
1620
|
+
}),
|
|
1621
|
+
// Added 2026-03-07
|
|
1622
|
+
platform_editor_table_remove_last_cell_decoration: createBooleanExperiment({
|
|
1623
|
+
productKeys: {
|
|
1624
|
+
confluence: 'platform_editor_table_remove_last_cell_decoration'
|
|
1625
|
+
},
|
|
1626
|
+
param: 'isEnabled',
|
|
1627
|
+
defaultValue: false
|
|
1629
1628
|
})
|
|
1630
1629
|
};
|
|
@@ -51,12 +51,6 @@ export declare const editorExperimentsConfig: {
|
|
|
51
51
|
productKeys?: ProductKeys;
|
|
52
52
|
typeGuard: IsBooleanType;
|
|
53
53
|
};
|
|
54
|
-
platform_editor_blockquote_zero_padding: {
|
|
55
|
-
defaultValue: boolean;
|
|
56
|
-
param: string;
|
|
57
|
-
productKeys?: ProductKeys;
|
|
58
|
-
typeGuard: IsBooleanType;
|
|
59
|
-
};
|
|
60
54
|
editor_a11y_7152_profile_card_tab_order: {
|
|
61
55
|
defaultValue: boolean;
|
|
62
56
|
param: string;
|
|
@@ -403,12 +397,6 @@ export declare const editorExperimentsConfig: {
|
|
|
403
397
|
productKeys?: ProductKeys;
|
|
404
398
|
typeGuard: IsBooleanType;
|
|
405
399
|
};
|
|
406
|
-
platform_editor_editor_width_analytics: {
|
|
407
|
-
defaultValue: boolean;
|
|
408
|
-
param: string;
|
|
409
|
-
productKeys?: ProductKeys;
|
|
410
|
-
typeGuard: IsBooleanType;
|
|
411
|
-
};
|
|
412
400
|
platform_editor_toolbar_hide_overflow_menu: {
|
|
413
401
|
defaultValue: boolean;
|
|
414
402
|
param: string;
|
|
@@ -1200,5 +1188,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1200
1188
|
productKeys?: ProductKeys;
|
|
1201
1189
|
typeGuard: IsBooleanType;
|
|
1202
1190
|
};
|
|
1191
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: {
|
|
1192
|
+
defaultValue: boolean;
|
|
1193
|
+
param: string;
|
|
1194
|
+
productKeys?: ProductKeys;
|
|
1195
|
+
typeGuard: IsBooleanType;
|
|
1196
|
+
};
|
|
1197
|
+
platform_editor_table_remove_last_cell_decoration: {
|
|
1198
|
+
defaultValue: boolean;
|
|
1199
|
+
param: string;
|
|
1200
|
+
productKeys?: ProductKeys;
|
|
1201
|
+
typeGuard: IsBooleanType;
|
|
1202
|
+
};
|
|
1203
1203
|
};
|
|
1204
1204
|
export {};
|
|
@@ -51,12 +51,6 @@ export declare const editorExperimentsConfig: {
|
|
|
51
51
|
productKeys?: ProductKeys;
|
|
52
52
|
typeGuard: IsBooleanType;
|
|
53
53
|
};
|
|
54
|
-
platform_editor_blockquote_zero_padding: {
|
|
55
|
-
defaultValue: boolean;
|
|
56
|
-
param: string;
|
|
57
|
-
productKeys?: ProductKeys;
|
|
58
|
-
typeGuard: IsBooleanType;
|
|
59
|
-
};
|
|
60
54
|
editor_a11y_7152_profile_card_tab_order: {
|
|
61
55
|
defaultValue: boolean;
|
|
62
56
|
param: string;
|
|
@@ -403,12 +397,6 @@ export declare const editorExperimentsConfig: {
|
|
|
403
397
|
productKeys?: ProductKeys;
|
|
404
398
|
typeGuard: IsBooleanType;
|
|
405
399
|
};
|
|
406
|
-
platform_editor_editor_width_analytics: {
|
|
407
|
-
defaultValue: boolean;
|
|
408
|
-
param: string;
|
|
409
|
-
productKeys?: ProductKeys;
|
|
410
|
-
typeGuard: IsBooleanType;
|
|
411
|
-
};
|
|
412
400
|
platform_editor_toolbar_hide_overflow_menu: {
|
|
413
401
|
defaultValue: boolean;
|
|
414
402
|
param: string;
|
|
@@ -1200,5 +1188,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1200
1188
|
productKeys?: ProductKeys;
|
|
1201
1189
|
typeGuard: IsBooleanType;
|
|
1202
1190
|
};
|
|
1191
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: {
|
|
1192
|
+
defaultValue: boolean;
|
|
1193
|
+
param: string;
|
|
1194
|
+
productKeys?: ProductKeys;
|
|
1195
|
+
typeGuard: IsBooleanType;
|
|
1196
|
+
};
|
|
1197
|
+
platform_editor_table_remove_last_cell_decoration: {
|
|
1198
|
+
defaultValue: boolean;
|
|
1199
|
+
param: string;
|
|
1200
|
+
productKeys?: ProductKeys;
|
|
1201
|
+
typeGuard: IsBooleanType;
|
|
1202
|
+
};
|
|
1203
1203
|
};
|
|
1204
1204
|
export {};
|
package/package.json
CHANGED