@atlaskit/tmp-editor-statsig 65.0.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
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
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
|
+
|
|
3
16
|
## 65.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
|
@@ -736,14 +736,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
736
736
|
param: 'isEnabled',
|
|
737
737
|
defaultValue: false
|
|
738
738
|
}),
|
|
739
|
-
// Added 2026-01-19
|
|
740
|
-
cc_editor_limited_mode_expanded: (0, _experimentBuilders.createBooleanExperiment)({
|
|
741
|
-
productKeys: {
|
|
742
|
-
confluence: 'cc_editor_limited_mode_expanded'
|
|
743
|
-
},
|
|
744
|
-
param: 'isEnabled',
|
|
745
|
-
defaultValue: false
|
|
746
|
-
}),
|
|
747
739
|
// Added 2026-03-11
|
|
748
740
|
platform_editor_native_embeds: (0, _experimentBuilders.createBooleanExperiment)({
|
|
749
741
|
productKeys: {
|
|
@@ -2026,5 +2018,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2026
2018
|
},
|
|
2027
2019
|
param: 'isEnabled',
|
|
2028
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
|
|
2029
2030
|
})
|
|
2030
2031
|
};
|
|
@@ -730,14 +730,6 @@ export const editorExperimentsConfig = {
|
|
|
730
730
|
param: 'isEnabled',
|
|
731
731
|
defaultValue: false
|
|
732
732
|
}),
|
|
733
|
-
// Added 2026-01-19
|
|
734
|
-
cc_editor_limited_mode_expanded: createBooleanExperiment({
|
|
735
|
-
productKeys: {
|
|
736
|
-
confluence: 'cc_editor_limited_mode_expanded'
|
|
737
|
-
},
|
|
738
|
-
param: 'isEnabled',
|
|
739
|
-
defaultValue: false
|
|
740
|
-
}),
|
|
741
733
|
// Added 2026-03-11
|
|
742
734
|
platform_editor_native_embeds: createBooleanExperiment({
|
|
743
735
|
productKeys: {
|
|
@@ -2020,5 +2012,14 @@ export const editorExperimentsConfig = {
|
|
|
2020
2012
|
},
|
|
2021
2013
|
param: 'isEnabled',
|
|
2022
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
|
|
2023
2024
|
})
|
|
2024
2025
|
};
|
|
@@ -730,14 +730,6 @@ export var editorExperimentsConfig = {
|
|
|
730
730
|
param: 'isEnabled',
|
|
731
731
|
defaultValue: false
|
|
732
732
|
}),
|
|
733
|
-
// Added 2026-01-19
|
|
734
|
-
cc_editor_limited_mode_expanded: createBooleanExperiment({
|
|
735
|
-
productKeys: {
|
|
736
|
-
confluence: 'cc_editor_limited_mode_expanded'
|
|
737
|
-
},
|
|
738
|
-
param: 'isEnabled',
|
|
739
|
-
defaultValue: false
|
|
740
|
-
}),
|
|
741
733
|
// Added 2026-03-11
|
|
742
734
|
platform_editor_native_embeds: createBooleanExperiment({
|
|
743
735
|
productKeys: {
|
|
@@ -2020,5 +2012,14 @@ export var editorExperimentsConfig = {
|
|
|
2020
2012
|
},
|
|
2021
2013
|
param: 'isEnabled',
|
|
2022
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
|
|
2023
2024
|
})
|
|
2024
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;
|
|
@@ -1490,5 +1484,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1490
1484
|
productKeys?: ProductKeys;
|
|
1491
1485
|
typeGuard: IsBooleanType;
|
|
1492
1486
|
};
|
|
1487
|
+
platform_editor_ai_chromeless_akEditor_class: {
|
|
1488
|
+
defaultValue: boolean;
|
|
1489
|
+
param: string;
|
|
1490
|
+
productKeys?: ProductKeys;
|
|
1491
|
+
typeGuard: IsBooleanType;
|
|
1492
|
+
};
|
|
1493
1493
|
};
|
|
1494
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;
|
|
@@ -1490,5 +1484,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1490
1484
|
productKeys?: ProductKeys;
|
|
1491
1485
|
typeGuard: IsBooleanType;
|
|
1492
1486
|
};
|
|
1487
|
+
platform_editor_ai_chromeless_akEditor_class: {
|
|
1488
|
+
defaultValue: boolean;
|
|
1489
|
+
param: string;
|
|
1490
|
+
productKeys?: ProductKeys;
|
|
1491
|
+
typeGuard: IsBooleanType;
|
|
1492
|
+
};
|
|
1493
1493
|
};
|
|
1494
1494
|
export {};
|
package/package.json
CHANGED