@atlaskit/tmp-editor-statsig 189.0.0 → 191.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 191.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a0b5ab4d98338`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0b5ab4d98338) -
|
|
8
|
+
[FFCLEANUP-147868] clean up experiment `platform_editor_lovability_breakout_resizing_fixes`
|
|
9
|
+
|
|
10
|
+
## 190.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`077f0fa90b5c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/077f0fa90b5c9) -
|
|
15
|
+
Clean up experiment `platform_editor_prevent_taskitem_remount`
|
|
16
|
+
|
|
3
17
|
## 189.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -633,14 +633,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
633
633
|
param: 'isEnabled',
|
|
634
634
|
defaultValue: false
|
|
635
635
|
}),
|
|
636
|
-
// Added 2025-09-16
|
|
637
|
-
platform_editor_prevent_taskitem_remount: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
638
|
-
productKeys: {
|
|
639
|
-
confluence: 'platform_editor_prevent_taskitem_remount'
|
|
640
|
-
},
|
|
641
|
-
param: 'isEnabled',
|
|
642
|
-
defaultValue: false
|
|
643
|
-
}),
|
|
644
636
|
// Added 2025-09-01
|
|
645
637
|
cc_editor_ai_content_mode: (0, _createMultivariateExperiment.createMultivariateExperiment)({
|
|
646
638
|
productKeys: {
|
|
@@ -1596,14 +1588,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1596
1588
|
param: 'isEnabled',
|
|
1597
1589
|
defaultValue: false
|
|
1598
1590
|
}),
|
|
1599
|
-
// Added 2026-07-20
|
|
1600
|
-
platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1601
|
-
productKeys: {
|
|
1602
|
-
confluence: 'platform_editor_lovability_breakout_resizing_fixes'
|
|
1603
|
-
},
|
|
1604
|
-
param: 'isEnabled',
|
|
1605
|
-
defaultValue: false
|
|
1606
|
-
}),
|
|
1607
1591
|
// Added 2026-06-19
|
|
1608
1592
|
platform_editor_lovability_resize_dividers_panels: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1609
1593
|
productKeys: {
|
|
@@ -627,14 +627,6 @@ export const editorExperimentsConfig = {
|
|
|
627
627
|
param: 'isEnabled',
|
|
628
628
|
defaultValue: false
|
|
629
629
|
}),
|
|
630
|
-
// Added 2025-09-16
|
|
631
|
-
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
632
|
-
productKeys: {
|
|
633
|
-
confluence: 'platform_editor_prevent_taskitem_remount'
|
|
634
|
-
},
|
|
635
|
-
param: 'isEnabled',
|
|
636
|
-
defaultValue: false
|
|
637
|
-
}),
|
|
638
630
|
// Added 2025-09-01
|
|
639
631
|
cc_editor_ai_content_mode: createMultivariateExperiment({
|
|
640
632
|
productKeys: {
|
|
@@ -1590,14 +1582,6 @@ export const editorExperimentsConfig = {
|
|
|
1590
1582
|
param: 'isEnabled',
|
|
1591
1583
|
defaultValue: false
|
|
1592
1584
|
}),
|
|
1593
|
-
// Added 2026-07-20
|
|
1594
|
-
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1595
|
-
productKeys: {
|
|
1596
|
-
confluence: 'platform_editor_lovability_breakout_resizing_fixes'
|
|
1597
|
-
},
|
|
1598
|
-
param: 'isEnabled',
|
|
1599
|
-
defaultValue: false
|
|
1600
|
-
}),
|
|
1601
1585
|
// Added 2026-06-19
|
|
1602
1586
|
platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
|
|
1603
1587
|
productKeys: {
|
|
@@ -627,14 +627,6 @@ export var editorExperimentsConfig = {
|
|
|
627
627
|
param: 'isEnabled',
|
|
628
628
|
defaultValue: false
|
|
629
629
|
}),
|
|
630
|
-
// Added 2025-09-16
|
|
631
|
-
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
632
|
-
productKeys: {
|
|
633
|
-
confluence: 'platform_editor_prevent_taskitem_remount'
|
|
634
|
-
},
|
|
635
|
-
param: 'isEnabled',
|
|
636
|
-
defaultValue: false
|
|
637
|
-
}),
|
|
638
630
|
// Added 2025-09-01
|
|
639
631
|
cc_editor_ai_content_mode: createMultivariateExperiment({
|
|
640
632
|
productKeys: {
|
|
@@ -1590,14 +1582,6 @@ export var editorExperimentsConfig = {
|
|
|
1590
1582
|
param: 'isEnabled',
|
|
1591
1583
|
defaultValue: false
|
|
1592
1584
|
}),
|
|
1593
|
-
// Added 2026-07-20
|
|
1594
|
-
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1595
|
-
productKeys: {
|
|
1596
|
-
confluence: 'platform_editor_lovability_breakout_resizing_fixes'
|
|
1597
|
-
},
|
|
1598
|
-
param: 'isEnabled',
|
|
1599
|
-
defaultValue: false
|
|
1600
|
-
}),
|
|
1601
1585
|
// Added 2026-06-19
|
|
1602
1586
|
platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
|
|
1603
1587
|
productKeys: {
|
|
@@ -460,12 +460,6 @@ export declare const editorExperimentsConfig: {
|
|
|
460
460
|
productKeys?: ProductKeys;
|
|
461
461
|
typeGuard: IsBooleanType;
|
|
462
462
|
};
|
|
463
|
-
platform_editor_prevent_taskitem_remount: {
|
|
464
|
-
defaultValue: boolean;
|
|
465
|
-
param: string;
|
|
466
|
-
productKeys?: ProductKeys;
|
|
467
|
-
typeGuard: IsBooleanType;
|
|
468
|
-
};
|
|
469
463
|
platform_editor_preview_panel_responsiveness: {
|
|
470
464
|
defaultValue: boolean;
|
|
471
465
|
param: string;
|
|
@@ -1149,12 +1143,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1149
1143
|
productKeys?: ProductKeys;
|
|
1150
1144
|
typeGuard: IsBooleanType;
|
|
1151
1145
|
};
|
|
1152
|
-
platform_editor_lovability_breakout_resizing_fixes: {
|
|
1153
|
-
defaultValue: boolean;
|
|
1154
|
-
param: string;
|
|
1155
|
-
productKeys?: ProductKeys;
|
|
1156
|
-
typeGuard: IsBooleanType;
|
|
1157
|
-
};
|
|
1158
1146
|
platform_editor_lovability_resize_dividers_panels: {
|
|
1159
1147
|
defaultValue: boolean;
|
|
1160
1148
|
param: string;
|
package/package.json
CHANGED