@atlaskit/tmp-editor-statsig 87.0.0 → 88.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
|
+
## 88.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`02129881d539f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02129881d539f) -
|
|
8
|
+
FFCLEANUP-112479: Cleanup stale platform_editor_disable_last_node_para flag
|
|
9
|
+
|
|
3
10
|
## 87.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1729,15 +1729,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1729
1729
|
param: 'isEnabled',
|
|
1730
1730
|
defaultValue: false
|
|
1731
1731
|
}),
|
|
1732
|
-
// Added 2026-03-11
|
|
1733
|
-
platform_editor_disable_last_node_para: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1734
|
-
productKeys: {
|
|
1735
|
-
confluence: 'platform_editor_disable_last_node_para',
|
|
1736
|
-
jira: 'platform_editor_disable_last_node_para'
|
|
1737
|
-
},
|
|
1738
|
-
param: 'isEnabled',
|
|
1739
|
-
defaultValue: false
|
|
1740
|
-
}),
|
|
1741
1732
|
// Added 2026-03-09
|
|
1742
1733
|
platform_editor_remove_collab_step_metrics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1743
1734
|
productKeys: {
|
|
@@ -1723,15 +1723,6 @@ export const editorExperimentsConfig = {
|
|
|
1723
1723
|
param: 'isEnabled',
|
|
1724
1724
|
defaultValue: false
|
|
1725
1725
|
}),
|
|
1726
|
-
// Added 2026-03-11
|
|
1727
|
-
platform_editor_disable_last_node_para: createBooleanExperiment({
|
|
1728
|
-
productKeys: {
|
|
1729
|
-
confluence: 'platform_editor_disable_last_node_para',
|
|
1730
|
-
jira: 'platform_editor_disable_last_node_para'
|
|
1731
|
-
},
|
|
1732
|
-
param: 'isEnabled',
|
|
1733
|
-
defaultValue: false
|
|
1734
|
-
}),
|
|
1735
1726
|
// Added 2026-03-09
|
|
1736
1727
|
platform_editor_remove_collab_step_metrics: createBooleanExperiment({
|
|
1737
1728
|
productKeys: {
|
|
@@ -1723,15 +1723,6 @@ export var editorExperimentsConfig = {
|
|
|
1723
1723
|
param: 'isEnabled',
|
|
1724
1724
|
defaultValue: false
|
|
1725
1725
|
}),
|
|
1726
|
-
// Added 2026-03-11
|
|
1727
|
-
platform_editor_disable_last_node_para: createBooleanExperiment({
|
|
1728
|
-
productKeys: {
|
|
1729
|
-
confluence: 'platform_editor_disable_last_node_para',
|
|
1730
|
-
jira: 'platform_editor_disable_last_node_para'
|
|
1731
|
-
},
|
|
1732
|
-
param: 'isEnabled',
|
|
1733
|
-
defaultValue: false
|
|
1734
|
-
}),
|
|
1735
1726
|
// Added 2026-03-09
|
|
1736
1727
|
platform_editor_remove_collab_step_metrics: createBooleanExperiment({
|
|
1737
1728
|
productKeys: {
|
|
@@ -1363,12 +1363,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1363
1363
|
productKeys?: ProductKeys;
|
|
1364
1364
|
typeGuard: IsBooleanType;
|
|
1365
1365
|
};
|
|
1366
|
-
platform_editor_disable_last_node_para: {
|
|
1367
|
-
defaultValue: boolean;
|
|
1368
|
-
param: string;
|
|
1369
|
-
productKeys?: ProductKeys;
|
|
1370
|
-
typeGuard: IsBooleanType;
|
|
1371
|
-
};
|
|
1372
1366
|
platform_editor_fix_selection_wrapped_media_embed: {
|
|
1373
1367
|
defaultValue: boolean;
|
|
1374
1368
|
param: string;
|
|
@@ -1363,12 +1363,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1363
1363
|
productKeys?: ProductKeys;
|
|
1364
1364
|
typeGuard: IsBooleanType;
|
|
1365
1365
|
};
|
|
1366
|
-
platform_editor_disable_last_node_para: {
|
|
1367
|
-
defaultValue: boolean;
|
|
1368
|
-
param: string;
|
|
1369
|
-
productKeys?: ProductKeys;
|
|
1370
|
-
typeGuard: IsBooleanType;
|
|
1371
|
-
};
|
|
1372
1366
|
platform_editor_fix_selection_wrapped_media_embed: {
|
|
1373
1367
|
defaultValue: boolean;
|
|
1374
1368
|
param: string;
|
package/package.json
CHANGED