@atlaskit/tmp-editor-statsig 126.3.0 → 127.0.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,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 127.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`7b4e494f9adb1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b4e494f9adb1) -
|
|
8
|
+
Clean up experiment `platform_editor_comment_rovoinlinechat_improvement` (permanently enabled).
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 126.4.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`8bdbc5ba79617`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8bdbc5ba79617) -
|
|
19
|
+
[ux] Gate the table active cell decoration behind `platform_editor_table_q4_patch_3` so it is not
|
|
20
|
+
calculated or rendered until the editor has had its first interaction. Fix row control
|
|
21
|
+
mis-alignment issues.
|
|
22
|
+
|
|
3
23
|
## 126.3.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -1265,13 +1265,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1265
1265
|
param: 'isEnabled',
|
|
1266
1266
|
defaultValue: false
|
|
1267
1267
|
}),
|
|
1268
|
-
platform_editor_comment_rovoinlinechat_improvement: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1269
|
-
productKeys: {
|
|
1270
|
-
confluence: 'platform_editor_comment_rovoinlinechat_improvement'
|
|
1271
|
-
},
|
|
1272
|
-
param: 'isEnabled',
|
|
1273
|
-
defaultValue: false
|
|
1274
|
-
}),
|
|
1275
1268
|
confluence_ttvc_inline_extensions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1276
1269
|
productKeys: {
|
|
1277
1270
|
confluence: 'confluence_ttvc_inline_extensions'
|
|
@@ -2043,6 +2036,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2043
2036
|
param: 'isEnabled',
|
|
2044
2037
|
defaultValue: false
|
|
2045
2038
|
}),
|
|
2039
|
+
// Added 2026-07-16
|
|
2040
|
+
platform_editor_table_q4_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2041
|
+
productKeys: {
|
|
2042
|
+
confluence: 'platform_editor_table_q4_patch_3',
|
|
2043
|
+
jira: 'platform_editor_table_q4_patch_3'
|
|
2044
|
+
},
|
|
2045
|
+
param: 'isEnabled',
|
|
2046
|
+
defaultValue: false
|
|
2047
|
+
}),
|
|
2046
2048
|
// Added 2026-05-11
|
|
2047
2049
|
platform_editor_table_menu_updates: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2048
2050
|
productKeys: {
|
|
@@ -1259,13 +1259,6 @@ export const editorExperimentsConfig = {
|
|
|
1259
1259
|
param: 'isEnabled',
|
|
1260
1260
|
defaultValue: false
|
|
1261
1261
|
}),
|
|
1262
|
-
platform_editor_comment_rovoinlinechat_improvement: createBooleanExperiment({
|
|
1263
|
-
productKeys: {
|
|
1264
|
-
confluence: 'platform_editor_comment_rovoinlinechat_improvement'
|
|
1265
|
-
},
|
|
1266
|
-
param: 'isEnabled',
|
|
1267
|
-
defaultValue: false
|
|
1268
|
-
}),
|
|
1269
1262
|
confluence_ttvc_inline_extensions: createBooleanExperiment({
|
|
1270
1263
|
productKeys: {
|
|
1271
1264
|
confluence: 'confluence_ttvc_inline_extensions'
|
|
@@ -2037,6 +2030,15 @@ export const editorExperimentsConfig = {
|
|
|
2037
2030
|
param: 'isEnabled',
|
|
2038
2031
|
defaultValue: false
|
|
2039
2032
|
}),
|
|
2033
|
+
// Added 2026-07-16
|
|
2034
|
+
platform_editor_table_q4_patch_3: createBooleanExperiment({
|
|
2035
|
+
productKeys: {
|
|
2036
|
+
confluence: 'platform_editor_table_q4_patch_3',
|
|
2037
|
+
jira: 'platform_editor_table_q4_patch_3'
|
|
2038
|
+
},
|
|
2039
|
+
param: 'isEnabled',
|
|
2040
|
+
defaultValue: false
|
|
2041
|
+
}),
|
|
2040
2042
|
// Added 2026-05-11
|
|
2041
2043
|
platform_editor_table_menu_updates: createBooleanExperiment({
|
|
2042
2044
|
productKeys: {
|
|
@@ -1259,13 +1259,6 @@ export var editorExperimentsConfig = {
|
|
|
1259
1259
|
param: 'isEnabled',
|
|
1260
1260
|
defaultValue: false
|
|
1261
1261
|
}),
|
|
1262
|
-
platform_editor_comment_rovoinlinechat_improvement: createBooleanExperiment({
|
|
1263
|
-
productKeys: {
|
|
1264
|
-
confluence: 'platform_editor_comment_rovoinlinechat_improvement'
|
|
1265
|
-
},
|
|
1266
|
-
param: 'isEnabled',
|
|
1267
|
-
defaultValue: false
|
|
1268
|
-
}),
|
|
1269
1262
|
confluence_ttvc_inline_extensions: createBooleanExperiment({
|
|
1270
1263
|
productKeys: {
|
|
1271
1264
|
confluence: 'confluence_ttvc_inline_extensions'
|
|
@@ -2037,6 +2030,15 @@ export var editorExperimentsConfig = {
|
|
|
2037
2030
|
param: 'isEnabled',
|
|
2038
2031
|
defaultValue: false
|
|
2039
2032
|
}),
|
|
2033
|
+
// Added 2026-07-16
|
|
2034
|
+
platform_editor_table_q4_patch_3: createBooleanExperiment({
|
|
2035
|
+
productKeys: {
|
|
2036
|
+
confluence: 'platform_editor_table_q4_patch_3',
|
|
2037
|
+
jira: 'platform_editor_table_q4_patch_3'
|
|
2038
|
+
},
|
|
2039
|
+
param: 'isEnabled',
|
|
2040
|
+
defaultValue: false
|
|
2041
|
+
}),
|
|
2040
2042
|
// Added 2026-05-11
|
|
2041
2043
|
platform_editor_table_menu_updates: createBooleanExperiment({
|
|
2042
2044
|
productKeys: {
|
|
@@ -901,12 +901,6 @@ export declare const editorExperimentsConfig: {
|
|
|
901
901
|
productKeys?: ProductKeys;
|
|
902
902
|
typeGuard: IsBooleanType;
|
|
903
903
|
};
|
|
904
|
-
platform_editor_comment_rovoinlinechat_improvement: {
|
|
905
|
-
defaultValue: boolean;
|
|
906
|
-
param: string;
|
|
907
|
-
productKeys?: ProductKeys;
|
|
908
|
-
typeGuard: IsBooleanType;
|
|
909
|
-
};
|
|
910
904
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
911
905
|
defaultValue: boolean;
|
|
912
906
|
param: string;
|
|
@@ -1504,6 +1498,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1504
1498
|
productKeys?: ProductKeys;
|
|
1505
1499
|
typeGuard: IsBooleanType;
|
|
1506
1500
|
};
|
|
1501
|
+
platform_editor_table_q4_patch_3: {
|
|
1502
|
+
defaultValue: boolean;
|
|
1503
|
+
param: string;
|
|
1504
|
+
productKeys?: ProductKeys;
|
|
1505
|
+
typeGuard: IsBooleanType;
|
|
1506
|
+
};
|
|
1507
1507
|
platform_editor_table_menu_updates: {
|
|
1508
1508
|
defaultValue: boolean;
|
|
1509
1509
|
param: string;
|
package/package.json
CHANGED