@atlaskit/tmp-editor-statsig 13.18.1 → 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,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 13.18.1
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED