@atlaskit/tmp-editor-statsig 13.17.0 → 13.18.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5df1f9fc61bdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df1f9fc61bdd) -
8
+ Cleans up experiment platform_editor_layout_node_view_early_exit
9
+
10
+ ## 13.18.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`f3e7f3af81cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3e7f3af81cee) -
15
+ [ux] NO-ISSUE clean up platform_editor_create_link_on_blur
16
+
3
17
  ## 13.17.0
4
18
 
5
19
  ### Minor 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: {
@@ -957,14 +949,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
957
949
  param: 'isEnabled',
958
950
  defaultValue: false
959
951
  }),
960
- // Added 2025-09-09
961
- platform_editor_layout_node_view_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
962
- productKeys: {
963
- confluence: 'platform_editor_layout_node_view_early_exit'
964
- },
965
- param: 'isEnabled',
966
- defaultValue: false
967
- }),
968
952
  // Added 2025-09-16
969
953
  platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
970
954
  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: {
@@ -951,14 +943,6 @@ export const editorExperimentsConfig = {
951
943
  param: 'isEnabled',
952
944
  defaultValue: false
953
945
  }),
954
- // Added 2025-09-09
955
- platform_editor_layout_node_view_early_exit: createBooleanExperiment({
956
- productKeys: {
957
- confluence: 'platform_editor_layout_node_view_early_exit'
958
- },
959
- param: 'isEnabled',
960
- defaultValue: false
961
- }),
962
946
  // Added 2025-09-16
963
947
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
964
948
  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: {
@@ -951,14 +943,6 @@ export var editorExperimentsConfig = {
951
943
  param: 'isEnabled',
952
944
  defaultValue: false
953
945
  }),
954
- // Added 2025-09-09
955
- platform_editor_layout_node_view_early_exit: createBooleanExperiment({
956
- productKeys: {
957
- confluence: 'platform_editor_layout_node_view_early_exit'
958
- },
959
- param: 'isEnabled',
960
- defaultValue: false
961
- }),
962
946
  // Added 2025-09-16
963
947
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
964
948
  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;
@@ -700,12 +694,6 @@ export declare const editorExperimentsConfig: {
700
694
  param: string;
701
695
  productKeys?: import("./types").ProductKeys;
702
696
  };
703
- platform_editor_layout_node_view_early_exit: {
704
- typeGuard: typeof import("./type-guards").isBoolean;
705
- defaultValue: boolean;
706
- param: string;
707
- productKeys?: import("./types").ProductKeys;
708
- };
709
697
  platform_editor_nested_table_refresh_width_fix: {
710
698
  typeGuard: typeof import("./type-guards").isBoolean;
711
699
  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;
@@ -700,12 +694,6 @@ export declare const editorExperimentsConfig: {
700
694
  param: string;
701
695
  productKeys?: import("./types").ProductKeys;
702
696
  };
703
- platform_editor_layout_node_view_early_exit: {
704
- typeGuard: typeof import("./type-guards").isBoolean;
705
- defaultValue: boolean;
706
- param: string;
707
- productKeys?: import("./types").ProductKeys;
708
- };
709
697
  platform_editor_nested_table_refresh_width_fix: {
710
698
  typeGuard: typeof import("./type-guards").isBoolean;
711
699
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.17.0",
3
+ "version": "13.18.1",
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",