@atlaskit/tmp-editor-statsig 92.0.0 → 93.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -9
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 93.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`676198a68986c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/676198a68986c) -
|
|
8
|
+
Cleanup feature gate `platform_editor_prosemirror_rendered_data`. The ProseMirror rendered
|
|
9
|
+
analytics event now always includes page-load metadata, timing values, extension keys, and the UFO
|
|
10
|
+
interaction ID.
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`ebd3c5d7d340a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ebd3c5d7d340a) -
|
|
15
|
+
Gate single-link paste display menu behind confluence_editor_paste_3p_link_actions_menu feature
|
|
16
|
+
flag
|
|
17
|
+
|
|
3
18
|
## 92.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -50,7 +50,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
50
50
|
platform_editor_enable_single_player_step_merging: false,
|
|
51
51
|
platform_editor_find_and_replace_improvements: false,
|
|
52
52
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
|
-
platform_editor_prosemirror_rendered_data: false,
|
|
54
53
|
confluence_compact_text_format: false,
|
|
55
54
|
platform_editor_paste_actions_menu: false,
|
|
56
55
|
platform_editor_diff_plugin_extended: false,
|
|
@@ -1478,15 +1478,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1478
1478
|
param: 'isEnabled',
|
|
1479
1479
|
defaultValue: false
|
|
1480
1480
|
}),
|
|
1481
|
-
// Added 2026-02-11
|
|
1482
|
-
platform_editor_prosemirror_rendered_data: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1483
|
-
productKeys: {
|
|
1484
|
-
confluence: 'platform_editor_prosemirror_rendered_data',
|
|
1485
|
-
jira: 'platform_editor_prosemirror_rendered_data'
|
|
1486
|
-
},
|
|
1487
|
-
param: 'isEnabled',
|
|
1488
|
-
defaultValue: false
|
|
1489
|
-
}),
|
|
1490
1481
|
// Added 2026-02-19
|
|
1491
1482
|
platform_editor_flexible_list_indentation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1492
1483
|
productKeys: {
|
|
@@ -2277,6 +2268,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2277
2268
|
param: 'isEnabled',
|
|
2278
2269
|
defaultValue: false
|
|
2279
2270
|
}),
|
|
2271
|
+
// Added 2026-06-10
|
|
2272
|
+
confluence_editor_paste_3p_link_actions_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2273
|
+
productKeys: {
|
|
2274
|
+
confluence: 'confluence_editor_paste_3p_link_actions_menu'
|
|
2275
|
+
},
|
|
2276
|
+
param: 'isEnabled',
|
|
2277
|
+
defaultValue: false
|
|
2278
|
+
}),
|
|
2280
2279
|
// Added 2026-05-19
|
|
2281
2280
|
platform_editor_ai_improve_formatting_toolbar: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2282
2281
|
productKeys: {
|
|
@@ -44,7 +44,6 @@ export const testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
platform_editor_prosemirror_rendered_data: false,
|
|
48
47
|
confluence_compact_text_format: false,
|
|
49
48
|
platform_editor_paste_actions_menu: false,
|
|
50
49
|
platform_editor_diff_plugin_extended: false,
|
|
@@ -1472,15 +1472,6 @@ export const editorExperimentsConfig = {
|
|
|
1472
1472
|
param: 'isEnabled',
|
|
1473
1473
|
defaultValue: false
|
|
1474
1474
|
}),
|
|
1475
|
-
// Added 2026-02-11
|
|
1476
|
-
platform_editor_prosemirror_rendered_data: createBooleanExperiment({
|
|
1477
|
-
productKeys: {
|
|
1478
|
-
confluence: 'platform_editor_prosemirror_rendered_data',
|
|
1479
|
-
jira: 'platform_editor_prosemirror_rendered_data'
|
|
1480
|
-
},
|
|
1481
|
-
param: 'isEnabled',
|
|
1482
|
-
defaultValue: false
|
|
1483
|
-
}),
|
|
1484
1475
|
// Added 2026-02-19
|
|
1485
1476
|
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1486
1477
|
productKeys: {
|
|
@@ -2271,6 +2262,14 @@ export const editorExperimentsConfig = {
|
|
|
2271
2262
|
param: 'isEnabled',
|
|
2272
2263
|
defaultValue: false
|
|
2273
2264
|
}),
|
|
2265
|
+
// Added 2026-06-10
|
|
2266
|
+
confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
|
|
2267
|
+
productKeys: {
|
|
2268
|
+
confluence: 'confluence_editor_paste_3p_link_actions_menu'
|
|
2269
|
+
},
|
|
2270
|
+
param: 'isEnabled',
|
|
2271
|
+
defaultValue: false
|
|
2272
|
+
}),
|
|
2274
2273
|
// Added 2026-05-19
|
|
2275
2274
|
platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
|
|
2276
2275
|
productKeys: {
|
|
@@ -44,7 +44,6 @@ export var testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
platform_editor_prosemirror_rendered_data: false,
|
|
48
47
|
confluence_compact_text_format: false,
|
|
49
48
|
platform_editor_paste_actions_menu: false,
|
|
50
49
|
platform_editor_diff_plugin_extended: false,
|
|
@@ -1472,15 +1472,6 @@ export var editorExperimentsConfig = {
|
|
|
1472
1472
|
param: 'isEnabled',
|
|
1473
1473
|
defaultValue: false
|
|
1474
1474
|
}),
|
|
1475
|
-
// Added 2026-02-11
|
|
1476
|
-
platform_editor_prosemirror_rendered_data: createBooleanExperiment({
|
|
1477
|
-
productKeys: {
|
|
1478
|
-
confluence: 'platform_editor_prosemirror_rendered_data',
|
|
1479
|
-
jira: 'platform_editor_prosemirror_rendered_data'
|
|
1480
|
-
},
|
|
1481
|
-
param: 'isEnabled',
|
|
1482
|
-
defaultValue: false
|
|
1483
|
-
}),
|
|
1484
1475
|
// Added 2026-02-19
|
|
1485
1476
|
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1486
1477
|
productKeys: {
|
|
@@ -2271,6 +2262,14 @@ export var editorExperimentsConfig = {
|
|
|
2271
2262
|
param: 'isEnabled',
|
|
2272
2263
|
defaultValue: false
|
|
2273
2264
|
}),
|
|
2265
|
+
// Added 2026-06-10
|
|
2266
|
+
confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
|
|
2267
|
+
productKeys: {
|
|
2268
|
+
confluence: 'confluence_editor_paste_3p_link_actions_menu'
|
|
2269
|
+
},
|
|
2270
|
+
param: 'isEnabled',
|
|
2271
|
+
defaultValue: false
|
|
2272
|
+
}),
|
|
2274
2273
|
// Added 2026-05-19
|
|
2275
2274
|
platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
|
|
2276
2275
|
productKeys: {
|
|
@@ -197,12 +197,6 @@ export declare const editorExperimentsConfig: {
|
|
|
197
197
|
productKeys?: ProductKeys;
|
|
198
198
|
typeGuard: IsBooleanType;
|
|
199
199
|
};
|
|
200
|
-
platform_editor_prosemirror_rendered_data: {
|
|
201
|
-
defaultValue: boolean;
|
|
202
|
-
param: string;
|
|
203
|
-
productKeys?: ProductKeys;
|
|
204
|
-
typeGuard: IsBooleanType;
|
|
205
|
-
};
|
|
206
200
|
confluence_compact_text_format: {
|
|
207
201
|
defaultValue: boolean;
|
|
208
202
|
param: string;
|
|
@@ -1641,6 +1635,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1641
1635
|
productKeys?: ProductKeys;
|
|
1642
1636
|
typeGuard: IsBooleanType;
|
|
1643
1637
|
};
|
|
1638
|
+
confluence_editor_paste_3p_link_actions_menu: {
|
|
1639
|
+
defaultValue: boolean;
|
|
1640
|
+
param: string;
|
|
1641
|
+
productKeys?: ProductKeys;
|
|
1642
|
+
typeGuard: IsBooleanType;
|
|
1643
|
+
};
|
|
1644
1644
|
platform_editor_ai_replace_doc: {
|
|
1645
1645
|
defaultValue: boolean;
|
|
1646
1646
|
param: string;
|
|
@@ -197,12 +197,6 @@ export declare const editorExperimentsConfig: {
|
|
|
197
197
|
productKeys?: ProductKeys;
|
|
198
198
|
typeGuard: IsBooleanType;
|
|
199
199
|
};
|
|
200
|
-
platform_editor_prosemirror_rendered_data: {
|
|
201
|
-
defaultValue: boolean;
|
|
202
|
-
param: string;
|
|
203
|
-
productKeys?: ProductKeys;
|
|
204
|
-
typeGuard: IsBooleanType;
|
|
205
|
-
};
|
|
206
200
|
confluence_compact_text_format: {
|
|
207
201
|
defaultValue: boolean;
|
|
208
202
|
param: string;
|
|
@@ -1641,6 +1635,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1641
1635
|
productKeys?: ProductKeys;
|
|
1642
1636
|
typeGuard: IsBooleanType;
|
|
1643
1637
|
};
|
|
1638
|
+
confluence_editor_paste_3p_link_actions_menu: {
|
|
1639
|
+
defaultValue: boolean;
|
|
1640
|
+
param: string;
|
|
1641
|
+
productKeys?: ProductKeys;
|
|
1642
|
+
typeGuard: IsBooleanType;
|
|
1643
|
+
};
|
|
1644
1644
|
platform_editor_ai_replace_doc: {
|
|
1645
1645
|
defaultValue: boolean;
|
|
1646
1646
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "93.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,6 +41,9 @@
|
|
|
41
41
|
"platform-feature-flags": {
|
|
42
42
|
"platform_editor_experiments_use_product_keys": {
|
|
43
43
|
"type": "boolean"
|
|
44
|
+
},
|
|
45
|
+
"confluence_editor_paste_3p_link_actions_menu": {
|
|
46
|
+
"type": "boolean"
|
|
44
47
|
}
|
|
45
48
|
},
|
|
46
49
|
"devDependencies": {
|