@atlaskit/tmp-editor-statsig 127.2.0 → 128.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 128.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e6ee0b8d49a31`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6ee0b8d49a31) -
|
|
8
|
+
[ux] Remove the platform_rovo_page_comment_selector_full_width experiment and make the Confluence
|
|
9
|
+
page comment selector full width by default.
|
|
10
|
+
|
|
3
11
|
## 127.2.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1323,14 +1323,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1323
1323
|
param: 'isEnabled',
|
|
1324
1324
|
defaultValue: false
|
|
1325
1325
|
}),
|
|
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
1326
|
// Added 2026-02-12
|
|
1335
1327
|
platform_editor_bodiedextension_layoutshift_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1336
1328
|
productKeys: {
|
|
@@ -1317,14 +1317,6 @@ export const editorExperimentsConfig = {
|
|
|
1317
1317
|
param: 'isEnabled',
|
|
1318
1318
|
defaultValue: false
|
|
1319
1319
|
}),
|
|
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
1320
|
// Added 2026-02-12
|
|
1329
1321
|
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
1330
1322
|
productKeys: {
|
|
@@ -1317,14 +1317,6 @@ export var editorExperimentsConfig = {
|
|
|
1317
1317
|
param: 'isEnabled',
|
|
1318
1318
|
defaultValue: false
|
|
1319
1319
|
}),
|
|
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
1320
|
// Added 2026-02-12
|
|
1329
1321
|
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
1330
1322
|
productKeys: {
|
|
@@ -981,12 +981,6 @@ export declare const editorExperimentsConfig: {
|
|
|
981
981
|
productKeys?: ProductKeys;
|
|
982
982
|
typeGuard: IsBooleanType;
|
|
983
983
|
};
|
|
984
|
-
platform_rovo_page_comment_selector_full_width: {
|
|
985
|
-
defaultValue: boolean;
|
|
986
|
-
param: string;
|
|
987
|
-
productKeys?: ProductKeys;
|
|
988
|
-
typeGuard: IsBooleanType;
|
|
989
|
-
};
|
|
990
984
|
platform_editor_bodiedextension_layoutshift_fix: {
|
|
991
985
|
defaultValue: boolean;
|
|
992
986
|
param: string;
|
package/package.json
CHANGED