@atlaskit/tmp-editor-statsig 16.26.0 → 16.27.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
+ ## 16.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3dde4e51c90bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3dde4e51c90bf) -
8
+ Fixed mixed HTML/Editor content copy/paste issue on Date node.
9
+
10
+ ## 16.26.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 16.26.0
4
17
 
5
18
  ### Minor Changes
@@ -1239,5 +1239,13 @@ 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
1242
1250
  })
1243
1251
  };
@@ -1233,5 +1233,13 @@ 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
1236
1244
  })
1237
1245
  };
@@ -1233,5 +1233,13 @@ 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
1236
1244
  })
1237
1245
  };
@@ -914,5 +914,11 @@ 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
+ };
917
923
  };
918
924
  export {};
@@ -914,5 +914,11 @@ 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
+ };
917
923
  };
918
924
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.26.0",
3
+ "version": "16.27.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^4.17.0",
37
+ "@atlaskit/react-ufo": "^5.0.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {