@atlaskit/tmp-editor-statsig 62.3.0 → 62.3.1
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
|
+
## 62.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ed96586aa0e43`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ed96586aa0e43) -
|
|
8
|
+
Cleanup experiment platform_editor_table_resizer_extended_zone: ship treatment
|
|
9
|
+
(needExtendedResizeZone always true)
|
|
10
|
+
|
|
3
11
|
## 62.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1628,14 +1628,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1628
1628
|
param: 'isEnabled',
|
|
1629
1629
|
defaultValue: false
|
|
1630
1630
|
}),
|
|
1631
|
-
// Added 2026-03-05
|
|
1632
|
-
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1633
|
-
productKeys: {
|
|
1634
|
-
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1635
|
-
},
|
|
1636
|
-
param: 'isEnabled',
|
|
1637
|
-
defaultValue: false
|
|
1638
|
-
}),
|
|
1639
1631
|
// Added 2026-03-10
|
|
1640
1632
|
platform_editor_insert_location_check: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1641
1633
|
productKeys: {
|
|
@@ -1622,14 +1622,6 @@ export const editorExperimentsConfig = {
|
|
|
1622
1622
|
param: 'isEnabled',
|
|
1623
1623
|
defaultValue: false
|
|
1624
1624
|
}),
|
|
1625
|
-
// Added 2026-03-05
|
|
1626
|
-
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1627
|
-
productKeys: {
|
|
1628
|
-
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1629
|
-
},
|
|
1630
|
-
param: 'isEnabled',
|
|
1631
|
-
defaultValue: false
|
|
1632
|
-
}),
|
|
1633
1625
|
// Added 2026-03-10
|
|
1634
1626
|
platform_editor_insert_location_check: createBooleanExperiment({
|
|
1635
1627
|
productKeys: {
|
|
@@ -1622,14 +1622,6 @@ export var editorExperimentsConfig = {
|
|
|
1622
1622
|
param: 'isEnabled',
|
|
1623
1623
|
defaultValue: false
|
|
1624
1624
|
}),
|
|
1625
|
-
// Added 2026-03-05
|
|
1626
|
-
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1627
|
-
productKeys: {
|
|
1628
|
-
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1629
|
-
},
|
|
1630
|
-
param: 'isEnabled',
|
|
1631
|
-
defaultValue: false
|
|
1632
|
-
}),
|
|
1633
1625
|
// Added 2026-03-10
|
|
1634
1626
|
platform_editor_insert_location_check: createBooleanExperiment({
|
|
1635
1627
|
productKeys: {
|
|
@@ -1238,12 +1238,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1238
1238
|
productKeys?: ProductKeys;
|
|
1239
1239
|
typeGuard: IsBooleanType;
|
|
1240
1240
|
};
|
|
1241
|
-
platform_editor_table_resizer_extended_zone: {
|
|
1242
|
-
defaultValue: boolean;
|
|
1243
|
-
param: string;
|
|
1244
|
-
productKeys?: ProductKeys;
|
|
1245
|
-
typeGuard: IsBooleanType;
|
|
1246
|
-
};
|
|
1247
1241
|
platform_editor_fix_editor_unhandled_type_errors: {
|
|
1248
1242
|
defaultValue: boolean;
|
|
1249
1243
|
param: string;
|
|
@@ -1238,12 +1238,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1238
1238
|
productKeys?: ProductKeys;
|
|
1239
1239
|
typeGuard: IsBooleanType;
|
|
1240
1240
|
};
|
|
1241
|
-
platform_editor_table_resizer_extended_zone: {
|
|
1242
|
-
defaultValue: boolean;
|
|
1243
|
-
param: string;
|
|
1244
|
-
productKeys?: ProductKeys;
|
|
1245
|
-
typeGuard: IsBooleanType;
|
|
1246
|
-
};
|
|
1247
1241
|
platform_editor_fix_editor_unhandled_type_errors: {
|
|
1248
1242
|
defaultValue: boolean;
|
|
1249
1243
|
param: string;
|
package/package.json
CHANGED