@atlaskit/tmp-editor-statsig 13.18.0 → 13.18.2

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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b2520b000ee03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2520b000ee03) -
8
+ ED-29593 cleanup platform_editor_ttvc_nodes_in_viewport
9
+
10
+ ## 13.18.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`5df1f9fc61bdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df1f9fc61bdd) -
15
+ Cleans up experiment platform_editor_layout_node_view_early_exit
16
+
3
17
  ## 13.18.0
4
18
 
5
19
  ### Minor Changes
@@ -893,14 +893,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
893
893
  param: 'isEnabled',
894
894
  defaultValue: false
895
895
  }),
896
- // Added 2025-09-02
897
- platform_editor_ttvc_nodes_in_viewport: (0, _experimentBuilders.createBooleanExperiment)({
898
- productKeys: {
899
- confluence: 'platform_editor_ttvc_nodes_in_viewport'
900
- },
901
- param: 'isEnabled',
902
- defaultValue: false
903
- }),
904
896
  // Added 2025-09-10
905
897
  platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
906
898
  productKeys: {
@@ -949,14 +941,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
949
941
  param: 'isEnabled',
950
942
  defaultValue: false
951
943
  }),
952
- // Added 2025-09-09
953
- platform_editor_layout_node_view_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
954
- productKeys: {
955
- confluence: 'platform_editor_layout_node_view_early_exit'
956
- },
957
- param: 'isEnabled',
958
- defaultValue: false
959
- }),
960
944
  // Added 2025-09-16
961
945
  platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
962
946
  productKeys: {
@@ -887,14 +887,6 @@ export const editorExperimentsConfig = {
887
887
  param: 'isEnabled',
888
888
  defaultValue: false
889
889
  }),
890
- // Added 2025-09-02
891
- platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
892
- productKeys: {
893
- confluence: 'platform_editor_ttvc_nodes_in_viewport'
894
- },
895
- param: 'isEnabled',
896
- defaultValue: false
897
- }),
898
890
  // Added 2025-09-10
899
891
  platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
900
892
  productKeys: {
@@ -943,14 +935,6 @@ export const editorExperimentsConfig = {
943
935
  param: 'isEnabled',
944
936
  defaultValue: false
945
937
  }),
946
- // Added 2025-09-09
947
- platform_editor_layout_node_view_early_exit: createBooleanExperiment({
948
- productKeys: {
949
- confluence: 'platform_editor_layout_node_view_early_exit'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
938
  // Added 2025-09-16
955
939
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
956
940
  productKeys: {
@@ -887,14 +887,6 @@ export var editorExperimentsConfig = {
887
887
  param: 'isEnabled',
888
888
  defaultValue: false
889
889
  }),
890
- // Added 2025-09-02
891
- platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
892
- productKeys: {
893
- confluence: 'platform_editor_ttvc_nodes_in_viewport'
894
- },
895
- param: 'isEnabled',
896
- defaultValue: false
897
- }),
898
890
  // Added 2025-09-10
899
891
  platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
900
892
  productKeys: {
@@ -943,14 +935,6 @@ export var editorExperimentsConfig = {
943
935
  param: 'isEnabled',
944
936
  defaultValue: false
945
937
  }),
946
- // Added 2025-09-09
947
- platform_editor_layout_node_view_early_exit: createBooleanExperiment({
948
- productKeys: {
949
- confluence: 'platform_editor_layout_node_view_early_exit'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
938
  // Added 2025-09-16
955
939
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
956
940
  productKeys: {
@@ -652,12 +652,6 @@ export declare const editorExperimentsConfig: {
652
652
  param: string;
653
653
  productKeys?: import("./types").ProductKeys;
654
654
  };
655
- platform_editor_ttvc_nodes_in_viewport: {
656
- typeGuard: typeof import("./type-guards").isBoolean;
657
- defaultValue: boolean;
658
- param: string;
659
- productKeys?: import("./types").ProductKeys;
660
- };
661
655
  platform_editor_fix_button_name_violation_in_table: {
662
656
  typeGuard: typeof import("./type-guards").isBoolean;
663
657
  defaultValue: boolean;
@@ -694,12 +688,6 @@ export declare const editorExperimentsConfig: {
694
688
  param: string;
695
689
  productKeys?: import("./types").ProductKeys;
696
690
  };
697
- platform_editor_layout_node_view_early_exit: {
698
- typeGuard: typeof import("./type-guards").isBoolean;
699
- defaultValue: boolean;
700
- param: string;
701
- productKeys?: import("./types").ProductKeys;
702
- };
703
691
  platform_editor_nested_table_refresh_width_fix: {
704
692
  typeGuard: typeof import("./type-guards").isBoolean;
705
693
  defaultValue: boolean;
@@ -652,12 +652,6 @@ export declare const editorExperimentsConfig: {
652
652
  param: string;
653
653
  productKeys?: import("./types").ProductKeys;
654
654
  };
655
- platform_editor_ttvc_nodes_in_viewport: {
656
- typeGuard: typeof import("./type-guards").isBoolean;
657
- defaultValue: boolean;
658
- param: string;
659
- productKeys?: import("./types").ProductKeys;
660
- };
661
655
  platform_editor_fix_button_name_violation_in_table: {
662
656
  typeGuard: typeof import("./type-guards").isBoolean;
663
657
  defaultValue: boolean;
@@ -694,12 +688,6 @@ export declare const editorExperimentsConfig: {
694
688
  param: string;
695
689
  productKeys?: import("./types").ProductKeys;
696
690
  };
697
- platform_editor_layout_node_view_early_exit: {
698
- typeGuard: typeof import("./type-guards").isBoolean;
699
- defaultValue: boolean;
700
- param: string;
701
- productKeys?: import("./types").ProductKeys;
702
- };
703
691
  platform_editor_nested_table_refresh_width_fix: {
704
692
  typeGuard: typeof import("./type-guards").isBoolean;
705
693
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.18.0",
3
+ "version": "13.18.2",
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",