@atlaskit/tmp-editor-statsig 13.37.0 → 13.38.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.38.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dbf82f5cfa21e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbf82f5cfa21e) -
8
+ fix media border styles mutation
9
+
3
10
  ## 13.37.0
4
11
 
5
12
  ### Minor Changes
@@ -70,6 +70,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
70
70
  values: ['control', 'variant1', 'variant2', 'variant3'],
71
71
  defaultValue: 'control'
72
72
  }),
73
+ // Added 2025-11-12
74
+ platform_editor_media_vc_fixes: (0, _experimentBuilders.createBooleanExperiment)({
75
+ productKeys: {
76
+ confluence: 'platform_editor_media_vc_fixes'
77
+ },
78
+ param: 'isEnabled',
79
+ defaultValue: false
80
+ }),
73
81
  // Added 2025-05-27
74
82
  platform_editor_reduce_noisy_steps_ncs: (0, _experimentBuilders.createBooleanExperiment)({
75
83
  productKeys: {
@@ -64,6 +64,14 @@ export const editorExperimentsConfig = {
64
64
  values: ['control', 'variant1', 'variant2', 'variant3'],
65
65
  defaultValue: 'control'
66
66
  }),
67
+ // Added 2025-11-12
68
+ platform_editor_media_vc_fixes: createBooleanExperiment({
69
+ productKeys: {
70
+ confluence: 'platform_editor_media_vc_fixes'
71
+ },
72
+ param: 'isEnabled',
73
+ defaultValue: false
74
+ }),
67
75
  // Added 2025-05-27
68
76
  platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
69
77
  productKeys: {
@@ -64,6 +64,14 @@ export var editorExperimentsConfig = {
64
64
  values: ['control', 'variant1', 'variant2', 'variant3'],
65
65
  defaultValue: 'control'
66
66
  }),
67
+ // Added 2025-11-12
68
+ platform_editor_media_vc_fixes: createBooleanExperiment({
69
+ productKeys: {
70
+ confluence: 'platform_editor_media_vc_fixes'
71
+ },
72
+ param: 'isEnabled',
73
+ defaultValue: false
74
+ }),
67
75
  // Added 2025-05-27
68
76
  platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
69
77
  productKeys: {
@@ -43,6 +43,12 @@ export declare const editorExperimentsConfig: {
43
43
  param: string;
44
44
  productKeys?: import("./types").ProductKeys;
45
45
  };
46
+ platform_editor_media_vc_fixes: {
47
+ typeGuard: typeof import("./type-guards").isBoolean;
48
+ defaultValue: boolean;
49
+ param: string;
50
+ productKeys?: import("./types").ProductKeys;
51
+ };
46
52
  platform_editor_reduce_noisy_steps_ncs: {
47
53
  typeGuard: typeof import("./type-guards").isBoolean;
48
54
  defaultValue: boolean;
@@ -43,6 +43,12 @@ export declare const editorExperimentsConfig: {
43
43
  param: string;
44
44
  productKeys?: import("./types").ProductKeys;
45
45
  };
46
+ platform_editor_media_vc_fixes: {
47
+ typeGuard: typeof import("./type-guards").isBoolean;
48
+ defaultValue: boolean;
49
+ param: string;
50
+ productKeys?: import("./types").ProductKeys;
51
+ };
46
52
  platform_editor_reduce_noisy_steps_ncs: {
47
53
  typeGuard: typeof import("./type-guards").isBoolean;
48
54
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.37.0",
3
+ "version": "13.38.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",