@atlaskit/tmp-editor-statsig 32.5.0 → 32.6.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 +7 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`342dd44a8575e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/342dd44a8575e) -
|
|
8
|
+
[ux] EDITOR-4609 Add prop to disable pasting expands
|
|
9
|
+
|
|
3
10
|
## 32.5.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1130,6 +1130,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1130
1130
|
param: 'isEnabled',
|
|
1131
1131
|
defaultValue: false
|
|
1132
1132
|
}),
|
|
1133
|
+
// Added 2026-02-25
|
|
1134
|
+
platform_editor_expand_paste_in_comment_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1135
|
+
productKeys: {
|
|
1136
|
+
confluence: 'platform_editor_expand_paste_in_comment_editor'
|
|
1137
|
+
},
|
|
1138
|
+
param: 'isEnabled',
|
|
1139
|
+
defaultValue: false
|
|
1140
|
+
}),
|
|
1133
1141
|
// Added 2026-01-12
|
|
1134
1142
|
platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1135
1143
|
productKeys: {
|
|
@@ -1502,5 +1510,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1502
1510
|
},
|
|
1503
1511
|
param: 'isEnabled',
|
|
1504
1512
|
defaultValue: false
|
|
1513
|
+
}),
|
|
1514
|
+
// Added 2026-03-03
|
|
1515
|
+
platform_editor_ai_update_actioned_event_timeout: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1516
|
+
productKeys: {
|
|
1517
|
+
confluence: 'platform_editor_ai_update_actioned_event_timeout'
|
|
1518
|
+
},
|
|
1519
|
+
param: 'isEnabled',
|
|
1520
|
+
defaultValue: false
|
|
1505
1521
|
})
|
|
1506
1522
|
};
|
|
@@ -1124,6 +1124,14 @@ export const editorExperimentsConfig = {
|
|
|
1124
1124
|
param: 'isEnabled',
|
|
1125
1125
|
defaultValue: false
|
|
1126
1126
|
}),
|
|
1127
|
+
// Added 2026-02-25
|
|
1128
|
+
platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
|
|
1129
|
+
productKeys: {
|
|
1130
|
+
confluence: 'platform_editor_expand_paste_in_comment_editor'
|
|
1131
|
+
},
|
|
1132
|
+
param: 'isEnabled',
|
|
1133
|
+
defaultValue: false
|
|
1134
|
+
}),
|
|
1127
1135
|
// Added 2026-01-12
|
|
1128
1136
|
platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
|
|
1129
1137
|
productKeys: {
|
|
@@ -1496,5 +1504,13 @@ export const editorExperimentsConfig = {
|
|
|
1496
1504
|
},
|
|
1497
1505
|
param: 'isEnabled',
|
|
1498
1506
|
defaultValue: false
|
|
1507
|
+
}),
|
|
1508
|
+
// Added 2026-03-03
|
|
1509
|
+
platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
|
|
1510
|
+
productKeys: {
|
|
1511
|
+
confluence: 'platform_editor_ai_update_actioned_event_timeout'
|
|
1512
|
+
},
|
|
1513
|
+
param: 'isEnabled',
|
|
1514
|
+
defaultValue: false
|
|
1499
1515
|
})
|
|
1500
1516
|
};
|
|
@@ -1124,6 +1124,14 @@ export var editorExperimentsConfig = {
|
|
|
1124
1124
|
param: 'isEnabled',
|
|
1125
1125
|
defaultValue: false
|
|
1126
1126
|
}),
|
|
1127
|
+
// Added 2026-02-25
|
|
1128
|
+
platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
|
|
1129
|
+
productKeys: {
|
|
1130
|
+
confluence: 'platform_editor_expand_paste_in_comment_editor'
|
|
1131
|
+
},
|
|
1132
|
+
param: 'isEnabled',
|
|
1133
|
+
defaultValue: false
|
|
1134
|
+
}),
|
|
1127
1135
|
// Added 2026-01-12
|
|
1128
1136
|
platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
|
|
1129
1137
|
productKeys: {
|
|
@@ -1496,5 +1504,13 @@ export var editorExperimentsConfig = {
|
|
|
1496
1504
|
},
|
|
1497
1505
|
param: 'isEnabled',
|
|
1498
1506
|
defaultValue: false
|
|
1507
|
+
}),
|
|
1508
|
+
// Added 2026-03-03
|
|
1509
|
+
platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
|
|
1510
|
+
productKeys: {
|
|
1511
|
+
confluence: 'platform_editor_ai_update_actioned_event_timeout'
|
|
1512
|
+
},
|
|
1513
|
+
param: 'isEnabled',
|
|
1514
|
+
defaultValue: false
|
|
1499
1515
|
})
|
|
1500
1516
|
};
|
|
@@ -312,6 +312,12 @@ export declare const editorExperimentsConfig: {
|
|
|
312
312
|
productKeys?: ProductKeys;
|
|
313
313
|
typeGuard: IsBooleanType;
|
|
314
314
|
};
|
|
315
|
+
platform_editor_expand_paste_in_comment_editor: {
|
|
316
|
+
defaultValue: boolean;
|
|
317
|
+
param: string;
|
|
318
|
+
productKeys?: ProductKeys;
|
|
319
|
+
typeGuard: IsBooleanType;
|
|
320
|
+
};
|
|
315
321
|
platform_editor_block_control_optimise_render: {
|
|
316
322
|
defaultValue: boolean;
|
|
317
323
|
param: string;
|
|
@@ -1110,5 +1116,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1110
1116
|
productKeys?: ProductKeys;
|
|
1111
1117
|
typeGuard: IsBooleanType;
|
|
1112
1118
|
};
|
|
1119
|
+
platform_editor_ai_update_actioned_event_timeout: {
|
|
1120
|
+
defaultValue: boolean;
|
|
1121
|
+
param: string;
|
|
1122
|
+
productKeys?: ProductKeys;
|
|
1123
|
+
typeGuard: IsBooleanType;
|
|
1124
|
+
};
|
|
1113
1125
|
};
|
|
1114
1126
|
export {};
|
|
@@ -312,6 +312,12 @@ export declare const editorExperimentsConfig: {
|
|
|
312
312
|
productKeys?: ProductKeys;
|
|
313
313
|
typeGuard: IsBooleanType;
|
|
314
314
|
};
|
|
315
|
+
platform_editor_expand_paste_in_comment_editor: {
|
|
316
|
+
defaultValue: boolean;
|
|
317
|
+
param: string;
|
|
318
|
+
productKeys?: ProductKeys;
|
|
319
|
+
typeGuard: IsBooleanType;
|
|
320
|
+
};
|
|
315
321
|
platform_editor_block_control_optimise_render: {
|
|
316
322
|
defaultValue: boolean;
|
|
317
323
|
param: string;
|
|
@@ -1110,5 +1116,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1110
1116
|
productKeys?: ProductKeys;
|
|
1111
1117
|
typeGuard: IsBooleanType;
|
|
1112
1118
|
};
|
|
1119
|
+
platform_editor_ai_update_actioned_event_timeout: {
|
|
1120
|
+
defaultValue: boolean;
|
|
1121
|
+
param: string;
|
|
1122
|
+
productKeys?: ProductKeys;
|
|
1123
|
+
typeGuard: IsBooleanType;
|
|
1124
|
+
};
|
|
1113
1125
|
};
|
|
1114
1126
|
export {};
|
package/package.json
CHANGED