@atlaskit/tmp-editor-statsig 190.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,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 190.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1588,14 +1588,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1588
1588
|
param: 'isEnabled',
|
|
1589
1589
|
defaultValue: false
|
|
1590
1590
|
}),
|
|
1591
|
-
// Added 2026-07-20
|
|
1592
|
-
platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1593
|
-
productKeys: {
|
|
1594
|
-
confluence: 'platform_editor_lovability_breakout_resizing_fixes'
|
|
1595
|
-
},
|
|
1596
|
-
param: 'isEnabled',
|
|
1597
|
-
defaultValue: false
|
|
1598
|
-
}),
|
|
1599
1591
|
// Added 2026-06-19
|
|
1600
1592
|
platform_editor_lovability_resize_dividers_panels: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1601
1593
|
productKeys: {
|
|
@@ -1582,14 +1582,6 @@ export const editorExperimentsConfig = {
|
|
|
1582
1582
|
param: 'isEnabled',
|
|
1583
1583
|
defaultValue: false
|
|
1584
1584
|
}),
|
|
1585
|
-
// Added 2026-07-20
|
|
1586
|
-
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1587
|
-
productKeys: {
|
|
1588
|
-
confluence: 'platform_editor_lovability_breakout_resizing_fixes'
|
|
1589
|
-
},
|
|
1590
|
-
param: 'isEnabled',
|
|
1591
|
-
defaultValue: false
|
|
1592
|
-
}),
|
|
1593
1585
|
// Added 2026-06-19
|
|
1594
1586
|
platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
|
|
1595
1587
|
productKeys: {
|
|
@@ -1582,14 +1582,6 @@ export var editorExperimentsConfig = {
|
|
|
1582
1582
|
param: 'isEnabled',
|
|
1583
1583
|
defaultValue: false
|
|
1584
1584
|
}),
|
|
1585
|
-
// Added 2026-07-20
|
|
1586
|
-
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1587
|
-
productKeys: {
|
|
1588
|
-
confluence: 'platform_editor_lovability_breakout_resizing_fixes'
|
|
1589
|
-
},
|
|
1590
|
-
param: 'isEnabled',
|
|
1591
|
-
defaultValue: false
|
|
1592
|
-
}),
|
|
1593
1585
|
// Added 2026-06-19
|
|
1594
1586
|
platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
|
|
1595
1587
|
productKeys: {
|
|
@@ -1143,12 +1143,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1143
1143
|
productKeys?: ProductKeys;
|
|
1144
1144
|
typeGuard: IsBooleanType;
|
|
1145
1145
|
};
|
|
1146
|
-
platform_editor_lovability_breakout_resizing_fixes: {
|
|
1147
|
-
defaultValue: boolean;
|
|
1148
|
-
param: string;
|
|
1149
|
-
productKeys?: ProductKeys;
|
|
1150
|
-
typeGuard: IsBooleanType;
|
|
1151
|
-
};
|
|
1152
1146
|
platform_editor_lovability_resize_dividers_panels: {
|
|
1153
1147
|
defaultValue: boolean;
|
|
1154
1148
|
param: string;
|
package/package.json
CHANGED