@atlaskit/tmp-editor-statsig 2.1.10 → 2.1.11

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
+ ## 2.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#140707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140707)
8
+ [`972fb840acf35`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/972fb840acf35) -
9
+ Switch from fg to experiment for media-from-url
10
+
3
11
  ## 2.1.10
4
12
 
5
13
  ### Patch Changes
@@ -95,6 +95,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
95
95
  typeGuard: isBoolean,
96
96
  defaultValue: false
97
97
  },
98
+ // Added 2024-08-29
99
+ 'add-media-from-url': {
100
+ productKeys: {
101
+ confluence: 'platform_editor_add_media_from_url'
102
+ },
103
+ param: 'isEnabled',
104
+ typeGuard: isBoolean,
105
+ defaultValue: false
106
+ },
98
107
  // Added 2024-08-30
99
108
  'nested-dnd': {
100
109
  productKeys: {
@@ -89,6 +89,15 @@ export const editorExperimentsConfig = {
89
89
  typeGuard: isBoolean,
90
90
  defaultValue: false
91
91
  },
92
+ // Added 2024-08-29
93
+ 'add-media-from-url': {
94
+ productKeys: {
95
+ confluence: 'platform_editor_add_media_from_url'
96
+ },
97
+ param: 'isEnabled',
98
+ typeGuard: isBoolean,
99
+ defaultValue: false
100
+ },
92
101
  // Added 2024-08-30
93
102
  'nested-dnd': {
94
103
  productKeys: {
@@ -89,6 +89,15 @@ export var editorExperimentsConfig = {
89
89
  typeGuard: isBoolean,
90
90
  defaultValue: false
91
91
  },
92
+ // Added 2024-08-29
93
+ 'add-media-from-url': {
94
+ productKeys: {
95
+ confluence: 'platform_editor_add_media_from_url'
96
+ },
97
+ param: 'isEnabled',
98
+ typeGuard: isBoolean,
99
+ defaultValue: false
100
+ },
92
101
  // Added 2024-08-30
93
102
  'nested-dnd': {
94
103
  productKeys: {
@@ -71,6 +71,14 @@ export declare const editorExperimentsConfig: {
71
71
  typeGuard: typeof isBoolean;
72
72
  defaultValue: boolean;
73
73
  };
74
+ 'add-media-from-url': {
75
+ productKeys: {
76
+ confluence: string;
77
+ };
78
+ param: string;
79
+ typeGuard: typeof isBoolean;
80
+ defaultValue: boolean;
81
+ };
74
82
  'nested-dnd': {
75
83
  productKeys: {
76
84
  confluence: string;
@@ -11,6 +11,7 @@ export declare let _overrides: Partial<{
11
11
  'platform-editor-ai-condensed-floating-toobar': "control" | "dropdown" | "editor_ai_button";
12
12
  'dnd-input-performance-optimisation': boolean;
13
13
  'element-level-templates': boolean;
14
+ 'add-media-from-url': boolean;
14
15
  'nested-dnd': boolean;
15
16
  'table-nested-dnd': boolean;
16
17
  'insert-menu-in-right-rail': boolean;
@@ -71,6 +71,14 @@ export declare const editorExperimentsConfig: {
71
71
  typeGuard: typeof isBoolean;
72
72
  defaultValue: boolean;
73
73
  };
74
+ 'add-media-from-url': {
75
+ productKeys: {
76
+ confluence: string;
77
+ };
78
+ param: string;
79
+ typeGuard: typeof isBoolean;
80
+ defaultValue: boolean;
81
+ };
74
82
  'nested-dnd': {
75
83
  productKeys: {
76
84
  confluence: string;
@@ -11,6 +11,7 @@ export declare let _overrides: Partial<{
11
11
  'platform-editor-ai-condensed-floating-toobar': "control" | "dropdown" | "editor_ai_button";
12
12
  'dnd-input-performance-optimisation': boolean;
13
13
  'element-level-templates': boolean;
14
+ 'add-media-from-url': boolean;
14
15
  'nested-dnd': boolean;
15
16
  'table-nested-dnd': boolean;
16
17
  'insert-menu-in-right-rail': boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
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",