@atlaskit/tmp-editor-statsig 16.26.1 → 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,20 @@
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
+
11
+ ## 16.27.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`3dde4e51c90bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3dde4e51c90bf) -
16
+ Fixed mixed HTML/Editor content copy/paste issue on Date node.
17
+
3
18
  ## 16.26.1
4
19
 
5
20
  ### Patch Changes
@@ -1239,5 +1239,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1239
1239
  },
1240
1240
  param: 'isEnabled',
1241
1241
  defaultValue: false
1242
+ }),
1243
+ // Added 2026-01-19
1244
+ platform_editor_copy_paste_issue_fix: (0, _experimentBuilders.createBooleanExperiment)({
1245
+ productKeys: {
1246
+ confluence: 'platform_editor_copy_paste_issue_fix'
1247
+ },
1248
+ param: 'isEnabled',
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
1242
1259
  })
1243
1260
  };
@@ -1233,5 +1233,22 @@ export const editorExperimentsConfig = {
1233
1233
  },
1234
1234
  param: 'isEnabled',
1235
1235
  defaultValue: false
1236
+ }),
1237
+ // Added 2026-01-19
1238
+ platform_editor_copy_paste_issue_fix: createBooleanExperiment({
1239
+ productKeys: {
1240
+ confluence: 'platform_editor_copy_paste_issue_fix'
1241
+ },
1242
+ param: 'isEnabled',
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
1236
1253
  })
1237
1254
  };
@@ -1233,5 +1233,22 @@ export var editorExperimentsConfig = {
1233
1233
  },
1234
1234
  param: 'isEnabled',
1235
1235
  defaultValue: false
1236
+ }),
1237
+ // Added 2026-01-19
1238
+ platform_editor_copy_paste_issue_fix: createBooleanExperiment({
1239
+ productKeys: {
1240
+ confluence: 'platform_editor_copy_paste_issue_fix'
1241
+ },
1242
+ param: 'isEnabled',
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
1236
1253
  })
1237
1254
  };
@@ -914,5 +914,17 @@ export declare const editorExperimentsConfig: {
914
914
  productKeys?: ProductKeys;
915
915
  typeGuard: IsBooleanType;
916
916
  };
917
+ platform_editor_copy_paste_issue_fix: {
918
+ defaultValue: boolean;
919
+ param: string;
920
+ productKeys?: ProductKeys;
921
+ typeGuard: IsBooleanType;
922
+ };
923
+ platform_editor_aifc_remove_duplicate_role: {
924
+ defaultValue: boolean;
925
+ param: string;
926
+ productKeys?: ProductKeys;
927
+ typeGuard: IsBooleanType;
928
+ };
917
929
  };
918
930
  export {};
@@ -914,5 +914,17 @@ export declare const editorExperimentsConfig: {
914
914
  productKeys?: ProductKeys;
915
915
  typeGuard: IsBooleanType;
916
916
  };
917
+ platform_editor_copy_paste_issue_fix: {
918
+ defaultValue: boolean;
919
+ param: string;
920
+ productKeys?: ProductKeys;
921
+ typeGuard: IsBooleanType;
922
+ };
923
+ platform_editor_aifc_remove_duplicate_role: {
924
+ defaultValue: boolean;
925
+ param: string;
926
+ productKeys?: ProductKeys;
927
+ typeGuard: IsBooleanType;
928
+ };
917
929
  };
918
930
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.26.1",
3
+ "version": "16.28.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",