@atlaskit/tmp-editor-statsig 61.0.1 → 62.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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 62.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`80a2b27ade0a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/80a2b27ade0a5) -
|
|
8
|
+
[ux] EDITOR-6391 remove margin top from hide macro
|
|
9
|
+
|
|
10
|
+
## 62.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`33ad954adbde1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33ad954adbde1) -
|
|
15
|
+
[NO-ISSUE] Cleaning flag platform_editor_focus_on_chromeless_editor
|
|
16
|
+
|
|
3
17
|
## 61.0.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1123,6 +1123,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1123
1123
|
param: 'isEnabled',
|
|
1124
1124
|
defaultValue: false
|
|
1125
1125
|
}),
|
|
1126
|
+
// Added 2026-04-13
|
|
1127
|
+
platform_editor_hide_extension_renderer_support: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1128
|
+
productKeys: {
|
|
1129
|
+
confluence: 'platform_editor_hide_extension_renderer_support'
|
|
1130
|
+
},
|
|
1131
|
+
param: 'isEnabled',
|
|
1132
|
+
defaultValue: false
|
|
1133
|
+
}),
|
|
1126
1134
|
// Added 2025-12-22
|
|
1127
1135
|
platform_editor_sample_renderer_rendered_event: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1128
1136
|
productKeys: {
|
|
@@ -1171,14 +1179,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1171
1179
|
param: 'isEnabled',
|
|
1172
1180
|
defaultValue: false
|
|
1173
1181
|
}),
|
|
1174
|
-
// Added 2026-01-08
|
|
1175
|
-
platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1176
|
-
productKeys: {
|
|
1177
|
-
confluence: 'platform_editor_focus_on_chromeless_editor'
|
|
1178
|
-
},
|
|
1179
|
-
param: 'isEnabled',
|
|
1180
|
-
defaultValue: false
|
|
1181
|
-
}),
|
|
1182
1182
|
// Added 2026-02-02
|
|
1183
1183
|
platform_editor_ai_disable_bridge_without_ai: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1184
1184
|
productKeys: {
|
|
@@ -1117,6 +1117,14 @@ export const editorExperimentsConfig = {
|
|
|
1117
1117
|
param: 'isEnabled',
|
|
1118
1118
|
defaultValue: false
|
|
1119
1119
|
}),
|
|
1120
|
+
// Added 2026-04-13
|
|
1121
|
+
platform_editor_hide_extension_renderer_support: createBooleanExperiment({
|
|
1122
|
+
productKeys: {
|
|
1123
|
+
confluence: 'platform_editor_hide_extension_renderer_support'
|
|
1124
|
+
},
|
|
1125
|
+
param: 'isEnabled',
|
|
1126
|
+
defaultValue: false
|
|
1127
|
+
}),
|
|
1120
1128
|
// Added 2025-12-22
|
|
1121
1129
|
platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
|
|
1122
1130
|
productKeys: {
|
|
@@ -1165,14 +1173,6 @@ export const editorExperimentsConfig = {
|
|
|
1165
1173
|
param: 'isEnabled',
|
|
1166
1174
|
defaultValue: false
|
|
1167
1175
|
}),
|
|
1168
|
-
// Added 2026-01-08
|
|
1169
|
-
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1170
|
-
productKeys: {
|
|
1171
|
-
confluence: 'platform_editor_focus_on_chromeless_editor'
|
|
1172
|
-
},
|
|
1173
|
-
param: 'isEnabled',
|
|
1174
|
-
defaultValue: false
|
|
1175
|
-
}),
|
|
1176
1176
|
// Added 2026-02-02
|
|
1177
1177
|
platform_editor_ai_disable_bridge_without_ai: createBooleanExperiment({
|
|
1178
1178
|
productKeys: {
|
|
@@ -1117,6 +1117,14 @@ export var editorExperimentsConfig = {
|
|
|
1117
1117
|
param: 'isEnabled',
|
|
1118
1118
|
defaultValue: false
|
|
1119
1119
|
}),
|
|
1120
|
+
// Added 2026-04-13
|
|
1121
|
+
platform_editor_hide_extension_renderer_support: createBooleanExperiment({
|
|
1122
|
+
productKeys: {
|
|
1123
|
+
confluence: 'platform_editor_hide_extension_renderer_support'
|
|
1124
|
+
},
|
|
1125
|
+
param: 'isEnabled',
|
|
1126
|
+
defaultValue: false
|
|
1127
|
+
}),
|
|
1120
1128
|
// Added 2025-12-22
|
|
1121
1129
|
platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
|
|
1122
1130
|
productKeys: {
|
|
@@ -1165,14 +1173,6 @@ export var editorExperimentsConfig = {
|
|
|
1165
1173
|
param: 'isEnabled',
|
|
1166
1174
|
defaultValue: false
|
|
1167
1175
|
}),
|
|
1168
|
-
// Added 2026-01-08
|
|
1169
|
-
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1170
|
-
productKeys: {
|
|
1171
|
-
confluence: 'platform_editor_focus_on_chromeless_editor'
|
|
1172
|
-
},
|
|
1173
|
-
param: 'isEnabled',
|
|
1174
|
-
defaultValue: false
|
|
1175
|
-
}),
|
|
1176
1176
|
// Added 2026-02-02
|
|
1177
1177
|
platform_editor_ai_disable_bridge_without_ai: createBooleanExperiment({
|
|
1178
1178
|
productKeys: {
|
|
@@ -845,25 +845,25 @@ export declare const editorExperimentsConfig: {
|
|
|
845
845
|
productKeys?: ProductKeys;
|
|
846
846
|
typeGuard: IsBooleanType;
|
|
847
847
|
};
|
|
848
|
-
|
|
848
|
+
platform_editor_hide_extension_renderer_support: {
|
|
849
849
|
defaultValue: boolean;
|
|
850
850
|
param: string;
|
|
851
851
|
productKeys?: ProductKeys;
|
|
852
852
|
typeGuard: IsBooleanType;
|
|
853
853
|
};
|
|
854
|
-
|
|
854
|
+
platform_editor_sample_renderer_rendered_event: {
|
|
855
855
|
defaultValue: boolean;
|
|
856
856
|
param: string;
|
|
857
857
|
productKeys?: ProductKeys;
|
|
858
858
|
typeGuard: IsBooleanType;
|
|
859
859
|
};
|
|
860
|
-
|
|
860
|
+
platform_editor_table_sticky_header_patch_11: {
|
|
861
861
|
defaultValue: boolean;
|
|
862
862
|
param: string;
|
|
863
863
|
productKeys?: ProductKeys;
|
|
864
864
|
typeGuard: IsBooleanType;
|
|
865
865
|
};
|
|
866
|
-
|
|
866
|
+
platform_editor_copy_link_a11y_inconsistency_fix: {
|
|
867
867
|
defaultValue: boolean;
|
|
868
868
|
param: string;
|
|
869
869
|
productKeys?: ProductKeys;
|
|
@@ -845,25 +845,25 @@ export declare const editorExperimentsConfig: {
|
|
|
845
845
|
productKeys?: ProductKeys;
|
|
846
846
|
typeGuard: IsBooleanType;
|
|
847
847
|
};
|
|
848
|
-
|
|
848
|
+
platform_editor_hide_extension_renderer_support: {
|
|
849
849
|
defaultValue: boolean;
|
|
850
850
|
param: string;
|
|
851
851
|
productKeys?: ProductKeys;
|
|
852
852
|
typeGuard: IsBooleanType;
|
|
853
853
|
};
|
|
854
|
-
|
|
854
|
+
platform_editor_sample_renderer_rendered_event: {
|
|
855
855
|
defaultValue: boolean;
|
|
856
856
|
param: string;
|
|
857
857
|
productKeys?: ProductKeys;
|
|
858
858
|
typeGuard: IsBooleanType;
|
|
859
859
|
};
|
|
860
|
-
|
|
860
|
+
platform_editor_table_sticky_header_patch_11: {
|
|
861
861
|
defaultValue: boolean;
|
|
862
862
|
param: string;
|
|
863
863
|
productKeys?: ProductKeys;
|
|
864
864
|
typeGuard: IsBooleanType;
|
|
865
865
|
};
|
|
866
|
-
|
|
866
|
+
platform_editor_copy_link_a11y_inconsistency_fix: {
|
|
867
867
|
defaultValue: boolean;
|
|
868
868
|
param: string;
|
|
869
869
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED