@atlaskit/tmp-editor-statsig 13.36.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,19 @@
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
+
10
+ ## 13.37.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`c25e49b317dd8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c25e49b317dd8) -
15
+ [ED-29492] clean up references to platform_editor_paste_rich_text_bugfix
16
+
3
17
  ## 13.36.0
4
18
 
5
19
  ### 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: {
@@ -822,15 +830,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
822
830
  param: 'isEnabled',
823
831
  defaultValue: false
824
832
  }),
825
- // Added 2025-08-21
826
- platform_editor_paste_rich_text_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
827
- productKeys: {
828
- confluence: 'platform_editor_paste_rich_text_bugfix',
829
- jira: 'platform_editor_paste_rich_text_bugfix'
830
- },
831
- param: 'isEnabled',
832
- defaultValue: false
833
- }),
834
833
  // Added 2025-08-25
835
834
  platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
836
835
  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: {
@@ -816,15 +824,6 @@ export const editorExperimentsConfig = {
816
824
  param: 'isEnabled',
817
825
  defaultValue: false
818
826
  }),
819
- // Added 2025-08-21
820
- platform_editor_paste_rich_text_bugfix: createBooleanExperiment({
821
- productKeys: {
822
- confluence: 'platform_editor_paste_rich_text_bugfix',
823
- jira: 'platform_editor_paste_rich_text_bugfix'
824
- },
825
- param: 'isEnabled',
826
- defaultValue: false
827
- }),
828
827
  // Added 2025-08-25
829
828
  platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
830
829
  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: {
@@ -816,15 +824,6 @@ export var editorExperimentsConfig = {
816
824
  param: 'isEnabled',
817
825
  defaultValue: false
818
826
  }),
819
- // Added 2025-08-21
820
- platform_editor_paste_rich_text_bugfix: createBooleanExperiment({
821
- productKeys: {
822
- confluence: 'platform_editor_paste_rich_text_bugfix',
823
- jira: 'platform_editor_paste_rich_text_bugfix'
824
- },
825
- param: 'isEnabled',
826
- defaultValue: false
827
- }),
828
827
  // Added 2025-08-25
829
828
  platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
830
829
  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;
@@ -602,12 +608,6 @@ export declare const editorExperimentsConfig: {
602
608
  param: string;
603
609
  productKeys?: import("./types").ProductKeys;
604
610
  };
605
- platform_editor_paste_rich_text_bugfix: {
606
- typeGuard: typeof import("./type-guards").isBoolean;
607
- defaultValue: boolean;
608
- param: string;
609
- productKeys?: import("./types").ProductKeys;
610
- };
611
611
  platform_editor_toolbar_aifc_template_editor: {
612
612
  typeGuard: typeof import("./type-guards").isBoolean;
613
613
  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;
@@ -602,12 +608,6 @@ export declare const editorExperimentsConfig: {
602
608
  param: string;
603
609
  productKeys?: import("./types").ProductKeys;
604
610
  };
605
- platform_editor_paste_rich_text_bugfix: {
606
- typeGuard: typeof import("./type-guards").isBoolean;
607
- defaultValue: boolean;
608
- param: string;
609
- productKeys?: import("./types").ProductKeys;
610
- };
611
611
  platform_editor_toolbar_aifc_template_editor: {
612
612
  typeGuard: typeof import("./type-guards").isBoolean;
613
613
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.36.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",