@atlaskit/tmp-editor-statsig 13.16.1 → 13.18.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f3e7f3af81cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3e7f3af81cee) -
8
+ [ux] NO-ISSUE clean up platform_editor_create_link_on_blur
9
+
10
+ ## 13.17.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`e5f402044b1c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5f402044b1c6) -
15
+ Add media render error analytics
16
+
3
17
  ## 13.16.1
4
18
 
5
19
  ### Patch Changes
@@ -695,14 +695,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
695
695
  param: 'isEnabled',
696
696
  defaultValue: false
697
697
  }),
698
- // Added 2025-07-28
699
- platform_editor_create_link_on_blur: (0, _experimentBuilders.createBooleanExperiment)({
700
- productKeys: {
701
- jira: 'platform_editor_create_link_on_blur'
702
- },
703
- param: 'isEnabled',
704
- defaultValue: false
705
- }),
706
698
  // Added 2025-07-31
707
699
  platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
708
700
  productKeys: {
@@ -1073,6 +1065,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1073
1065
  param: 'isEnabled',
1074
1066
  defaultValue: false
1075
1067
  }),
1068
+ // Added 2025-10-13
1069
+ platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
1070
+ productKeys: {
1071
+ confluence: 'platform_editor_media_error_analytics'
1072
+ },
1073
+ param: 'isEnabled',
1074
+ defaultValue: false
1075
+ }),
1076
1076
  // Added 2025-10-15
1077
1077
  platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
1078
1078
  productKeys: {
@@ -689,14 +689,6 @@ export const editorExperimentsConfig = {
689
689
  param: 'isEnabled',
690
690
  defaultValue: false
691
691
  }),
692
- // Added 2025-07-28
693
- platform_editor_create_link_on_blur: createBooleanExperiment({
694
- productKeys: {
695
- jira: 'platform_editor_create_link_on_blur'
696
- },
697
- param: 'isEnabled',
698
- defaultValue: false
699
- }),
700
692
  // Added 2025-07-31
701
693
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
702
694
  productKeys: {
@@ -1067,6 +1059,14 @@ export const editorExperimentsConfig = {
1067
1059
  param: 'isEnabled',
1068
1060
  defaultValue: false
1069
1061
  }),
1062
+ // Added 2025-10-13
1063
+ platform_editor_media_error_analytics: createBooleanExperiment({
1064
+ productKeys: {
1065
+ confluence: 'platform_editor_media_error_analytics'
1066
+ },
1067
+ param: 'isEnabled',
1068
+ defaultValue: false
1069
+ }),
1070
1070
  // Added 2025-10-15
1071
1071
  platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1072
1072
  productKeys: {
@@ -689,14 +689,6 @@ export var editorExperimentsConfig = {
689
689
  param: 'isEnabled',
690
690
  defaultValue: false
691
691
  }),
692
- // Added 2025-07-28
693
- platform_editor_create_link_on_blur: createBooleanExperiment({
694
- productKeys: {
695
- jira: 'platform_editor_create_link_on_blur'
696
- },
697
- param: 'isEnabled',
698
- defaultValue: false
699
- }),
700
692
  // Added 2025-07-31
701
693
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
702
694
  productKeys: {
@@ -1067,6 +1059,14 @@ export var editorExperimentsConfig = {
1067
1059
  param: 'isEnabled',
1068
1060
  defaultValue: false
1069
1061
  }),
1062
+ // Added 2025-10-13
1063
+ platform_editor_media_error_analytics: createBooleanExperiment({
1064
+ productKeys: {
1065
+ confluence: 'platform_editor_media_error_analytics'
1066
+ },
1067
+ param: 'isEnabled',
1068
+ defaultValue: false
1069
+ }),
1070
1070
  // Added 2025-10-15
1071
1071
  platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1072
1072
  productKeys: {
@@ -507,12 +507,6 @@ export declare const editorExperimentsConfig: {
507
507
  param: string;
508
508
  productKeys?: import("./types").ProductKeys;
509
509
  };
510
- platform_editor_create_link_on_blur: {
511
- typeGuard: typeof import("./type-guards").isBoolean;
512
- defaultValue: boolean;
513
- param: string;
514
- productKeys?: import("./types").ProductKeys;
515
- };
516
510
  platform_editor_breakout_interaction_rerender: {
517
511
  typeGuard: typeof import("./type-guards").isBoolean;
518
512
  defaultValue: boolean;
@@ -786,6 +780,12 @@ export declare const editorExperimentsConfig: {
786
780
  param: string;
787
781
  productKeys?: import("./types").ProductKeys;
788
782
  };
783
+ platform_editor_media_error_analytics: {
784
+ typeGuard: typeof import("./type-guards").isBoolean;
785
+ defaultValue: boolean;
786
+ param: string;
787
+ productKeys?: import("./types").ProductKeys;
788
+ };
789
789
  platform_editor_new_mentions_detection_logic: {
790
790
  typeGuard: typeof import("./type-guards").isBoolean;
791
791
  defaultValue: boolean;
@@ -507,12 +507,6 @@ export declare const editorExperimentsConfig: {
507
507
  param: string;
508
508
  productKeys?: import("./types").ProductKeys;
509
509
  };
510
- platform_editor_create_link_on_blur: {
511
- typeGuard: typeof import("./type-guards").isBoolean;
512
- defaultValue: boolean;
513
- param: string;
514
- productKeys?: import("./types").ProductKeys;
515
- };
516
510
  platform_editor_breakout_interaction_rerender: {
517
511
  typeGuard: typeof import("./type-guards").isBoolean;
518
512
  defaultValue: boolean;
@@ -786,6 +780,12 @@ export declare const editorExperimentsConfig: {
786
780
  param: string;
787
781
  productKeys?: import("./types").ProductKeys;
788
782
  };
783
+ platform_editor_media_error_analytics: {
784
+ typeGuard: typeof import("./type-guards").isBoolean;
785
+ defaultValue: boolean;
786
+ param: string;
787
+ productKeys?: import("./types").ProductKeys;
788
+ };
789
789
  platform_editor_new_mentions_detection_logic: {
790
790
  typeGuard: typeof import("./type-guards").isBoolean;
791
791
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.16.1",
3
+ "version": "13.18.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",