@atlaskit/tmp-editor-statsig 12.15.0 → 12.17.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 +16 -0
- package/dist/cjs/experiments-config.js +19 -2
- package/dist/es2019/experiments-config.js +19 -2
- package/dist/esm/experiments-config.js +19 -2
- package/dist/types/experiments-config.d.ts +13 -1
- package/dist/types-ts4.5/experiments-config.d.ts +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cef73d344aa16`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cef73d344aa16) -
|
|
8
|
+
EDITOR-1391 add analytics event for initial editor width
|
|
9
|
+
|
|
10
|
+
## 12.16.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`99f67e6caf2b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99f67e6caf2b2) -
|
|
15
|
+
Add aria-label to table floating insert buttons to address button-name A11Y violation
|
|
16
|
+
- [`d352feb9b2d97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d352feb9b2d97) -
|
|
17
|
+
[ux] NO-ISSUE Change blocktaskItem enablement experiment to a new tenantId based experiment
|
|
18
|
+
|
|
3
19
|
## 12.15.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -727,9 +727,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
727
727
|
defaultValue: false
|
|
728
728
|
}),
|
|
729
729
|
// Added 2025-07-30
|
|
730
|
-
|
|
730
|
+
platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
|
|
731
731
|
productKeys: {
|
|
732
|
-
confluence: '
|
|
732
|
+
confluence: 'platform_editor_blocktaskitem_node_tenantid'
|
|
733
733
|
},
|
|
734
734
|
param: 'isEnabled',
|
|
735
735
|
defaultValue: false
|
|
@@ -900,6 +900,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
900
900
|
param: 'isEnabled',
|
|
901
901
|
defaultValue: false
|
|
902
902
|
}),
|
|
903
|
+
// Added 2025-09-08
|
|
904
|
+
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
905
|
+
productKeys: {
|
|
906
|
+
confluence: 'platform_editor_editor_width_analytics',
|
|
907
|
+
jira: 'platform_editor_editor_width_analytics'
|
|
908
|
+
},
|
|
909
|
+
param: 'isEnabled',
|
|
910
|
+
defaultValue: false
|
|
911
|
+
}),
|
|
903
912
|
// Added 2025-09-02
|
|
904
913
|
platform_editor_ttvc_nodes_in_viewport: (0, _experimentBuilders.createBooleanExperiment)({
|
|
905
914
|
productKeys: {
|
|
@@ -908,6 +917,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
908
917
|
param: 'isEnabled',
|
|
909
918
|
defaultValue: false
|
|
910
919
|
}),
|
|
920
|
+
// Added 2025-09-10
|
|
921
|
+
platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
|
|
922
|
+
productKeys: {
|
|
923
|
+
confluence: 'platform_editor_fix_button_name_violation_in_table'
|
|
924
|
+
},
|
|
925
|
+
param: 'isEnabled',
|
|
926
|
+
defaultValue: false
|
|
927
|
+
}),
|
|
911
928
|
// Added 2025-09-11
|
|
912
929
|
platform_editor_quick_insert_image_wrap_right_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
913
930
|
productKeys: {
|
|
@@ -721,9 +721,9 @@ export const editorExperimentsConfig = {
|
|
|
721
721
|
defaultValue: false
|
|
722
722
|
}),
|
|
723
723
|
// Added 2025-07-30
|
|
724
|
-
|
|
724
|
+
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
725
725
|
productKeys: {
|
|
726
|
-
confluence: '
|
|
726
|
+
confluence: 'platform_editor_blocktaskitem_node_tenantid'
|
|
727
727
|
},
|
|
728
728
|
param: 'isEnabled',
|
|
729
729
|
defaultValue: false
|
|
@@ -894,6 +894,15 @@ export const editorExperimentsConfig = {
|
|
|
894
894
|
param: 'isEnabled',
|
|
895
895
|
defaultValue: false
|
|
896
896
|
}),
|
|
897
|
+
// Added 2025-09-08
|
|
898
|
+
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
899
|
+
productKeys: {
|
|
900
|
+
confluence: 'platform_editor_editor_width_analytics',
|
|
901
|
+
jira: 'platform_editor_editor_width_analytics'
|
|
902
|
+
},
|
|
903
|
+
param: 'isEnabled',
|
|
904
|
+
defaultValue: false
|
|
905
|
+
}),
|
|
897
906
|
// Added 2025-09-02
|
|
898
907
|
platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
|
|
899
908
|
productKeys: {
|
|
@@ -902,6 +911,14 @@ export const editorExperimentsConfig = {
|
|
|
902
911
|
param: 'isEnabled',
|
|
903
912
|
defaultValue: false
|
|
904
913
|
}),
|
|
914
|
+
// Added 2025-09-10
|
|
915
|
+
platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
|
|
916
|
+
productKeys: {
|
|
917
|
+
confluence: 'platform_editor_fix_button_name_violation_in_table'
|
|
918
|
+
},
|
|
919
|
+
param: 'isEnabled',
|
|
920
|
+
defaultValue: false
|
|
921
|
+
}),
|
|
905
922
|
// Added 2025-09-11
|
|
906
923
|
platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
|
|
907
924
|
productKeys: {
|
|
@@ -721,9 +721,9 @@ export var editorExperimentsConfig = {
|
|
|
721
721
|
defaultValue: false
|
|
722
722
|
}),
|
|
723
723
|
// Added 2025-07-30
|
|
724
|
-
|
|
724
|
+
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
725
725
|
productKeys: {
|
|
726
|
-
confluence: '
|
|
726
|
+
confluence: 'platform_editor_blocktaskitem_node_tenantid'
|
|
727
727
|
},
|
|
728
728
|
param: 'isEnabled',
|
|
729
729
|
defaultValue: false
|
|
@@ -894,6 +894,15 @@ export var editorExperimentsConfig = {
|
|
|
894
894
|
param: 'isEnabled',
|
|
895
895
|
defaultValue: false
|
|
896
896
|
}),
|
|
897
|
+
// Added 2025-09-08
|
|
898
|
+
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
899
|
+
productKeys: {
|
|
900
|
+
confluence: 'platform_editor_editor_width_analytics',
|
|
901
|
+
jira: 'platform_editor_editor_width_analytics'
|
|
902
|
+
},
|
|
903
|
+
param: 'isEnabled',
|
|
904
|
+
defaultValue: false
|
|
905
|
+
}),
|
|
897
906
|
// Added 2025-09-02
|
|
898
907
|
platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
|
|
899
908
|
productKeys: {
|
|
@@ -902,6 +911,14 @@ export var editorExperimentsConfig = {
|
|
|
902
911
|
param: 'isEnabled',
|
|
903
912
|
defaultValue: false
|
|
904
913
|
}),
|
|
914
|
+
// Added 2025-09-10
|
|
915
|
+
platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
|
|
916
|
+
productKeys: {
|
|
917
|
+
confluence: 'platform_editor_fix_button_name_violation_in_table'
|
|
918
|
+
},
|
|
919
|
+
param: 'isEnabled',
|
|
920
|
+
defaultValue: false
|
|
921
|
+
}),
|
|
905
922
|
// Added 2025-09-11
|
|
906
923
|
platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
|
|
907
924
|
productKeys: {
|
|
@@ -534,7 +534,7 @@ export declare const editorExperimentsConfig: {
|
|
|
534
534
|
param: string;
|
|
535
535
|
productKeys?: import("./types").ProductKeys;
|
|
536
536
|
};
|
|
537
|
-
|
|
537
|
+
platform_editor_blocktaskitem_node_tenantid: {
|
|
538
538
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
539
539
|
defaultValue: boolean;
|
|
540
540
|
param: string;
|
|
@@ -660,12 +660,24 @@ export declare const editorExperimentsConfig: {
|
|
|
660
660
|
param: string;
|
|
661
661
|
productKeys?: import("./types").ProductKeys;
|
|
662
662
|
};
|
|
663
|
+
platform_editor_editor_width_analytics: {
|
|
664
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
|
+
defaultValue: boolean;
|
|
666
|
+
param: string;
|
|
667
|
+
productKeys?: import("./types").ProductKeys;
|
|
668
|
+
};
|
|
663
669
|
platform_editor_ttvc_nodes_in_viewport: {
|
|
664
670
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
671
|
defaultValue: boolean;
|
|
666
672
|
param: string;
|
|
667
673
|
productKeys?: import("./types").ProductKeys;
|
|
668
674
|
};
|
|
675
|
+
platform_editor_fix_button_name_violation_in_table: {
|
|
676
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
677
|
+
defaultValue: boolean;
|
|
678
|
+
param: string;
|
|
679
|
+
productKeys?: import("./types").ProductKeys;
|
|
680
|
+
};
|
|
669
681
|
platform_editor_quick_insert_image_wrap_right_fix: {
|
|
670
682
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
671
683
|
defaultValue: boolean;
|
|
@@ -534,7 +534,7 @@ export declare const editorExperimentsConfig: {
|
|
|
534
534
|
param: string;
|
|
535
535
|
productKeys?: import("./types").ProductKeys;
|
|
536
536
|
};
|
|
537
|
-
|
|
537
|
+
platform_editor_blocktaskitem_node_tenantid: {
|
|
538
538
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
539
539
|
defaultValue: boolean;
|
|
540
540
|
param: string;
|
|
@@ -660,12 +660,24 @@ export declare const editorExperimentsConfig: {
|
|
|
660
660
|
param: string;
|
|
661
661
|
productKeys?: import("./types").ProductKeys;
|
|
662
662
|
};
|
|
663
|
+
platform_editor_editor_width_analytics: {
|
|
664
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
|
+
defaultValue: boolean;
|
|
666
|
+
param: string;
|
|
667
|
+
productKeys?: import("./types").ProductKeys;
|
|
668
|
+
};
|
|
663
669
|
platform_editor_ttvc_nodes_in_viewport: {
|
|
664
670
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
671
|
defaultValue: boolean;
|
|
666
672
|
param: string;
|
|
667
673
|
productKeys?: import("./types").ProductKeys;
|
|
668
674
|
};
|
|
675
|
+
platform_editor_fix_button_name_violation_in_table: {
|
|
676
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
677
|
+
defaultValue: boolean;
|
|
678
|
+
param: string;
|
|
679
|
+
productKeys?: import("./types").ProductKeys;
|
|
680
|
+
};
|
|
669
681
|
platform_editor_quick_insert_image_wrap_right_fix: {
|
|
670
682
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
671
683
|
defaultValue: boolean;
|
package/package.json
CHANGED