@atlaskit/tmp-editor-statsig 16.27.0 → 16.28.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.28.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`aeb74c52331de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aeb74c52331de) -
|
|
8
|
+
[EDITOR-4634] remove duplicated toolbar role from toolbar elements behind
|
|
9
|
+
platform_editor_aifc_remove_duplicate_role
|
|
10
|
+
|
|
3
11
|
## 16.27.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1247,5 +1247,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1247
1247
|
},
|
|
1248
1248
|
param: 'isEnabled',
|
|
1249
1249
|
defaultValue: false
|
|
1250
|
+
}),
|
|
1251
|
+
// Added 2026-01-20
|
|
1252
|
+
platform_editor_aifc_remove_duplicate_role: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1253
|
+
productKeys: {
|
|
1254
|
+
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1255
|
+
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1256
|
+
},
|
|
1257
|
+
param: 'isEnabled',
|
|
1258
|
+
defaultValue: false
|
|
1250
1259
|
})
|
|
1251
1260
|
};
|
|
@@ -1241,5 +1241,14 @@ export const editorExperimentsConfig = {
|
|
|
1241
1241
|
},
|
|
1242
1242
|
param: 'isEnabled',
|
|
1243
1243
|
defaultValue: false
|
|
1244
|
+
}),
|
|
1245
|
+
// Added 2026-01-20
|
|
1246
|
+
platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
|
|
1247
|
+
productKeys: {
|
|
1248
|
+
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1249
|
+
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1250
|
+
},
|
|
1251
|
+
param: 'isEnabled',
|
|
1252
|
+
defaultValue: false
|
|
1244
1253
|
})
|
|
1245
1254
|
};
|
|
@@ -1241,5 +1241,14 @@ export var editorExperimentsConfig = {
|
|
|
1241
1241
|
},
|
|
1242
1242
|
param: 'isEnabled',
|
|
1243
1243
|
defaultValue: false
|
|
1244
|
+
}),
|
|
1245
|
+
// Added 2026-01-20
|
|
1246
|
+
platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
|
|
1247
|
+
productKeys: {
|
|
1248
|
+
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1249
|
+
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1250
|
+
},
|
|
1251
|
+
param: 'isEnabled',
|
|
1252
|
+
defaultValue: false
|
|
1244
1253
|
})
|
|
1245
1254
|
};
|
|
@@ -920,5 +920,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
920
|
productKeys?: ProductKeys;
|
|
921
921
|
typeGuard: IsBooleanType;
|
|
922
922
|
};
|
|
923
|
+
platform_editor_aifc_remove_duplicate_role: {
|
|
924
|
+
defaultValue: boolean;
|
|
925
|
+
param: string;
|
|
926
|
+
productKeys?: ProductKeys;
|
|
927
|
+
typeGuard: IsBooleanType;
|
|
928
|
+
};
|
|
923
929
|
};
|
|
924
930
|
export {};
|
|
@@ -920,5 +920,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
920
|
productKeys?: ProductKeys;
|
|
921
921
|
typeGuard: IsBooleanType;
|
|
922
922
|
};
|
|
923
|
+
platform_editor_aifc_remove_duplicate_role: {
|
|
924
|
+
defaultValue: boolean;
|
|
925
|
+
param: string;
|
|
926
|
+
productKeys?: ProductKeys;
|
|
927
|
+
typeGuard: IsBooleanType;
|
|
928
|
+
};
|
|
923
929
|
};
|
|
924
930
|
export {};
|
package/package.json
CHANGED