@atlaskit/tmp-editor-statsig 15.2.0 → 15.4.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4ac3023fb991b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ac3023fb991b) -
|
|
8
|
+
EDITOR-2478 Clean up experiment `platform_editor_nested_table_detection`
|
|
9
|
+
|
|
10
|
+
## 15.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`1ba00564a98cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ba00564a98cd) -
|
|
15
|
+
Moves the scroll gutter fix behind platform_editor_scroll_gutter_fix out of the hydratable ui
|
|
16
|
+
experiment
|
|
17
|
+
|
|
3
18
|
## 15.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -1075,14 +1075,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1075
1075
|
param: 'isEnabled',
|
|
1076
1076
|
defaultValue: false
|
|
1077
1077
|
}),
|
|
1078
|
-
// Added 2025-11-05
|
|
1079
|
-
platform_editor_nested_table_detection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1080
|
-
productKeys: {
|
|
1081
|
-
confluence: 'platform_editor_nested_table_detection'
|
|
1082
|
-
},
|
|
1083
|
-
param: 'isEnabled',
|
|
1084
|
-
defaultValue: false
|
|
1085
|
-
}),
|
|
1086
1078
|
// Added 2025-10-24
|
|
1087
1079
|
platform_editor_fix_clone_nesting_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1088
1080
|
productKeys: {
|
|
@@ -1174,6 +1166,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1174
1166
|
param: 'isEnabled',
|
|
1175
1167
|
defaultValue: false
|
|
1176
1168
|
}),
|
|
1169
|
+
// Added 2025-12-04
|
|
1170
|
+
platform_editor_scroll_gutter_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1171
|
+
productKeys: {
|
|
1172
|
+
confluence: 'platform_editor_scroll_gutter_fix'
|
|
1173
|
+
},
|
|
1174
|
+
param: 'isEnabled',
|
|
1175
|
+
defaultValue: false
|
|
1176
|
+
}),
|
|
1177
1177
|
// Added 2025-12-08
|
|
1178
1178
|
platform_editor_add_image_editing: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1179
1179
|
productKeys: {
|
|
@@ -1069,14 +1069,6 @@ export const editorExperimentsConfig = {
|
|
|
1069
1069
|
param: 'isEnabled',
|
|
1070
1070
|
defaultValue: false
|
|
1071
1071
|
}),
|
|
1072
|
-
// Added 2025-11-05
|
|
1073
|
-
platform_editor_nested_table_detection: createBooleanExperiment({
|
|
1074
|
-
productKeys: {
|
|
1075
|
-
confluence: 'platform_editor_nested_table_detection'
|
|
1076
|
-
},
|
|
1077
|
-
param: 'isEnabled',
|
|
1078
|
-
defaultValue: false
|
|
1079
|
-
}),
|
|
1080
1072
|
// Added 2025-10-24
|
|
1081
1073
|
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1082
1074
|
productKeys: {
|
|
@@ -1168,6 +1160,14 @@ export const editorExperimentsConfig = {
|
|
|
1168
1160
|
param: 'isEnabled',
|
|
1169
1161
|
defaultValue: false
|
|
1170
1162
|
}),
|
|
1163
|
+
// Added 2025-12-04
|
|
1164
|
+
platform_editor_scroll_gutter_fix: createBooleanExperiment({
|
|
1165
|
+
productKeys: {
|
|
1166
|
+
confluence: 'platform_editor_scroll_gutter_fix'
|
|
1167
|
+
},
|
|
1168
|
+
param: 'isEnabled',
|
|
1169
|
+
defaultValue: false
|
|
1170
|
+
}),
|
|
1171
1171
|
// Added 2025-12-08
|
|
1172
1172
|
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1173
1173
|
productKeys: {
|
|
@@ -1069,14 +1069,6 @@ export var editorExperimentsConfig = {
|
|
|
1069
1069
|
param: 'isEnabled',
|
|
1070
1070
|
defaultValue: false
|
|
1071
1071
|
}),
|
|
1072
|
-
// Added 2025-11-05
|
|
1073
|
-
platform_editor_nested_table_detection: createBooleanExperiment({
|
|
1074
|
-
productKeys: {
|
|
1075
|
-
confluence: 'platform_editor_nested_table_detection'
|
|
1076
|
-
},
|
|
1077
|
-
param: 'isEnabled',
|
|
1078
|
-
defaultValue: false
|
|
1079
|
-
}),
|
|
1080
1072
|
// Added 2025-10-24
|
|
1081
1073
|
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1082
1074
|
productKeys: {
|
|
@@ -1168,6 +1160,14 @@ export var editorExperimentsConfig = {
|
|
|
1168
1160
|
param: 'isEnabled',
|
|
1169
1161
|
defaultValue: false
|
|
1170
1162
|
}),
|
|
1163
|
+
// Added 2025-12-04
|
|
1164
|
+
platform_editor_scroll_gutter_fix: createBooleanExperiment({
|
|
1165
|
+
productKeys: {
|
|
1166
|
+
confluence: 'platform_editor_scroll_gutter_fix'
|
|
1167
|
+
},
|
|
1168
|
+
param: 'isEnabled',
|
|
1169
|
+
defaultValue: false
|
|
1170
|
+
}),
|
|
1171
1171
|
// Added 2025-12-08
|
|
1172
1172
|
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1173
1173
|
productKeys: {
|
|
@@ -522,12 +522,6 @@ export declare const editorExperimentsConfig: {
|
|
|
522
522
|
productKeys?: ProductKeys;
|
|
523
523
|
typeGuard: IsBooleanType;
|
|
524
524
|
};
|
|
525
|
-
platform_editor_nested_table_detection: {
|
|
526
|
-
defaultValue: boolean;
|
|
527
|
-
param: string;
|
|
528
|
-
productKeys?: ProductKeys;
|
|
529
|
-
typeGuard: IsBooleanType;
|
|
530
|
-
};
|
|
531
525
|
platform_editor_nested_table_refresh_width_fix: {
|
|
532
526
|
defaultValue: boolean;
|
|
533
527
|
param: string;
|
|
@@ -870,5 +864,11 @@ export declare const editorExperimentsConfig: {
|
|
|
870
864
|
productKeys?: ProductKeys;
|
|
871
865
|
typeGuard: IsBooleanType;
|
|
872
866
|
};
|
|
867
|
+
platform_editor_scroll_gutter_fix: {
|
|
868
|
+
defaultValue: boolean;
|
|
869
|
+
param: string;
|
|
870
|
+
productKeys?: ProductKeys;
|
|
871
|
+
typeGuard: IsBooleanType;
|
|
872
|
+
};
|
|
873
873
|
};
|
|
874
874
|
export {};
|
|
@@ -522,12 +522,6 @@ export declare const editorExperimentsConfig: {
|
|
|
522
522
|
productKeys?: ProductKeys;
|
|
523
523
|
typeGuard: IsBooleanType;
|
|
524
524
|
};
|
|
525
|
-
platform_editor_nested_table_detection: {
|
|
526
|
-
defaultValue: boolean;
|
|
527
|
-
param: string;
|
|
528
|
-
productKeys?: ProductKeys;
|
|
529
|
-
typeGuard: IsBooleanType;
|
|
530
|
-
};
|
|
531
525
|
platform_editor_nested_table_refresh_width_fix: {
|
|
532
526
|
defaultValue: boolean;
|
|
533
527
|
param: string;
|
|
@@ -870,5 +864,11 @@ export declare const editorExperimentsConfig: {
|
|
|
870
864
|
productKeys?: ProductKeys;
|
|
871
865
|
typeGuard: IsBooleanType;
|
|
872
866
|
};
|
|
867
|
+
platform_editor_scroll_gutter_fix: {
|
|
868
|
+
defaultValue: boolean;
|
|
869
|
+
param: string;
|
|
870
|
+
productKeys?: ProductKeys;
|
|
871
|
+
typeGuard: IsBooleanType;
|
|
872
|
+
};
|
|
873
873
|
};
|
|
874
874
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.4.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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"I updated the table on https://hello.atlassian.net/wiki/spaces/EDITOR/pages/5257593537/Libra+testing+FG+override+expectations, tested my changes, and confirm that adding/removing the override is safe"
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
|
-
"repository": "https://
|
|
21
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
22
22
|
"main": "dist/cjs/index.js",
|
|
23
23
|
"module": "dist/esm/index.js",
|
|
24
24
|
"module:es2019": "dist/es2019/index.js",
|