@atlaskit/tmp-editor-statsig 35.0.0 → 35.2.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 +16 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 35.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9e9a406ad71a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e9a406ad71a9) -
|
|
8
|
+
[EDITOR-1682] add new experiment `platform_editor_analyse_table_with_merged_cells` to config file
|
|
9
|
+
- [`5d27d5dc155ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d27d5dc155ff) -
|
|
10
|
+
Editor-5020: Fix the column drop hint not visible inside sync block
|
|
11
|
+
|
|
12
|
+
## 35.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`f9c6cc572b6cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9c6cc572b6cd) -
|
|
17
|
+
EDITOR-5829: Set up experiment in config
|
|
18
|
+
|
|
3
19
|
## 35.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -1631,5 +1631,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1631
1631
|
},
|
|
1632
1632
|
param: 'isEnabled',
|
|
1633
1633
|
defaultValue: false
|
|
1634
|
+
}),
|
|
1635
|
+
// Added 2026-03-10
|
|
1636
|
+
platform_editor_diff_plugin_extended: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1637
|
+
productKeys: {
|
|
1638
|
+
confluence: 'platform_editor_diff_plugin_extended'
|
|
1639
|
+
},
|
|
1640
|
+
param: 'isEnabled',
|
|
1641
|
+
defaultValue: false
|
|
1642
|
+
}),
|
|
1643
|
+
// Added 2026-03-10
|
|
1644
|
+
platform_editor_analyse_table_with_merged_cells: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1645
|
+
productKeys: {
|
|
1646
|
+
confluence: 'platform_editor_analyse_table_with_merged_cells'
|
|
1647
|
+
},
|
|
1648
|
+
param: 'isEnabled',
|
|
1649
|
+
defaultValue: false
|
|
1634
1650
|
})
|
|
1635
1651
|
};
|
|
@@ -1625,5 +1625,21 @@ export const editorExperimentsConfig = {
|
|
|
1625
1625
|
},
|
|
1626
1626
|
param: 'isEnabled',
|
|
1627
1627
|
defaultValue: false
|
|
1628
|
+
}),
|
|
1629
|
+
// Added 2026-03-10
|
|
1630
|
+
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1631
|
+
productKeys: {
|
|
1632
|
+
confluence: 'platform_editor_diff_plugin_extended'
|
|
1633
|
+
},
|
|
1634
|
+
param: 'isEnabled',
|
|
1635
|
+
defaultValue: false
|
|
1636
|
+
}),
|
|
1637
|
+
// Added 2026-03-10
|
|
1638
|
+
platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
|
|
1639
|
+
productKeys: {
|
|
1640
|
+
confluence: 'platform_editor_analyse_table_with_merged_cells'
|
|
1641
|
+
},
|
|
1642
|
+
param: 'isEnabled',
|
|
1643
|
+
defaultValue: false
|
|
1628
1644
|
})
|
|
1629
1645
|
};
|
|
@@ -1625,5 +1625,21 @@ export var editorExperimentsConfig = {
|
|
|
1625
1625
|
},
|
|
1626
1626
|
param: 'isEnabled',
|
|
1627
1627
|
defaultValue: false
|
|
1628
|
+
}),
|
|
1629
|
+
// Added 2026-03-10
|
|
1630
|
+
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1631
|
+
productKeys: {
|
|
1632
|
+
confluence: 'platform_editor_diff_plugin_extended'
|
|
1633
|
+
},
|
|
1634
|
+
param: 'isEnabled',
|
|
1635
|
+
defaultValue: false
|
|
1636
|
+
}),
|
|
1637
|
+
// Added 2026-03-10
|
|
1638
|
+
platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
|
|
1639
|
+
productKeys: {
|
|
1640
|
+
confluence: 'platform_editor_analyse_table_with_merged_cells'
|
|
1641
|
+
},
|
|
1642
|
+
param: 'isEnabled',
|
|
1643
|
+
defaultValue: false
|
|
1628
1644
|
})
|
|
1629
1645
|
};
|
|
@@ -1200,5 +1200,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1200
1200
|
productKeys?: ProductKeys;
|
|
1201
1201
|
typeGuard: IsBooleanType;
|
|
1202
1202
|
};
|
|
1203
|
+
platform_editor_diff_plugin_extended: {
|
|
1204
|
+
defaultValue: boolean;
|
|
1205
|
+
param: string;
|
|
1206
|
+
productKeys?: ProductKeys;
|
|
1207
|
+
typeGuard: IsBooleanType;
|
|
1208
|
+
};
|
|
1209
|
+
platform_editor_analyse_table_with_merged_cells: {
|
|
1210
|
+
defaultValue: boolean;
|
|
1211
|
+
param: string;
|
|
1212
|
+
productKeys?: ProductKeys;
|
|
1213
|
+
typeGuard: IsBooleanType;
|
|
1214
|
+
};
|
|
1203
1215
|
};
|
|
1204
1216
|
export {};
|
|
@@ -1200,5 +1200,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1200
1200
|
productKeys?: ProductKeys;
|
|
1201
1201
|
typeGuard: IsBooleanType;
|
|
1202
1202
|
};
|
|
1203
|
+
platform_editor_diff_plugin_extended: {
|
|
1204
|
+
defaultValue: boolean;
|
|
1205
|
+
param: string;
|
|
1206
|
+
productKeys?: ProductKeys;
|
|
1207
|
+
typeGuard: IsBooleanType;
|
|
1208
|
+
};
|
|
1209
|
+
platform_editor_analyse_table_with_merged_cells: {
|
|
1210
|
+
defaultValue: boolean;
|
|
1211
|
+
param: string;
|
|
1212
|
+
productKeys?: ProductKeys;
|
|
1213
|
+
typeGuard: IsBooleanType;
|
|
1214
|
+
};
|
|
1203
1215
|
};
|
|
1204
1216
|
export {};
|
package/package.json
CHANGED