@atlaskit/tmp-editor-statsig 12.33.0 → 13.0.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.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`bd8df9c39d428`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd8df9c39d428) -
8
+ Removed refs to old experiment platform_editor_ai_aifc
9
+
3
10
  ## 12.33.0
4
11
 
5
12
  ### Minor Changes
@@ -64,6 +64,5 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
64
64
  platform_editor_toggle_expand_on_match_found: false,
65
65
  platform_editor_reduce_noisy_steps_ncs: false,
66
66
  cc_improve_writing_on_paste_v2: false,
67
- platform_editor_ai_aifc: false,
68
67
  platform_editor_text_highlight_padding: false
69
68
  };
@@ -662,15 +662,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
662
662
  param: 'isEnabled',
663
663
  defaultValue: false
664
664
  }),
665
- //Added 2025-08-13
666
- platform_editor_ai_aifc: (0, _experimentBuilders.createBooleanExperiment)({
667
- productKeys: {
668
- jira: 'platform_editor_ai_aifc_jira',
669
- confluence: 'platform_editor_ai_aifc_confluence'
670
- },
671
- param: 'isEnabled',
672
- defaultValue: false
673
- }),
674
665
  // Added 2025-09-29
675
666
  platform_editor_toolbar_aifc_selection_extension: (0, _experimentBuilders.createBooleanExperiment)({
676
667
  productKeys: {
@@ -58,6 +58,5 @@ export const testBooleanOverrides = {
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
60
  cc_improve_writing_on_paste_v2: false,
61
- platform_editor_ai_aifc: false,
62
61
  platform_editor_text_highlight_padding: false
63
62
  };
@@ -656,15 +656,6 @@ export const editorExperimentsConfig = {
656
656
  param: 'isEnabled',
657
657
  defaultValue: false
658
658
  }),
659
- //Added 2025-08-13
660
- platform_editor_ai_aifc: createBooleanExperiment({
661
- productKeys: {
662
- jira: 'platform_editor_ai_aifc_jira',
663
- confluence: 'platform_editor_ai_aifc_confluence'
664
- },
665
- param: 'isEnabled',
666
- defaultValue: false
667
- }),
668
659
  // Added 2025-09-29
669
660
  platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
670
661
  productKeys: {
@@ -58,6 +58,5 @@ export var testBooleanOverrides = {
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
60
  cc_improve_writing_on_paste_v2: false,
61
- platform_editor_ai_aifc: false,
62
61
  platform_editor_text_highlight_padding: false
63
62
  };
@@ -656,15 +656,6 @@ export var editorExperimentsConfig = {
656
656
  param: 'isEnabled',
657
657
  defaultValue: false
658
658
  }),
659
- //Added 2025-08-13
660
- platform_editor_ai_aifc: createBooleanExperiment({
661
- productKeys: {
662
- jira: 'platform_editor_ai_aifc_jira',
663
- confluence: 'platform_editor_ai_aifc_confluence'
664
- },
665
- param: 'isEnabled',
666
- defaultValue: false
667
- }),
668
659
  // Added 2025-09-29
669
660
  platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
670
661
  productKeys: {
@@ -487,12 +487,6 @@ export declare const editorExperimentsConfig: {
487
487
  param: string;
488
488
  productKeys?: import("./types").ProductKeys;
489
489
  };
490
- platform_editor_ai_aifc: {
491
- typeGuard: typeof import("./type-guards").isBoolean;
492
- defaultValue: boolean;
493
- param: string;
494
- productKeys?: import("./types").ProductKeys;
495
- };
496
490
  platform_editor_toolbar_aifc_selection_extension: {
497
491
  typeGuard: typeof import("./type-guards").isBoolean;
498
492
  defaultValue: boolean;
@@ -487,12 +487,6 @@ export declare const editorExperimentsConfig: {
487
487
  param: string;
488
488
  productKeys?: import("./types").ProductKeys;
489
489
  };
490
- platform_editor_ai_aifc: {
491
- typeGuard: typeof import("./type-guards").isBoolean;
492
- defaultValue: boolean;
493
- param: string;
494
- productKeys?: import("./types").ProductKeys;
495
- };
496
490
  platform_editor_toolbar_aifc_selection_extension: {
497
491
  typeGuard: typeof import("./type-guards").isBoolean;
498
492
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.33.0",
3
+ "version": "13.0.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",