@atlaskit/tmp-editor-statsig 64.1.0 → 66.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 +20 -0
- package/dist/cjs/experiments-config.js +9 -16
- package/dist/es2019/experiments-config.js +9 -16
- package/dist/esm/experiments-config.js +9 -16
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 66.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f25ff7f70d948`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f25ff7f70d948) -
|
|
8
|
+
FFCLEANUP-91667 Remove shipped limited-mode experiment from Statsig config; use fixed document
|
|
9
|
+
thresholds in editor-common for limited-mode detection.
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`344eb4664c404`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/344eb4664c404) -
|
|
14
|
+
Add platform_editor_ai_chromeless_akEditor_class experiment config
|
|
15
|
+
|
|
16
|
+
## 65.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- [`e5cdd96dcf4f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5cdd96dcf4f9) -
|
|
21
|
+
Clean up platform_editor_hydratable_ui experiment (shipped as enabled)
|
|
22
|
+
|
|
3
23
|
## 64.1.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -422,14 +422,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
422
422
|
values: ['control', 'variant1'],
|
|
423
423
|
defaultValue: 'control'
|
|
424
424
|
}),
|
|
425
|
-
// Added 2025-09-03
|
|
426
|
-
platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
427
|
-
productKeys: {
|
|
428
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
429
|
-
},
|
|
430
|
-
param: 'isEnabled',
|
|
431
|
-
defaultValue: false
|
|
432
|
-
}),
|
|
433
425
|
// Added 2026-03-02
|
|
434
426
|
platform_editor_inline_card_dispatch_guard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
435
427
|
productKeys: {
|
|
@@ -744,14 +736,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
744
736
|
param: 'isEnabled',
|
|
745
737
|
defaultValue: false
|
|
746
738
|
}),
|
|
747
|
-
// Added 2026-01-19
|
|
748
|
-
cc_editor_limited_mode_expanded: (0, _experimentBuilders.createBooleanExperiment)({
|
|
749
|
-
productKeys: {
|
|
750
|
-
confluence: 'cc_editor_limited_mode_expanded'
|
|
751
|
-
},
|
|
752
|
-
param: 'isEnabled',
|
|
753
|
-
defaultValue: false
|
|
754
|
-
}),
|
|
755
739
|
// Added 2026-03-11
|
|
756
740
|
platform_editor_native_embeds: (0, _experimentBuilders.createBooleanExperiment)({
|
|
757
741
|
productKeys: {
|
|
@@ -2034,5 +2018,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2034
2018
|
},
|
|
2035
2019
|
param: 'isEnabled',
|
|
2036
2020
|
defaultValue: false
|
|
2021
|
+
}),
|
|
2022
|
+
// Added 2026-04-23
|
|
2023
|
+
platform_editor_ai_chromeless_akEditor_class: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2024
|
+
productKeys: {
|
|
2025
|
+
confluence: 'platform_editor_ai_chromeless_akEditor_class',
|
|
2026
|
+
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2027
|
+
},
|
|
2028
|
+
param: 'isEnabled',
|
|
2029
|
+
defaultValue: false
|
|
2037
2030
|
})
|
|
2038
2031
|
};
|
|
@@ -416,14 +416,6 @@ export const editorExperimentsConfig = {
|
|
|
416
416
|
values: ['control', 'variant1'],
|
|
417
417
|
defaultValue: 'control'
|
|
418
418
|
}),
|
|
419
|
-
// Added 2025-09-03
|
|
420
|
-
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
421
|
-
productKeys: {
|
|
422
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
423
|
-
},
|
|
424
|
-
param: 'isEnabled',
|
|
425
|
-
defaultValue: false
|
|
426
|
-
}),
|
|
427
419
|
// Added 2026-03-02
|
|
428
420
|
platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
|
|
429
421
|
productKeys: {
|
|
@@ -738,14 +730,6 @@ export const editorExperimentsConfig = {
|
|
|
738
730
|
param: 'isEnabled',
|
|
739
731
|
defaultValue: false
|
|
740
732
|
}),
|
|
741
|
-
// Added 2026-01-19
|
|
742
|
-
cc_editor_limited_mode_expanded: createBooleanExperiment({
|
|
743
|
-
productKeys: {
|
|
744
|
-
confluence: 'cc_editor_limited_mode_expanded'
|
|
745
|
-
},
|
|
746
|
-
param: 'isEnabled',
|
|
747
|
-
defaultValue: false
|
|
748
|
-
}),
|
|
749
733
|
// Added 2026-03-11
|
|
750
734
|
platform_editor_native_embeds: createBooleanExperiment({
|
|
751
735
|
productKeys: {
|
|
@@ -2028,5 +2012,14 @@ export const editorExperimentsConfig = {
|
|
|
2028
2012
|
},
|
|
2029
2013
|
param: 'isEnabled',
|
|
2030
2014
|
defaultValue: false
|
|
2015
|
+
}),
|
|
2016
|
+
// Added 2026-04-23
|
|
2017
|
+
platform_editor_ai_chromeless_akEditor_class: createBooleanExperiment({
|
|
2018
|
+
productKeys: {
|
|
2019
|
+
confluence: 'platform_editor_ai_chromeless_akEditor_class',
|
|
2020
|
+
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2021
|
+
},
|
|
2022
|
+
param: 'isEnabled',
|
|
2023
|
+
defaultValue: false
|
|
2031
2024
|
})
|
|
2032
2025
|
};
|
|
@@ -416,14 +416,6 @@ export var editorExperimentsConfig = {
|
|
|
416
416
|
values: ['control', 'variant1'],
|
|
417
417
|
defaultValue: 'control'
|
|
418
418
|
}),
|
|
419
|
-
// Added 2025-09-03
|
|
420
|
-
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
421
|
-
productKeys: {
|
|
422
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
423
|
-
},
|
|
424
|
-
param: 'isEnabled',
|
|
425
|
-
defaultValue: false
|
|
426
|
-
}),
|
|
427
419
|
// Added 2026-03-02
|
|
428
420
|
platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
|
|
429
421
|
productKeys: {
|
|
@@ -738,14 +730,6 @@ export var editorExperimentsConfig = {
|
|
|
738
730
|
param: 'isEnabled',
|
|
739
731
|
defaultValue: false
|
|
740
732
|
}),
|
|
741
|
-
// Added 2026-01-19
|
|
742
|
-
cc_editor_limited_mode_expanded: createBooleanExperiment({
|
|
743
|
-
productKeys: {
|
|
744
|
-
confluence: 'cc_editor_limited_mode_expanded'
|
|
745
|
-
},
|
|
746
|
-
param: 'isEnabled',
|
|
747
|
-
defaultValue: false
|
|
748
|
-
}),
|
|
749
733
|
// Added 2026-03-11
|
|
750
734
|
platform_editor_native_embeds: createBooleanExperiment({
|
|
751
735
|
productKeys: {
|
|
@@ -2028,5 +2012,14 @@ export var editorExperimentsConfig = {
|
|
|
2028
2012
|
},
|
|
2029
2013
|
param: 'isEnabled',
|
|
2030
2014
|
defaultValue: false
|
|
2015
|
+
}),
|
|
2016
|
+
// Added 2026-04-23
|
|
2017
|
+
platform_editor_ai_chromeless_akEditor_class: createBooleanExperiment({
|
|
2018
|
+
productKeys: {
|
|
2019
|
+
confluence: 'platform_editor_ai_chromeless_akEditor_class',
|
|
2020
|
+
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2021
|
+
},
|
|
2022
|
+
param: 'isEnabled',
|
|
2023
|
+
defaultValue: false
|
|
2031
2024
|
})
|
|
2032
2025
|
};
|
|
@@ -100,12 +100,6 @@ export declare const editorExperimentsConfig: {
|
|
|
100
100
|
productKeys?: ProductKeys;
|
|
101
101
|
typeGuard: IsBooleanType;
|
|
102
102
|
};
|
|
103
|
-
cc_editor_limited_mode_expanded: {
|
|
104
|
-
defaultValue: boolean;
|
|
105
|
-
param: string;
|
|
106
|
-
productKeys?: ProductKeys;
|
|
107
|
-
typeGuard: IsBooleanType;
|
|
108
|
-
};
|
|
109
103
|
confluence_load_editor_title_on_transition: {
|
|
110
104
|
defaultValue: boolean;
|
|
111
105
|
param: string;
|
|
@@ -463,12 +457,6 @@ export declare const editorExperimentsConfig: {
|
|
|
463
457
|
productKeys?: ProductKeys;
|
|
464
458
|
typeGuard: IsBooleanType;
|
|
465
459
|
};
|
|
466
|
-
platform_editor_hydratable_ui: {
|
|
467
|
-
defaultValue: boolean;
|
|
468
|
-
param: string;
|
|
469
|
-
productKeys?: ProductKeys;
|
|
470
|
-
typeGuard: IsBooleanType;
|
|
471
|
-
};
|
|
472
460
|
platform_editor_inline_card_dispatch_guard: {
|
|
473
461
|
defaultValue: boolean;
|
|
474
462
|
param: string;
|
|
@@ -1496,5 +1484,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1496
1484
|
productKeys?: ProductKeys;
|
|
1497
1485
|
typeGuard: IsBooleanType;
|
|
1498
1486
|
};
|
|
1487
|
+
platform_editor_ai_chromeless_akEditor_class: {
|
|
1488
|
+
defaultValue: boolean;
|
|
1489
|
+
param: string;
|
|
1490
|
+
productKeys?: ProductKeys;
|
|
1491
|
+
typeGuard: IsBooleanType;
|
|
1492
|
+
};
|
|
1499
1493
|
};
|
|
1500
1494
|
export {};
|
|
@@ -100,12 +100,6 @@ export declare const editorExperimentsConfig: {
|
|
|
100
100
|
productKeys?: ProductKeys;
|
|
101
101
|
typeGuard: IsBooleanType;
|
|
102
102
|
};
|
|
103
|
-
cc_editor_limited_mode_expanded: {
|
|
104
|
-
defaultValue: boolean;
|
|
105
|
-
param: string;
|
|
106
|
-
productKeys?: ProductKeys;
|
|
107
|
-
typeGuard: IsBooleanType;
|
|
108
|
-
};
|
|
109
103
|
confluence_load_editor_title_on_transition: {
|
|
110
104
|
defaultValue: boolean;
|
|
111
105
|
param: string;
|
|
@@ -463,12 +457,6 @@ export declare const editorExperimentsConfig: {
|
|
|
463
457
|
productKeys?: ProductKeys;
|
|
464
458
|
typeGuard: IsBooleanType;
|
|
465
459
|
};
|
|
466
|
-
platform_editor_hydratable_ui: {
|
|
467
|
-
defaultValue: boolean;
|
|
468
|
-
param: string;
|
|
469
|
-
productKeys?: ProductKeys;
|
|
470
|
-
typeGuard: IsBooleanType;
|
|
471
|
-
};
|
|
472
460
|
platform_editor_inline_card_dispatch_guard: {
|
|
473
461
|
defaultValue: boolean;
|
|
474
462
|
param: string;
|
|
@@ -1496,5 +1484,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1496
1484
|
productKeys?: ProductKeys;
|
|
1497
1485
|
typeGuard: IsBooleanType;
|
|
1498
1486
|
};
|
|
1487
|
+
platform_editor_ai_chromeless_akEditor_class: {
|
|
1488
|
+
defaultValue: boolean;
|
|
1489
|
+
param: string;
|
|
1490
|
+
productKeys?: ProductKeys;
|
|
1491
|
+
typeGuard: IsBooleanType;
|
|
1492
|
+
};
|
|
1499
1493
|
};
|
|
1500
1494
|
export {};
|
package/package.json
CHANGED