@atlaskit/tmp-editor-statsig 13.32.1 → 13.34.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`83b11ab9079a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83b11ab9079a9) -
8
+ EDITOR-2480 Enabled ADF prompts for all products behind new fg.
9
+
10
+ ## 13.33.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`fd0c8ec823f49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fd0c8ec823f49) -
15
+ NOISSUE - Add limited mode check for expensive getTableScalingPercent calls for the table floating
16
+ toolbar alignment button.
17
+
3
18
  ## 13.32.1
4
19
 
5
20
  ### Patch Changes
@@ -441,14 +441,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
441
441
  values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
442
442
  defaultValue: 'control'
443
443
  }),
444
- // Added 2025-06-18
445
- platform_editor_ai_ct_sg_adf_streaming: (0, _experimentBuilders.createBooleanExperiment)({
446
- productKeys: {
447
- confluence: 'platform_editor_ai_ct_sg_adf_streaming'
448
- },
449
- param: 'isEnabled',
450
- defaultValue: false
451
- }),
452
444
  // Added 2025-08-20
453
445
  platform_editor_ai_non_iw_adf_streaming: (0, _experimentBuilders.createMultivariateExperiment)({
454
446
  productKeys: {
@@ -1120,5 +1112,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1120
1112
  },
1121
1113
  param: 'isEnabled',
1122
1114
  defaultValue: false
1115
+ }),
1116
+ // Added 2025-11-07
1117
+ cc_editor_limited_mode_table_align_bttn: (0, _experimentBuilders.createBooleanExperiment)({
1118
+ productKeys: {
1119
+ confluence: 'cc_editor_limited_mode_table_align_bttn'
1120
+ },
1121
+ param: 'isEnabled',
1122
+ defaultValue: false
1123
1123
  })
1124
1124
  };
@@ -435,14 +435,6 @@ export const editorExperimentsConfig = {
435
435
  values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
436
436
  defaultValue: 'control'
437
437
  }),
438
- // Added 2025-06-18
439
- platform_editor_ai_ct_sg_adf_streaming: createBooleanExperiment({
440
- productKeys: {
441
- confluence: 'platform_editor_ai_ct_sg_adf_streaming'
442
- },
443
- param: 'isEnabled',
444
- defaultValue: false
445
- }),
446
438
  // Added 2025-08-20
447
439
  platform_editor_ai_non_iw_adf_streaming: createMultivariateExperiment({
448
440
  productKeys: {
@@ -1114,5 +1106,13 @@ export const editorExperimentsConfig = {
1114
1106
  },
1115
1107
  param: 'isEnabled',
1116
1108
  defaultValue: false
1109
+ }),
1110
+ // Added 2025-11-07
1111
+ cc_editor_limited_mode_table_align_bttn: createBooleanExperiment({
1112
+ productKeys: {
1113
+ confluence: 'cc_editor_limited_mode_table_align_bttn'
1114
+ },
1115
+ param: 'isEnabled',
1116
+ defaultValue: false
1117
1117
  })
1118
1118
  };
@@ -435,14 +435,6 @@ export var editorExperimentsConfig = {
435
435
  values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
436
436
  defaultValue: 'control'
437
437
  }),
438
- // Added 2025-06-18
439
- platform_editor_ai_ct_sg_adf_streaming: createBooleanExperiment({
440
- productKeys: {
441
- confluence: 'platform_editor_ai_ct_sg_adf_streaming'
442
- },
443
- param: 'isEnabled',
444
- defaultValue: false
445
- }),
446
438
  // Added 2025-08-20
447
439
  platform_editor_ai_non_iw_adf_streaming: createMultivariateExperiment({
448
440
  productKeys: {
@@ -1114,5 +1106,13 @@ export var editorExperimentsConfig = {
1114
1106
  },
1115
1107
  param: 'isEnabled',
1116
1108
  defaultValue: false
1109
+ }),
1110
+ // Added 2025-11-07
1111
+ cc_editor_limited_mode_table_align_bttn: createBooleanExperiment({
1112
+ productKeys: {
1113
+ confluence: 'cc_editor_limited_mode_table_align_bttn'
1114
+ },
1115
+ param: 'isEnabled',
1116
+ defaultValue: false
1117
1117
  })
1118
1118
  };
@@ -319,12 +319,6 @@ export declare const editorExperimentsConfig: {
319
319
  param: string;
320
320
  productKeys?: import("./types").ProductKeys;
321
321
  };
322
- platform_editor_ai_ct_sg_adf_streaming: {
323
- typeGuard: typeof import("./type-guards").isBoolean;
324
- defaultValue: boolean;
325
- param: string;
326
- productKeys?: import("./types").ProductKeys;
327
- };
328
322
  platform_editor_ai_non_iw_adf_streaming: {
329
323
  values: ("control" | "adf_gemini25flash" | "adf_gpt41mini")[];
330
324
  typeGuard: (value: unknown) => value is "control" | "adf_gemini25flash" | "adf_gpt41mini";
@@ -824,4 +818,10 @@ export declare const editorExperimentsConfig: {
824
818
  param: string;
825
819
  productKeys?: import("./types").ProductKeys;
826
820
  };
821
+ cc_editor_limited_mode_table_align_bttn: {
822
+ typeGuard: typeof import("./type-guards").isBoolean;
823
+ defaultValue: boolean;
824
+ param: string;
825
+ productKeys?: import("./types").ProductKeys;
826
+ };
827
827
  };
@@ -319,12 +319,6 @@ export declare const editorExperimentsConfig: {
319
319
  param: string;
320
320
  productKeys?: import("./types").ProductKeys;
321
321
  };
322
- platform_editor_ai_ct_sg_adf_streaming: {
323
- typeGuard: typeof import("./type-guards").isBoolean;
324
- defaultValue: boolean;
325
- param: string;
326
- productKeys?: import("./types").ProductKeys;
327
- };
328
322
  platform_editor_ai_non_iw_adf_streaming: {
329
323
  values: ("control" | "adf_gemini25flash" | "adf_gpt41mini")[];
330
324
  typeGuard: (value: unknown) => value is "control" | "adf_gemini25flash" | "adf_gpt41mini";
@@ -824,4 +818,10 @@ export declare const editorExperimentsConfig: {
824
818
  param: string;
825
819
  productKeys?: import("./types").ProductKeys;
826
820
  };
821
+ cc_editor_limited_mode_table_align_bttn: {
822
+ typeGuard: typeof import("./type-guards").isBoolean;
823
+ defaultValue: boolean;
824
+ param: string;
825
+ productKeys?: import("./types").ProductKeys;
826
+ };
827
827
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.32.1",
3
+ "version": "13.34.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",