@atlaskit/tmp-editor-statsig 34.4.0 → 35.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 +21 -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,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 35.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f9c6cc572b6cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9c6cc572b6cd) -
|
|
8
|
+
EDITOR-5829: Set up experiment in config
|
|
9
|
+
|
|
10
|
+
## 35.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`1d6c1d6ba61dc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c1d6ba61dc) -
|
|
15
|
+
FFCLEANUP-79953 clean up stale experiment platform_editor_editor_width_analytics
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`94dbc76370522`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/94dbc76370522) -
|
|
20
|
+
[ux] remove unnecessary decoration for last cell element in table
|
|
21
|
+
- [`38112478a1d8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38112478a1d8a) -
|
|
22
|
+
Cleanup platform_editor_blockquote_zero_padding flag
|
|
23
|
+
|
|
3
24
|
## 34.4.0
|
|
4
25
|
|
|
5
26
|
### 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: {
|
|
@@ -1640,5 +1623,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1640
1623
|
},
|
|
1641
1624
|
param: 'isEnabled',
|
|
1642
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
|
|
1634
|
+
}),
|
|
1635
|
+
// Added 2026-03-10
|
|
1636
|
+
platform_editor_diff_plugin_extended: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1637
|
+
productKeys: {
|
|
1638
|
+
confluence: 'platform_editor_diff_plugin_extended'
|
|
1639
|
+
},
|
|
1640
|
+
param: 'isEnabled',
|
|
1641
|
+
defaultValue: false
|
|
1643
1642
|
})
|
|
1644
1643
|
};
|
|
@@ -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: {
|
|
@@ -1634,5 +1617,21 @@ export const editorExperimentsConfig = {
|
|
|
1634
1617
|
},
|
|
1635
1618
|
param: 'isEnabled',
|
|
1636
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
|
|
1628
|
+
}),
|
|
1629
|
+
// Added 2026-03-10
|
|
1630
|
+
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1631
|
+
productKeys: {
|
|
1632
|
+
confluence: 'platform_editor_diff_plugin_extended'
|
|
1633
|
+
},
|
|
1634
|
+
param: 'isEnabled',
|
|
1635
|
+
defaultValue: false
|
|
1637
1636
|
})
|
|
1638
1637
|
};
|
|
@@ -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: {
|
|
@@ -1634,5 +1617,21 @@ export var editorExperimentsConfig = {
|
|
|
1634
1617
|
},
|
|
1635
1618
|
param: 'isEnabled',
|
|
1636
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
|
|
1628
|
+
}),
|
|
1629
|
+
// Added 2026-03-10
|
|
1630
|
+
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1631
|
+
productKeys: {
|
|
1632
|
+
confluence: 'platform_editor_diff_plugin_extended'
|
|
1633
|
+
},
|
|
1634
|
+
param: 'isEnabled',
|
|
1635
|
+
defaultValue: false
|
|
1637
1636
|
})
|
|
1638
1637
|
};
|
|
@@ -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;
|
|
@@ -1206,5 +1194,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1206
1194
|
productKeys?: ProductKeys;
|
|
1207
1195
|
typeGuard: IsBooleanType;
|
|
1208
1196
|
};
|
|
1197
|
+
platform_editor_table_remove_last_cell_decoration: {
|
|
1198
|
+
defaultValue: boolean;
|
|
1199
|
+
param: string;
|
|
1200
|
+
productKeys?: ProductKeys;
|
|
1201
|
+
typeGuard: IsBooleanType;
|
|
1202
|
+
};
|
|
1203
|
+
platform_editor_diff_plugin_extended: {
|
|
1204
|
+
defaultValue: boolean;
|
|
1205
|
+
param: string;
|
|
1206
|
+
productKeys?: ProductKeys;
|
|
1207
|
+
typeGuard: IsBooleanType;
|
|
1208
|
+
};
|
|
1209
1209
|
};
|
|
1210
1210
|
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;
|
|
@@ -1206,5 +1194,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1206
1194
|
productKeys?: ProductKeys;
|
|
1207
1195
|
typeGuard: IsBooleanType;
|
|
1208
1196
|
};
|
|
1197
|
+
platform_editor_table_remove_last_cell_decoration: {
|
|
1198
|
+
defaultValue: boolean;
|
|
1199
|
+
param: string;
|
|
1200
|
+
productKeys?: ProductKeys;
|
|
1201
|
+
typeGuard: IsBooleanType;
|
|
1202
|
+
};
|
|
1203
|
+
platform_editor_diff_plugin_extended: {
|
|
1204
|
+
defaultValue: boolean;
|
|
1205
|
+
param: string;
|
|
1206
|
+
productKeys?: ProductKeys;
|
|
1207
|
+
typeGuard: IsBooleanType;
|
|
1208
|
+
};
|
|
1209
1209
|
};
|
|
1210
1210
|
export {};
|
package/package.json
CHANGED