@atlaskit/tmp-editor-statsig 127.2.0 → 129.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
|
+
## 129.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`1be28a8784c5c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1be28a8784c5c) -
|
|
8
|
+
Clean up experiment `platform_editor_show_diff_fix_missing_attrs`
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`862702aa18c98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/862702aa18c98) -
|
|
13
|
+
Remove redundant primary toolbar aria-label
|
|
14
|
+
|
|
15
|
+
## 128.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- [`e6ee0b8d49a31`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6ee0b8d49a31) -
|
|
20
|
+
[ux] Remove the platform_rovo_page_comment_selector_full_width experiment and make the Confluence
|
|
21
|
+
page comment selector full width by default.
|
|
22
|
+
|
|
3
23
|
## 127.2.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -99,6 +99,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
99
99
|
param: 'isEnabled',
|
|
100
100
|
defaultValue: false
|
|
101
101
|
}),
|
|
102
|
+
// Added 2026-07-20
|
|
103
|
+
'editor_a11y__primary-toolbar-aria-label_fy27': (0, _experimentBuilders.createBooleanExperiment)({
|
|
104
|
+
productKeys: {
|
|
105
|
+
confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
|
|
106
|
+
jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
|
|
107
|
+
},
|
|
108
|
+
param: 'isEnabled',
|
|
109
|
+
defaultValue: false
|
|
110
|
+
}),
|
|
102
111
|
// Added 2026-06-19
|
|
103
112
|
'enghealth-53346_fix_redaction_marker_editor': (0, _experimentBuilders.createBooleanExperiment)({
|
|
104
113
|
productKeys: {
|
|
@@ -1323,14 +1332,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1323
1332
|
param: 'isEnabled',
|
|
1324
1333
|
defaultValue: false
|
|
1325
1334
|
}),
|
|
1326
|
-
// Added 2026-04-24
|
|
1327
|
-
platform_rovo_page_comment_selector_full_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1328
|
-
productKeys: {
|
|
1329
|
-
confluence: 'platform_rovo_page_comment_selector_full_width'
|
|
1330
|
-
},
|
|
1331
|
-
param: 'isEnabled',
|
|
1332
|
-
defaultValue: false
|
|
1333
|
-
}),
|
|
1334
1335
|
// Added 2026-02-12
|
|
1335
1336
|
platform_editor_bodiedextension_layoutshift_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1336
1337
|
productKeys: {
|
|
@@ -2204,14 +2205,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2204
2205
|
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2205
2206
|
defaultValue: 'control'
|
|
2206
2207
|
}),
|
|
2207
|
-
// Added 2026-05-04
|
|
2208
|
-
platform_editor_show_diff_fix_missing_attrs: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2209
|
-
productKeys: {
|
|
2210
|
-
confluence: 'platform_editor_show_diff_fix_missing_attrs'
|
|
2211
|
-
},
|
|
2212
|
-
param: 'isEnabled',
|
|
2213
|
-
defaultValue: false
|
|
2214
|
-
}),
|
|
2215
2208
|
// Added 2026-05-01 — Social proof experiment for unauthorized 3P block cards
|
|
2216
2209
|
social_proof_3p_unauth_block_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2217
2210
|
productKeys: {
|
|
@@ -93,6 +93,15 @@ export const editorExperimentsConfig = {
|
|
|
93
93
|
param: 'isEnabled',
|
|
94
94
|
defaultValue: false
|
|
95
95
|
}),
|
|
96
|
+
// Added 2026-07-20
|
|
97
|
+
'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
|
|
98
|
+
productKeys: {
|
|
99
|
+
confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
|
|
100
|
+
jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
|
|
101
|
+
},
|
|
102
|
+
param: 'isEnabled',
|
|
103
|
+
defaultValue: false
|
|
104
|
+
}),
|
|
96
105
|
// Added 2026-06-19
|
|
97
106
|
'enghealth-53346_fix_redaction_marker_editor': createBooleanExperiment({
|
|
98
107
|
productKeys: {
|
|
@@ -1317,14 +1326,6 @@ export const editorExperimentsConfig = {
|
|
|
1317
1326
|
param: 'isEnabled',
|
|
1318
1327
|
defaultValue: false
|
|
1319
1328
|
}),
|
|
1320
|
-
// Added 2026-04-24
|
|
1321
|
-
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1322
|
-
productKeys: {
|
|
1323
|
-
confluence: 'platform_rovo_page_comment_selector_full_width'
|
|
1324
|
-
},
|
|
1325
|
-
param: 'isEnabled',
|
|
1326
|
-
defaultValue: false
|
|
1327
|
-
}),
|
|
1328
1329
|
// Added 2026-02-12
|
|
1329
1330
|
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
1330
1331
|
productKeys: {
|
|
@@ -2198,14 +2199,6 @@ export const editorExperimentsConfig = {
|
|
|
2198
2199
|
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2199
2200
|
defaultValue: 'control'
|
|
2200
2201
|
}),
|
|
2201
|
-
// Added 2026-05-04
|
|
2202
|
-
platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
|
|
2203
|
-
productKeys: {
|
|
2204
|
-
confluence: 'platform_editor_show_diff_fix_missing_attrs'
|
|
2205
|
-
},
|
|
2206
|
-
param: 'isEnabled',
|
|
2207
|
-
defaultValue: false
|
|
2208
|
-
}),
|
|
2209
2202
|
// Added 2026-05-01 — Social proof experiment for unauthorized 3P block cards
|
|
2210
2203
|
social_proof_3p_unauth_block_exp: createBooleanExperiment({
|
|
2211
2204
|
productKeys: {
|
|
@@ -93,6 +93,15 @@ export var editorExperimentsConfig = {
|
|
|
93
93
|
param: 'isEnabled',
|
|
94
94
|
defaultValue: false
|
|
95
95
|
}),
|
|
96
|
+
// Added 2026-07-20
|
|
97
|
+
'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
|
|
98
|
+
productKeys: {
|
|
99
|
+
confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
|
|
100
|
+
jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
|
|
101
|
+
},
|
|
102
|
+
param: 'isEnabled',
|
|
103
|
+
defaultValue: false
|
|
104
|
+
}),
|
|
96
105
|
// Added 2026-06-19
|
|
97
106
|
'enghealth-53346_fix_redaction_marker_editor': createBooleanExperiment({
|
|
98
107
|
productKeys: {
|
|
@@ -1317,14 +1326,6 @@ export var editorExperimentsConfig = {
|
|
|
1317
1326
|
param: 'isEnabled',
|
|
1318
1327
|
defaultValue: false
|
|
1319
1328
|
}),
|
|
1320
|
-
// Added 2026-04-24
|
|
1321
|
-
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1322
|
-
productKeys: {
|
|
1323
|
-
confluence: 'platform_rovo_page_comment_selector_full_width'
|
|
1324
|
-
},
|
|
1325
|
-
param: 'isEnabled',
|
|
1326
|
-
defaultValue: false
|
|
1327
|
-
}),
|
|
1328
1329
|
// Added 2026-02-12
|
|
1329
1330
|
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
1330
1331
|
productKeys: {
|
|
@@ -2198,14 +2199,6 @@ export var editorExperimentsConfig = {
|
|
|
2198
2199
|
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2199
2200
|
defaultValue: 'control'
|
|
2200
2201
|
}),
|
|
2201
|
-
// Added 2026-05-04
|
|
2202
|
-
platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
|
|
2203
|
-
productKeys: {
|
|
2204
|
-
confluence: 'platform_editor_show_diff_fix_missing_attrs'
|
|
2205
|
-
},
|
|
2206
|
-
param: 'isEnabled',
|
|
2207
|
-
defaultValue: false
|
|
2208
|
-
}),
|
|
2209
2202
|
// Added 2026-05-01 — Social proof experiment for unauthorized 3P block cards
|
|
2210
2203
|
social_proof_3p_unauth_block_exp: createBooleanExperiment({
|
|
2211
2204
|
productKeys: {
|
|
@@ -131,6 +131,12 @@ export declare const editorExperimentsConfig: {
|
|
|
131
131
|
productKeys?: ProductKeys;
|
|
132
132
|
typeGuard: IsBooleanType;
|
|
133
133
|
};
|
|
134
|
+
'editor_a11y__primary-toolbar-aria-label_fy27': {
|
|
135
|
+
defaultValue: boolean;
|
|
136
|
+
param: string;
|
|
137
|
+
productKeys?: ProductKeys;
|
|
138
|
+
typeGuard: IsBooleanType;
|
|
139
|
+
};
|
|
134
140
|
'enghealth-53346_fix_redaction_marker_editor': {
|
|
135
141
|
defaultValue: boolean;
|
|
136
142
|
param: string;
|
|
@@ -981,12 +987,6 @@ export declare const editorExperimentsConfig: {
|
|
|
981
987
|
productKeys?: ProductKeys;
|
|
982
988
|
typeGuard: IsBooleanType;
|
|
983
989
|
};
|
|
984
|
-
platform_rovo_page_comment_selector_full_width: {
|
|
985
|
-
defaultValue: boolean;
|
|
986
|
-
param: string;
|
|
987
|
-
productKeys?: ProductKeys;
|
|
988
|
-
typeGuard: IsBooleanType;
|
|
989
|
-
};
|
|
990
990
|
platform_editor_bodiedextension_layoutshift_fix: {
|
|
991
991
|
defaultValue: boolean;
|
|
992
992
|
param: string;
|
|
@@ -1606,12 +1606,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1606
1606
|
productKeys?: ProductKeys;
|
|
1607
1607
|
typeGuard: IsBooleanType;
|
|
1608
1608
|
};
|
|
1609
|
-
platform_editor_show_diff_fix_missing_attrs: {
|
|
1610
|
-
defaultValue: boolean;
|
|
1611
|
-
param: string;
|
|
1612
|
-
productKeys?: ProductKeys;
|
|
1613
|
-
typeGuard: IsBooleanType;
|
|
1614
|
-
};
|
|
1615
1609
|
platform_editor_fix_sticky_header_malfunction: {
|
|
1616
1610
|
defaultValue: boolean;
|
|
1617
1611
|
param: string;
|
package/package.json
CHANGED