@atlaskit/tmp-editor-statsig 13.18.1 → 13.19.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.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ce0b8f9e44b69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce0b8f9e44b69) -
|
|
8
|
+
[ux] [ED-29581] Removes bidi character scanning from code blocks and code snippets
|
|
9
|
+
|
|
10
|
+
## 13.18.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`b2520b000ee03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2520b000ee03) -
|
|
15
|
+
ED-29593 cleanup platform_editor_ttvc_nodes_in_viewport
|
|
16
|
+
|
|
3
17
|
## 13.18.1
|
|
4
18
|
|
|
5
19
|
### Patch 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: {
|
|
@@ -1081,5 +1073,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1081
1073
|
param: 'cohort',
|
|
1082
1074
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
1083
1075
|
defaultValue: 'control'
|
|
1076
|
+
}),
|
|
1077
|
+
// Added 2025-10-22
|
|
1078
|
+
platform_editor_remove_bidi_char_warning: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1079
|
+
productKeys: {
|
|
1080
|
+
confluence: 'platform_editor_remove_bidi_char_warning'
|
|
1081
|
+
},
|
|
1082
|
+
param: 'isEnabled',
|
|
1083
|
+
defaultValue: false
|
|
1084
1084
|
})
|
|
1085
1085
|
};
|
|
@@ -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: {
|
|
@@ -1075,5 +1067,13 @@ export const editorExperimentsConfig = {
|
|
|
1075
1067
|
param: 'cohort',
|
|
1076
1068
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
1077
1069
|
defaultValue: 'control'
|
|
1070
|
+
}),
|
|
1071
|
+
// Added 2025-10-22
|
|
1072
|
+
platform_editor_remove_bidi_char_warning: createBooleanExperiment({
|
|
1073
|
+
productKeys: {
|
|
1074
|
+
confluence: 'platform_editor_remove_bidi_char_warning'
|
|
1075
|
+
},
|
|
1076
|
+
param: 'isEnabled',
|
|
1077
|
+
defaultValue: false
|
|
1078
1078
|
})
|
|
1079
1079
|
};
|
|
@@ -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: {
|
|
@@ -1075,5 +1067,13 @@ export var editorExperimentsConfig = {
|
|
|
1075
1067
|
param: 'cohort',
|
|
1076
1068
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
1077
1069
|
defaultValue: 'control'
|
|
1070
|
+
}),
|
|
1071
|
+
// Added 2025-10-22
|
|
1072
|
+
platform_editor_remove_bidi_char_warning: createBooleanExperiment({
|
|
1073
|
+
productKeys: {
|
|
1074
|
+
confluence: 'platform_editor_remove_bidi_char_warning'
|
|
1075
|
+
},
|
|
1076
|
+
param: 'isEnabled',
|
|
1077
|
+
defaultValue: false
|
|
1078
1078
|
})
|
|
1079
1079
|
};
|
|
@@ -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;
|
|
@@ -793,4 +787,10 @@ export declare const editorExperimentsConfig: {
|
|
|
793
787
|
param: string;
|
|
794
788
|
productKeys?: import("./types").ProductKeys;
|
|
795
789
|
};
|
|
790
|
+
platform_editor_remove_bidi_char_warning: {
|
|
791
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
792
|
+
defaultValue: boolean;
|
|
793
|
+
param: string;
|
|
794
|
+
productKeys?: import("./types").ProductKeys;
|
|
795
|
+
};
|
|
796
796
|
};
|
|
@@ -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;
|
|
@@ -793,4 +787,10 @@ export declare const editorExperimentsConfig: {
|
|
|
793
787
|
param: string;
|
|
794
788
|
productKeys?: import("./types").ProductKeys;
|
|
795
789
|
};
|
|
790
|
+
platform_editor_remove_bidi_char_warning: {
|
|
791
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
792
|
+
defaultValue: boolean;
|
|
793
|
+
param: string;
|
|
794
|
+
productKeys?: import("./types").ProductKeys;
|
|
795
|
+
};
|
|
796
796
|
};
|
package/package.json
CHANGED