@atlaskit/tmp-editor-statsig 64.0.0 → 65.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 +14 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 65.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e5cdd96dcf4f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5cdd96dcf4f9) -
|
|
8
|
+
Clean up platform_editor_hydratable_ui experiment (shipped as enabled)
|
|
9
|
+
|
|
10
|
+
## 64.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`64134fd6d8fee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64134fd6d8fee) -
|
|
15
|
+
clean up platform_editor_block_control_optimise_render
|
|
16
|
+
|
|
3
17
|
## 64.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -27,7 +27,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
27
27
|
platform_editor_feedback_mandatory_rating: false,
|
|
28
28
|
platform_editor_preview_panel_responsiveness: false,
|
|
29
29
|
platform_editor_toolbar_aifc: false,
|
|
30
|
-
platform_editor_block_control_optimise_render: false,
|
|
31
30
|
'test-new-experiments-package': false,
|
|
32
31
|
platform_editor_exp_lazy_node_views: false,
|
|
33
32
|
platform_renderer_table_sticky_scrollbar: false,
|
|
@@ -247,14 +247,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
247
247
|
param: 'isEnabled',
|
|
248
248
|
defaultValue: false
|
|
249
249
|
}),
|
|
250
|
-
// Added 2025-06-02
|
|
251
|
-
platform_editor_block_control_optimise_render: (0, _experimentBuilders.createBooleanExperiment)({
|
|
252
|
-
productKeys: {
|
|
253
|
-
confluence: 'platform_editor_block_control_optimise_render'
|
|
254
|
-
},
|
|
255
|
-
param: 'isEnabled',
|
|
256
|
-
defaultValue: false
|
|
257
|
-
}),
|
|
258
250
|
// Added 2024-08-08
|
|
259
251
|
'example-boolean': (0, _experimentBuilders.createBooleanExperiment)({
|
|
260
252
|
productKeys: {
|
|
@@ -430,14 +422,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
430
422
|
values: ['control', 'variant1'],
|
|
431
423
|
defaultValue: 'control'
|
|
432
424
|
}),
|
|
433
|
-
// Added 2025-09-03
|
|
434
|
-
platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
435
|
-
productKeys: {
|
|
436
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
437
|
-
},
|
|
438
|
-
param: 'isEnabled',
|
|
439
|
-
defaultValue: false
|
|
440
|
-
}),
|
|
441
425
|
// Added 2026-03-02
|
|
442
426
|
platform_editor_inline_card_dispatch_guard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
443
427
|
productKeys: {
|
|
@@ -21,7 +21,6 @@ export const testBooleanOverrides = {
|
|
|
21
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
22
22
|
platform_editor_preview_panel_responsiveness: false,
|
|
23
23
|
platform_editor_toolbar_aifc: false,
|
|
24
|
-
platform_editor_block_control_optimise_render: false,
|
|
25
24
|
'test-new-experiments-package': false,
|
|
26
25
|
platform_editor_exp_lazy_node_views: false,
|
|
27
26
|
platform_renderer_table_sticky_scrollbar: false,
|
|
@@ -241,14 +241,6 @@ export const editorExperimentsConfig = {
|
|
|
241
241
|
param: 'isEnabled',
|
|
242
242
|
defaultValue: false
|
|
243
243
|
}),
|
|
244
|
-
// Added 2025-06-02
|
|
245
|
-
platform_editor_block_control_optimise_render: createBooleanExperiment({
|
|
246
|
-
productKeys: {
|
|
247
|
-
confluence: 'platform_editor_block_control_optimise_render'
|
|
248
|
-
},
|
|
249
|
-
param: 'isEnabled',
|
|
250
|
-
defaultValue: false
|
|
251
|
-
}),
|
|
252
244
|
// Added 2024-08-08
|
|
253
245
|
'example-boolean': createBooleanExperiment({
|
|
254
246
|
productKeys: {
|
|
@@ -424,14 +416,6 @@ export const editorExperimentsConfig = {
|
|
|
424
416
|
values: ['control', 'variant1'],
|
|
425
417
|
defaultValue: 'control'
|
|
426
418
|
}),
|
|
427
|
-
// Added 2025-09-03
|
|
428
|
-
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
429
|
-
productKeys: {
|
|
430
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
431
|
-
},
|
|
432
|
-
param: 'isEnabled',
|
|
433
|
-
defaultValue: false
|
|
434
|
-
}),
|
|
435
419
|
// Added 2026-03-02
|
|
436
420
|
platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
|
|
437
421
|
productKeys: {
|
|
@@ -21,7 +21,6 @@ export var testBooleanOverrides = {
|
|
|
21
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
22
22
|
platform_editor_preview_panel_responsiveness: false,
|
|
23
23
|
platform_editor_toolbar_aifc: false,
|
|
24
|
-
platform_editor_block_control_optimise_render: false,
|
|
25
24
|
'test-new-experiments-package': false,
|
|
26
25
|
platform_editor_exp_lazy_node_views: false,
|
|
27
26
|
platform_renderer_table_sticky_scrollbar: false,
|
|
@@ -241,14 +241,6 @@ export var editorExperimentsConfig = {
|
|
|
241
241
|
param: 'isEnabled',
|
|
242
242
|
defaultValue: false
|
|
243
243
|
}),
|
|
244
|
-
// Added 2025-06-02
|
|
245
|
-
platform_editor_block_control_optimise_render: createBooleanExperiment({
|
|
246
|
-
productKeys: {
|
|
247
|
-
confluence: 'platform_editor_block_control_optimise_render'
|
|
248
|
-
},
|
|
249
|
-
param: 'isEnabled',
|
|
250
|
-
defaultValue: false
|
|
251
|
-
}),
|
|
252
244
|
// Added 2024-08-08
|
|
253
245
|
'example-boolean': createBooleanExperiment({
|
|
254
246
|
productKeys: {
|
|
@@ -424,14 +416,6 @@ export var editorExperimentsConfig = {
|
|
|
424
416
|
values: ['control', 'variant1'],
|
|
425
417
|
defaultValue: 'control'
|
|
426
418
|
}),
|
|
427
|
-
// Added 2025-09-03
|
|
428
|
-
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
429
|
-
productKeys: {
|
|
430
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
431
|
-
},
|
|
432
|
-
param: 'isEnabled',
|
|
433
|
-
defaultValue: false
|
|
434
|
-
}),
|
|
435
419
|
// Added 2026-03-02
|
|
436
420
|
platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
|
|
437
421
|
productKeys: {
|
|
@@ -318,12 +318,6 @@ export declare const editorExperimentsConfig: {
|
|
|
318
318
|
productKeys?: ProductKeys;
|
|
319
319
|
typeGuard: IsBooleanType;
|
|
320
320
|
};
|
|
321
|
-
platform_editor_block_control_optimise_render: {
|
|
322
|
-
defaultValue: boolean;
|
|
323
|
-
param: string;
|
|
324
|
-
productKeys?: ProductKeys;
|
|
325
|
-
typeGuard: IsBooleanType;
|
|
326
|
-
};
|
|
327
321
|
platform_editor_media_name_fallback: {
|
|
328
322
|
defaultValue: boolean;
|
|
329
323
|
param: string;
|
|
@@ -469,12 +463,6 @@ export declare const editorExperimentsConfig: {
|
|
|
469
463
|
productKeys?: ProductKeys;
|
|
470
464
|
typeGuard: IsBooleanType;
|
|
471
465
|
};
|
|
472
|
-
platform_editor_hydratable_ui: {
|
|
473
|
-
defaultValue: boolean;
|
|
474
|
-
param: string;
|
|
475
|
-
productKeys?: ProductKeys;
|
|
476
|
-
typeGuard: IsBooleanType;
|
|
477
|
-
};
|
|
478
466
|
platform_editor_inline_card_dispatch_guard: {
|
|
479
467
|
defaultValue: boolean;
|
|
480
468
|
param: string;
|
|
@@ -318,12 +318,6 @@ export declare const editorExperimentsConfig: {
|
|
|
318
318
|
productKeys?: ProductKeys;
|
|
319
319
|
typeGuard: IsBooleanType;
|
|
320
320
|
};
|
|
321
|
-
platform_editor_block_control_optimise_render: {
|
|
322
|
-
defaultValue: boolean;
|
|
323
|
-
param: string;
|
|
324
|
-
productKeys?: ProductKeys;
|
|
325
|
-
typeGuard: IsBooleanType;
|
|
326
|
-
};
|
|
327
321
|
platform_editor_media_name_fallback: {
|
|
328
322
|
defaultValue: boolean;
|
|
329
323
|
param: string;
|
|
@@ -469,12 +463,6 @@ export declare const editorExperimentsConfig: {
|
|
|
469
463
|
productKeys?: ProductKeys;
|
|
470
464
|
typeGuard: IsBooleanType;
|
|
471
465
|
};
|
|
472
|
-
platform_editor_hydratable_ui: {
|
|
473
|
-
defaultValue: boolean;
|
|
474
|
-
param: string;
|
|
475
|
-
productKeys?: ProductKeys;
|
|
476
|
-
typeGuard: IsBooleanType;
|
|
477
|
-
};
|
|
478
466
|
platform_editor_inline_card_dispatch_guard: {
|
|
479
467
|
defaultValue: boolean;
|
|
480
468
|
param: string;
|
package/package.json
CHANGED