@atlaskit/tmp-editor-statsig 13.9.0 → 13.10.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.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1a90419a2ae30`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a90419a2ae30) -
8
+ [ED-29484] remove references to platform_editor_smart_link_cmd_ctrl_click
9
+
3
10
  ## 13.9.0
4
11
 
5
12
  ### Minor Changes
@@ -42,7 +42,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
42
42
  platform_editor_blockquote_in_text_formatting_menu: false,
43
43
  platform_editor_element_drag_and_drop_multiselect: false,
44
44
  platform_editor_ai_edit_response_in_preview: false,
45
- platform_editor_smart_link_cmd_ctrl_click: false,
46
45
  platform_editor_offline_editing_web: false,
47
46
  platform_editor_tables_drag_and_drop: false,
48
47
  platform_editor_tables_table_selector: false,
@@ -242,14 +242,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
242
242
  param: 'isEnabled',
243
243
  defaultValue: false
244
244
  }),
245
- // Added 2025-06-02
246
- platform_editor_smart_link_cmd_ctrl_click: (0, _experimentBuilders.createBooleanExperiment)({
247
- productKeys: {
248
- confluence: 'platform_editor_smart_link_cmd_ctrl_click'
249
- },
250
- param: 'isEnabled',
251
- defaultValue: false
252
- }),
253
245
  // Added 28-02-2025
254
246
  platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
255
247
  productKeys: {
@@ -36,7 +36,6 @@ export const testBooleanOverrides = {
36
36
  platform_editor_blockquote_in_text_formatting_menu: false,
37
37
  platform_editor_element_drag_and_drop_multiselect: false,
38
38
  platform_editor_ai_edit_response_in_preview: false,
39
- platform_editor_smart_link_cmd_ctrl_click: false,
40
39
  platform_editor_offline_editing_web: false,
41
40
  platform_editor_tables_drag_and_drop: false,
42
41
  platform_editor_tables_table_selector: false,
@@ -236,14 +236,6 @@ export const editorExperimentsConfig = {
236
236
  param: 'isEnabled',
237
237
  defaultValue: false
238
238
  }),
239
- // Added 2025-06-02
240
- platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
241
- productKeys: {
242
- confluence: 'platform_editor_smart_link_cmd_ctrl_click'
243
- },
244
- param: 'isEnabled',
245
- defaultValue: false
246
- }),
247
239
  // Added 28-02-2025
248
240
  platform_editor_insertion: createMultivariateExperiment({
249
241
  productKeys: {
@@ -36,7 +36,6 @@ export var testBooleanOverrides = {
36
36
  platform_editor_blockquote_in_text_formatting_menu: false,
37
37
  platform_editor_element_drag_and_drop_multiselect: false,
38
38
  platform_editor_ai_edit_response_in_preview: false,
39
- platform_editor_smart_link_cmd_ctrl_click: false,
40
39
  platform_editor_offline_editing_web: false,
41
40
  platform_editor_tables_drag_and_drop: false,
42
41
  platform_editor_tables_table_selector: false,
@@ -236,14 +236,6 @@ export var editorExperimentsConfig = {
236
236
  param: 'isEnabled',
237
237
  defaultValue: false
238
238
  }),
239
- // Added 2025-06-02
240
- platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
241
- productKeys: {
242
- confluence: 'platform_editor_smart_link_cmd_ctrl_click'
243
- },
244
- param: 'isEnabled',
245
- defaultValue: false
246
- }),
247
239
  // Added 28-02-2025
248
240
  platform_editor_insertion: createMultivariateExperiment({
249
241
  productKeys: {
@@ -171,12 +171,6 @@ export declare const editorExperimentsConfig: {
171
171
  param: string;
172
172
  productKeys?: import("./types").ProductKeys;
173
173
  };
174
- platform_editor_smart_link_cmd_ctrl_click: {
175
- typeGuard: typeof import("./type-guards").isBoolean;
176
- defaultValue: boolean;
177
- param: string;
178
- productKeys?: import("./types").ProductKeys;
179
- };
180
174
  platform_editor_insertion: {
181
175
  values: ("control" | "variant1")[];
182
176
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -171,12 +171,6 @@ export declare const editorExperimentsConfig: {
171
171
  param: string;
172
172
  productKeys?: import("./types").ProductKeys;
173
173
  };
174
- platform_editor_smart_link_cmd_ctrl_click: {
175
- typeGuard: typeof import("./type-guards").isBoolean;
176
- defaultValue: boolean;
177
- param: string;
178
- productKeys?: import("./types").ProductKeys;
179
- };
180
174
  platform_editor_insertion: {
181
175
  values: ("control" | "variant1")[];
182
176
  typeGuard: (value: unknown) => value is "control" | "variant1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.9.0",
3
+ "version": "13.10.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",