@atlaskit/tmp-editor-statsig 13.0.0 → 13.2.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,33 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dbff10f5a27ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbff10f5a27ee) -
8
+ [ux] [ED-29347] Refactors extension hover styles to pure CSS
9
+ - [`2e913b897ced3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e913b897ced3) -
10
+ [https://product-fabric.atlassian.net/browse/ED-29463](ED-29463) - clean up
11
+ platform_editor_media_card_vc_wrapper_attribute Statsig experiment
12
+ - [`a3254a75cdfb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3254a75cdfb7) -
13
+ [ED-29448] clean up experiment platform_editor_toolbar_aifc_patch_2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 13.1.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`4ad69354a021d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ad69354a021d) -
24
+ Remove references to platform_editor_toolbar_aifc_patch_1 experiment, remove
25
+ useToolbarDropdownMenuOld export from @atlaskit/editor-toolbar package
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+
3
31
  ## 13.0.0
4
32
 
5
33
  ### Major Changes
@@ -26,7 +26,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
26
26
  platform_editor_preview_panel_responsiveness: false,
27
27
  platform_editor_renderer_breakout_fix: false,
28
28
  platform_editor_toolbar_aifc: false,
29
- platform_editor_media_card_vc_wrapper_attribute: false,
30
29
  platform_editor_block_control_optimise_render: false,
31
30
  'test-new-experiments-package': false,
32
31
  support_table_in_comment: false,
@@ -22,13 +22,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
22
22
  param: 'isEnabled',
23
23
  defaultValue: false
24
24
  }),
25
- platform_editor_media_card_vc_wrapper_attribute: (0, _experimentBuilders.createBooleanExperiment)({
26
- productKeys: {
27
- confluence: 'platform_editor_media_card_vc_wrapper_attribute'
28
- },
29
- param: 'isEnabled',
30
- defaultValue: false
31
- }),
32
25
  // Added 2025-07-24
33
26
  editor_prevent_numbered_column_too_big_jira_1: (0, _experimentBuilders.createBooleanExperiment)({
34
27
  productKeys: {
@@ -899,15 +892,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
899
892
  param: 'isEnabled',
900
893
  defaultValue: false
901
894
  }),
902
- // Added 2025-08-26
903
- platform_editor_toolbar_aifc_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
904
- productKeys: {
905
- confluence: 'platform_editor_toolbar_aifc_patch_1',
906
- jira: 'platform_editor_toolbar_aifc_patch_1'
907
- },
908
- param: 'isEnabled',
909
- defaultValue: false
910
- }),
911
895
  // Added 2025-09-08
912
896
  platform_editor_table_container_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
913
897
  productKeys: {
@@ -926,15 +910,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
926
910
  values: ['control', 'test'],
927
911
  defaultValue: 'control'
928
912
  }),
929
- // Added 2025-09-01
930
- platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
931
- productKeys: {
932
- confluence: 'platform_editor_toolbar_aifc_patch_2',
933
- jira: 'platform_editor_toolbar_aifc_patch_2'
934
- },
935
- param: 'isEnabled',
936
- defaultValue: false
937
- }),
938
913
  // Added 2025-09-08
939
914
  platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
940
915
  productKeys: {
@@ -1081,6 +1056,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1081
1056
  param: 'isEnabled',
1082
1057
  defaultValue: false
1083
1058
  }),
1059
+ // Added 2025-09-23
1060
+ cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
1061
+ productKeys: {
1062
+ confluence: 'cc_editor_ttvc_release_bundle_one'
1063
+ },
1064
+ param: 'isEnabled',
1065
+ defaultValue: false
1066
+ }),
1084
1067
  // Added 2025-09-26
1085
1068
  platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
1086
1069
  productKeys: {
@@ -20,7 +20,6 @@ export const testBooleanOverrides = {
20
20
  platform_editor_preview_panel_responsiveness: false,
21
21
  platform_editor_renderer_breakout_fix: false,
22
22
  platform_editor_toolbar_aifc: false,
23
- platform_editor_media_card_vc_wrapper_attribute: false,
24
23
  platform_editor_block_control_optimise_render: false,
25
24
  'test-new-experiments-package': false,
26
25
  support_table_in_comment: false,
@@ -16,13 +16,6 @@ export const editorExperimentsConfig = {
16
16
  param: 'isEnabled',
17
17
  defaultValue: false
18
18
  }),
19
- platform_editor_media_card_vc_wrapper_attribute: createBooleanExperiment({
20
- productKeys: {
21
- confluence: 'platform_editor_media_card_vc_wrapper_attribute'
22
- },
23
- param: 'isEnabled',
24
- defaultValue: false
25
- }),
26
19
  // Added 2025-07-24
27
20
  editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
28
21
  productKeys: {
@@ -893,15 +886,6 @@ export const editorExperimentsConfig = {
893
886
  param: 'isEnabled',
894
887
  defaultValue: false
895
888
  }),
896
- // Added 2025-08-26
897
- platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
898
- productKeys: {
899
- confluence: 'platform_editor_toolbar_aifc_patch_1',
900
- jira: 'platform_editor_toolbar_aifc_patch_1'
901
- },
902
- param: 'isEnabled',
903
- defaultValue: false
904
- }),
905
889
  // Added 2025-09-08
906
890
  platform_editor_table_container_width_fix: createBooleanExperiment({
907
891
  productKeys: {
@@ -920,15 +904,6 @@ export const editorExperimentsConfig = {
920
904
  values: ['control', 'test'],
921
905
  defaultValue: 'control'
922
906
  }),
923
- // Added 2025-09-01
924
- platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
925
- productKeys: {
926
- confluence: 'platform_editor_toolbar_aifc_patch_2',
927
- jira: 'platform_editor_toolbar_aifc_patch_2'
928
- },
929
- param: 'isEnabled',
930
- defaultValue: false
931
- }),
932
907
  // Added 2025-09-08
933
908
  platform_editor_editor_width_analytics: createBooleanExperiment({
934
909
  productKeys: {
@@ -1075,6 +1050,14 @@ export const editorExperimentsConfig = {
1075
1050
  param: 'isEnabled',
1076
1051
  defaultValue: false
1077
1052
  }),
1053
+ // Added 2025-09-23
1054
+ cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
1055
+ productKeys: {
1056
+ confluence: 'cc_editor_ttvc_release_bundle_one'
1057
+ },
1058
+ param: 'isEnabled',
1059
+ defaultValue: false
1060
+ }),
1078
1061
  // Added 2025-09-26
1079
1062
  platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1080
1063
  productKeys: {
@@ -20,7 +20,6 @@ export var testBooleanOverrides = {
20
20
  platform_editor_preview_panel_responsiveness: false,
21
21
  platform_editor_renderer_breakout_fix: false,
22
22
  platform_editor_toolbar_aifc: false,
23
- platform_editor_media_card_vc_wrapper_attribute: false,
24
23
  platform_editor_block_control_optimise_render: false,
25
24
  'test-new-experiments-package': false,
26
25
  support_table_in_comment: false,
@@ -16,13 +16,6 @@ export var editorExperimentsConfig = {
16
16
  param: 'isEnabled',
17
17
  defaultValue: false
18
18
  }),
19
- platform_editor_media_card_vc_wrapper_attribute: createBooleanExperiment({
20
- productKeys: {
21
- confluence: 'platform_editor_media_card_vc_wrapper_attribute'
22
- },
23
- param: 'isEnabled',
24
- defaultValue: false
25
- }),
26
19
  // Added 2025-07-24
27
20
  editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
28
21
  productKeys: {
@@ -893,15 +886,6 @@ export var editorExperimentsConfig = {
893
886
  param: 'isEnabled',
894
887
  defaultValue: false
895
888
  }),
896
- // Added 2025-08-26
897
- platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
898
- productKeys: {
899
- confluence: 'platform_editor_toolbar_aifc_patch_1',
900
- jira: 'platform_editor_toolbar_aifc_patch_1'
901
- },
902
- param: 'isEnabled',
903
- defaultValue: false
904
- }),
905
889
  // Added 2025-09-08
906
890
  platform_editor_table_container_width_fix: createBooleanExperiment({
907
891
  productKeys: {
@@ -920,15 +904,6 @@ export var editorExperimentsConfig = {
920
904
  values: ['control', 'test'],
921
905
  defaultValue: 'control'
922
906
  }),
923
- // Added 2025-09-01
924
- platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
925
- productKeys: {
926
- confluence: 'platform_editor_toolbar_aifc_patch_2',
927
- jira: 'platform_editor_toolbar_aifc_patch_2'
928
- },
929
- param: 'isEnabled',
930
- defaultValue: false
931
- }),
932
907
  // Added 2025-09-08
933
908
  platform_editor_editor_width_analytics: createBooleanExperiment({
934
909
  productKeys: {
@@ -1075,6 +1050,14 @@ export var editorExperimentsConfig = {
1075
1050
  param: 'isEnabled',
1076
1051
  defaultValue: false
1077
1052
  }),
1053
+ // Added 2025-09-23
1054
+ cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
1055
+ productKeys: {
1056
+ confluence: 'cc_editor_ttvc_release_bundle_one'
1057
+ },
1058
+ param: 'isEnabled',
1059
+ defaultValue: false
1060
+ }),
1078
1061
  // Added 2025-09-26
1079
1062
  platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1080
1063
  productKeys: {
@@ -11,12 +11,6 @@ export declare const editorExperimentsConfig: {
11
11
  param: string;
12
12
  productKeys?: import("./types").ProductKeys;
13
13
  };
14
- platform_editor_media_card_vc_wrapper_attribute: {
15
- typeGuard: typeof import("./type-guards").isBoolean;
16
- defaultValue: boolean;
17
- param: string;
18
- productKeys?: import("./types").ProductKeys;
19
- };
20
14
  editor_prevent_numbered_column_too_big_jira_1: {
21
15
  typeGuard: typeof import("./type-guards").isBoolean;
22
16
  defaultValue: boolean;
@@ -661,12 +655,6 @@ export declare const editorExperimentsConfig: {
661
655
  param: string;
662
656
  productKeys?: import("./types").ProductKeys;
663
657
  };
664
- platform_editor_toolbar_aifc_patch_1: {
665
- typeGuard: typeof import("./type-guards").isBoolean;
666
- defaultValue: boolean;
667
- param: string;
668
- productKeys?: import("./types").ProductKeys;
669
- };
670
658
  platform_editor_table_container_width_fix: {
671
659
  typeGuard: typeof import("./type-guards").isBoolean;
672
660
  defaultValue: boolean;
@@ -680,12 +668,6 @@ export declare const editorExperimentsConfig: {
680
668
  param: string;
681
669
  productKeys?: import("./types").ProductKeys;
682
670
  };
683
- platform_editor_toolbar_aifc_patch_2: {
684
- typeGuard: typeof import("./type-guards").isBoolean;
685
- defaultValue: boolean;
686
- param: string;
687
- productKeys?: import("./types").ProductKeys;
688
- };
689
671
  platform_editor_editor_width_analytics: {
690
672
  typeGuard: typeof import("./type-guards").isBoolean;
691
673
  defaultValue: boolean;
@@ -794,6 +776,12 @@ export declare const editorExperimentsConfig: {
794
776
  param: string;
795
777
  productKeys?: import("./types").ProductKeys;
796
778
  };
779
+ cc_editor_ttvc_release_bundle_one: {
780
+ typeGuard: typeof import("./type-guards").isBoolean;
781
+ defaultValue: boolean;
782
+ param: string;
783
+ productKeys?: import("./types").ProductKeys;
784
+ };
797
785
  platform_editor_toolbar_aifc_patch_6: {
798
786
  typeGuard: typeof import("./type-guards").isBoolean;
799
787
  defaultValue: boolean;
@@ -11,12 +11,6 @@ export declare const editorExperimentsConfig: {
11
11
  param: string;
12
12
  productKeys?: import("./types").ProductKeys;
13
13
  };
14
- platform_editor_media_card_vc_wrapper_attribute: {
15
- typeGuard: typeof import("./type-guards").isBoolean;
16
- defaultValue: boolean;
17
- param: string;
18
- productKeys?: import("./types").ProductKeys;
19
- };
20
14
  editor_prevent_numbered_column_too_big_jira_1: {
21
15
  typeGuard: typeof import("./type-guards").isBoolean;
22
16
  defaultValue: boolean;
@@ -661,12 +655,6 @@ export declare const editorExperimentsConfig: {
661
655
  param: string;
662
656
  productKeys?: import("./types").ProductKeys;
663
657
  };
664
- platform_editor_toolbar_aifc_patch_1: {
665
- typeGuard: typeof import("./type-guards").isBoolean;
666
- defaultValue: boolean;
667
- param: string;
668
- productKeys?: import("./types").ProductKeys;
669
- };
670
658
  platform_editor_table_container_width_fix: {
671
659
  typeGuard: typeof import("./type-guards").isBoolean;
672
660
  defaultValue: boolean;
@@ -680,12 +668,6 @@ export declare const editorExperimentsConfig: {
680
668
  param: string;
681
669
  productKeys?: import("./types").ProductKeys;
682
670
  };
683
- platform_editor_toolbar_aifc_patch_2: {
684
- typeGuard: typeof import("./type-guards").isBoolean;
685
- defaultValue: boolean;
686
- param: string;
687
- productKeys?: import("./types").ProductKeys;
688
- };
689
671
  platform_editor_editor_width_analytics: {
690
672
  typeGuard: typeof import("./type-guards").isBoolean;
691
673
  defaultValue: boolean;
@@ -794,6 +776,12 @@ export declare const editorExperimentsConfig: {
794
776
  param: string;
795
777
  productKeys?: import("./types").ProductKeys;
796
778
  };
779
+ cc_editor_ttvc_release_bundle_one: {
780
+ typeGuard: typeof import("./type-guards").isBoolean;
781
+ defaultValue: boolean;
782
+ param: string;
783
+ productKeys?: import("./types").ProductKeys;
784
+ };
797
785
  platform_editor_toolbar_aifc_patch_6: {
798
786
  typeGuard: typeof import("./type-guards").isBoolean;
799
787
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.0.0",
3
+ "version": "13.2.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",