@atlaskit/tmp-editor-statsig 16.5.0 → 16.7.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
+ ## 16.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e8f5c745198b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8f5c745198b6) -
8
+ add sampled "renderer rendered" event
9
+
10
+ ## 16.6.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`77df724ec737e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77df724ec737e) -
15
+ [https://product-fabric.atlassian.net/browse/ED-28631](ED-28631) - cleanup the
16
+ platform_editor_smart_card_otp Statsig experiment
17
+
3
18
  ## 16.5.0
4
19
 
5
20
  ### Minor Changes
@@ -560,13 +560,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
560
560
  param: 'isEnabled',
561
561
  defaultValue: false
562
562
  }),
563
- platform_editor_smart_card_otp: (0, _experimentBuilders.createBooleanExperiment)({
564
- productKeys: {
565
- confluence: 'platform_editor_smart_card_otp'
566
- },
567
- param: 'isEnabled',
568
- defaultValue: false
569
- }),
570
563
  // Added 2025-07-15
571
564
  platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
572
565
  productKeys: {
@@ -1195,5 +1188,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1195
1188
  },
1196
1189
  param: 'isEnabled',
1197
1190
  defaultValue: false
1191
+ }),
1192
+ // Added 2025-12-22
1193
+ platform_editor_sample_renderer_rendered_event: (0, _experimentBuilders.createBooleanExperiment)({
1194
+ productKeys: {
1195
+ confluence: 'platform_editor_sample_renderer_rendered_event'
1196
+ },
1197
+ param: 'isEnabled',
1198
+ defaultValue: false
1198
1199
  })
1199
1200
  };
@@ -554,13 +554,6 @@ export const editorExperimentsConfig = {
554
554
  param: 'isEnabled',
555
555
  defaultValue: false
556
556
  }),
557
- platform_editor_smart_card_otp: createBooleanExperiment({
558
- productKeys: {
559
- confluence: 'platform_editor_smart_card_otp'
560
- },
561
- param: 'isEnabled',
562
- defaultValue: false
563
- }),
564
557
  // Added 2025-07-15
565
558
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
566
559
  productKeys: {
@@ -1189,5 +1182,13 @@ export const editorExperimentsConfig = {
1189
1182
  },
1190
1183
  param: 'isEnabled',
1191
1184
  defaultValue: false
1185
+ }),
1186
+ // Added 2025-12-22
1187
+ platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
1188
+ productKeys: {
1189
+ confluence: 'platform_editor_sample_renderer_rendered_event'
1190
+ },
1191
+ param: 'isEnabled',
1192
+ defaultValue: false
1192
1193
  })
1193
1194
  };
@@ -554,13 +554,6 @@ export var editorExperimentsConfig = {
554
554
  param: 'isEnabled',
555
555
  defaultValue: false
556
556
  }),
557
- platform_editor_smart_card_otp: createBooleanExperiment({
558
- productKeys: {
559
- confluence: 'platform_editor_smart_card_otp'
560
- },
561
- param: 'isEnabled',
562
- defaultValue: false
563
- }),
564
557
  // Added 2025-07-15
565
558
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
566
559
  productKeys: {
@@ -1189,5 +1182,13 @@ export var editorExperimentsConfig = {
1189
1182
  },
1190
1183
  param: 'isEnabled',
1191
1184
  defaultValue: false
1185
+ }),
1186
+ // Added 2025-12-22
1187
+ platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
1188
+ productKeys: {
1189
+ confluence: 'platform_editor_sample_renderer_rendered_event'
1190
+ },
1191
+ param: 'isEnabled',
1192
+ defaultValue: false
1192
1193
  })
1193
1194
  };
@@ -597,12 +597,6 @@ export declare const editorExperimentsConfig: {
597
597
  productKeys?: ProductKeys;
598
598
  typeGuard: IsBooleanType;
599
599
  };
600
- platform_editor_smart_card_otp: {
601
- defaultValue: boolean;
602
- param: string;
603
- productKeys?: ProductKeys;
604
- typeGuard: IsBooleanType;
605
- };
606
600
  editor_fix_embed_width_expand: {
607
601
  defaultValue: boolean;
608
602
  param: string;
@@ -879,5 +873,11 @@ export declare const editorExperimentsConfig: {
879
873
  productKeys?: ProductKeys;
880
874
  typeGuard: IsBooleanType;
881
875
  };
876
+ platform_editor_sample_renderer_rendered_event: {
877
+ defaultValue: boolean;
878
+ param: string;
879
+ productKeys?: ProductKeys;
880
+ typeGuard: IsBooleanType;
881
+ };
882
882
  };
883
883
  export {};
@@ -597,12 +597,6 @@ export declare const editorExperimentsConfig: {
597
597
  productKeys?: ProductKeys;
598
598
  typeGuard: IsBooleanType;
599
599
  };
600
- platform_editor_smart_card_otp: {
601
- defaultValue: boolean;
602
- param: string;
603
- productKeys?: ProductKeys;
604
- typeGuard: IsBooleanType;
605
- };
606
600
  editor_fix_embed_width_expand: {
607
601
  defaultValue: boolean;
608
602
  param: string;
@@ -879,5 +873,11 @@ export declare const editorExperimentsConfig: {
879
873
  productKeys?: ProductKeys;
880
874
  typeGuard: IsBooleanType;
881
875
  };
876
+ platform_editor_sample_renderer_rendered_event: {
877
+ defaultValue: boolean;
878
+ param: string;
879
+ productKeys?: ProductKeys;
880
+ typeGuard: IsBooleanType;
881
+ };
882
882
  };
883
883
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.5.0",
3
+ "version": "16.7.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",