@atlaskit/tmp-editor-statsig 146.0.1 → 147.1.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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 147.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`90ba4a2921d81`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90ba4a2921d81) -
|
|
8
|
+
Remove AFPS metric
|
|
9
|
+
- [`da5eaf0bc37da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da5eaf0bc37da) -
|
|
10
|
+
Clean up the platform_editor_editor_ssr_streaming experiment. The SSR streaming code paths are now
|
|
11
|
+
permanent and the isSSRStreaming() utility has been removed from
|
|
12
|
+
@atlaskit/editor-common/core-utils.
|
|
13
|
+
|
|
14
|
+
## 147.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`774c01e2f1cdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/774c01e2f1cdd) -
|
|
19
|
+
Remove the `platform_editor_diff_granular_extended` experiment and retain its disabled behavior.
|
|
20
|
+
|
|
3
21
|
## 146.0.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/compass.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
configVersion: 1
|
|
2
2
|
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/80d90df9-b050-46f2-8563-aa320eca79e5
|
|
3
3
|
name: '@atlaskit/tmp-editor-statsig'
|
|
4
|
-
ownerId: ari:cloud:identity::team/
|
|
4
|
+
ownerId: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb # Editor Developers
|
|
5
5
|
labels:
|
|
6
6
|
- platform-code
|
|
7
7
|
- platform-afm
|
|
@@ -16,14 +16,14 @@ links:
|
|
|
16
16
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
17
|
- name: Slack Channel
|
|
18
18
|
type: CHAT_CHANNEL
|
|
19
|
-
url: https://atlassian.enterprise.slack.com/archives/
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFG3PSQ9E # #help-editor
|
|
20
20
|
- name: Tmp Editor Statsig
|
|
21
21
|
type: REPOSITORY
|
|
22
22
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/tmp-editor-statsig
|
|
23
23
|
customFields:
|
|
24
24
|
- name: Department
|
|
25
25
|
type: text
|
|
26
|
-
value:
|
|
26
|
+
value: Editor Developers
|
|
27
27
|
- name: Trusted Reviewer Teams
|
|
28
28
|
type: text
|
|
29
29
|
value: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb
|
|
@@ -214,13 +214,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
214
214
|
param: 'isEnabled',
|
|
215
215
|
defaultValue: false
|
|
216
216
|
}),
|
|
217
|
-
platform_editor_disable_afps: (0, _experimentBuilders.createBooleanExperiment)({
|
|
218
|
-
productKeys: {
|
|
219
|
-
confluence: 'platform_editor_disable_afps'
|
|
220
|
-
},
|
|
221
|
-
param: 'isEnabled',
|
|
222
|
-
defaultValue: false
|
|
223
|
-
}),
|
|
224
217
|
// Added 2026-07-14
|
|
225
218
|
platform_editor_dom_node_count: (0, _experimentBuilders.createBooleanExperiment)({
|
|
226
219
|
productKeys: {
|
|
@@ -491,14 +484,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
491
484
|
param: 'isEnabled',
|
|
492
485
|
defaultValue: false
|
|
493
486
|
}),
|
|
494
|
-
// Added 2026-03-30
|
|
495
|
-
platform_editor_editor_ssr_streaming: (0, _experimentBuilders.createBooleanExperiment)({
|
|
496
|
-
productKeys: {
|
|
497
|
-
confluence: 'platform_editor_editor_ssr_streaming'
|
|
498
|
-
},
|
|
499
|
-
param: 'isEnabled',
|
|
500
|
-
defaultValue: false
|
|
501
|
-
}),
|
|
502
487
|
// Added 2025-01-19
|
|
503
488
|
platform_editor_ai_edit_response_in_preview: (0, _experimentBuilders.createBooleanExperiment)({
|
|
504
489
|
productKeys: {
|
|
@@ -1681,14 +1666,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1681
1666
|
param: 'isEnabled',
|
|
1682
1667
|
defaultValue: false
|
|
1683
1668
|
}),
|
|
1684
|
-
// Added 2026-06-24
|
|
1685
|
-
platform_editor_diff_granular_extended: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1686
|
-
productKeys: {
|
|
1687
|
-
confluence: 'platform_editor_diff_granular_extended'
|
|
1688
|
-
},
|
|
1689
|
-
param: 'isEnabled',
|
|
1690
|
-
defaultValue: false
|
|
1691
|
-
}),
|
|
1692
1669
|
// Added 2026-07-20
|
|
1693
1670
|
platform_editor_table_diff_rounded_corners: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1694
1671
|
productKeys: {
|
|
@@ -208,13 +208,6 @@ export const editorExperimentsConfig = {
|
|
|
208
208
|
param: 'isEnabled',
|
|
209
209
|
defaultValue: false
|
|
210
210
|
}),
|
|
211
|
-
platform_editor_disable_afps: createBooleanExperiment({
|
|
212
|
-
productKeys: {
|
|
213
|
-
confluence: 'platform_editor_disable_afps'
|
|
214
|
-
},
|
|
215
|
-
param: 'isEnabled',
|
|
216
|
-
defaultValue: false
|
|
217
|
-
}),
|
|
218
211
|
// Added 2026-07-14
|
|
219
212
|
platform_editor_dom_node_count: createBooleanExperiment({
|
|
220
213
|
productKeys: {
|
|
@@ -485,14 +478,6 @@ export const editorExperimentsConfig = {
|
|
|
485
478
|
param: 'isEnabled',
|
|
486
479
|
defaultValue: false
|
|
487
480
|
}),
|
|
488
|
-
// Added 2026-03-30
|
|
489
|
-
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
490
|
-
productKeys: {
|
|
491
|
-
confluence: 'platform_editor_editor_ssr_streaming'
|
|
492
|
-
},
|
|
493
|
-
param: 'isEnabled',
|
|
494
|
-
defaultValue: false
|
|
495
|
-
}),
|
|
496
481
|
// Added 2025-01-19
|
|
497
482
|
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
498
483
|
productKeys: {
|
|
@@ -1675,14 +1660,6 @@ export const editorExperimentsConfig = {
|
|
|
1675
1660
|
param: 'isEnabled',
|
|
1676
1661
|
defaultValue: false
|
|
1677
1662
|
}),
|
|
1678
|
-
// Added 2026-06-24
|
|
1679
|
-
platform_editor_diff_granular_extended: createBooleanExperiment({
|
|
1680
|
-
productKeys: {
|
|
1681
|
-
confluence: 'platform_editor_diff_granular_extended'
|
|
1682
|
-
},
|
|
1683
|
-
param: 'isEnabled',
|
|
1684
|
-
defaultValue: false
|
|
1685
|
-
}),
|
|
1686
1663
|
// Added 2026-07-20
|
|
1687
1664
|
platform_editor_table_diff_rounded_corners: createBooleanExperiment({
|
|
1688
1665
|
productKeys: {
|
|
@@ -208,13 +208,6 @@ export var editorExperimentsConfig = {
|
|
|
208
208
|
param: 'isEnabled',
|
|
209
209
|
defaultValue: false
|
|
210
210
|
}),
|
|
211
|
-
platform_editor_disable_afps: createBooleanExperiment({
|
|
212
|
-
productKeys: {
|
|
213
|
-
confluence: 'platform_editor_disable_afps'
|
|
214
|
-
},
|
|
215
|
-
param: 'isEnabled',
|
|
216
|
-
defaultValue: false
|
|
217
|
-
}),
|
|
218
211
|
// Added 2026-07-14
|
|
219
212
|
platform_editor_dom_node_count: createBooleanExperiment({
|
|
220
213
|
productKeys: {
|
|
@@ -485,14 +478,6 @@ export var editorExperimentsConfig = {
|
|
|
485
478
|
param: 'isEnabled',
|
|
486
479
|
defaultValue: false
|
|
487
480
|
}),
|
|
488
|
-
// Added 2026-03-30
|
|
489
|
-
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
490
|
-
productKeys: {
|
|
491
|
-
confluence: 'platform_editor_editor_ssr_streaming'
|
|
492
|
-
},
|
|
493
|
-
param: 'isEnabled',
|
|
494
|
-
defaultValue: false
|
|
495
|
-
}),
|
|
496
481
|
// Added 2025-01-19
|
|
497
482
|
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
498
483
|
productKeys: {
|
|
@@ -1675,14 +1660,6 @@ export var editorExperimentsConfig = {
|
|
|
1675
1660
|
param: 'isEnabled',
|
|
1676
1661
|
defaultValue: false
|
|
1677
1662
|
}),
|
|
1678
|
-
// Added 2026-06-24
|
|
1679
|
-
platform_editor_diff_granular_extended: createBooleanExperiment({
|
|
1680
|
-
productKeys: {
|
|
1681
|
-
confluence: 'platform_editor_diff_granular_extended'
|
|
1682
|
-
},
|
|
1683
|
-
param: 'isEnabled',
|
|
1684
|
-
defaultValue: false
|
|
1685
|
-
}),
|
|
1686
1663
|
// Added 2026-07-20
|
|
1687
1664
|
platform_editor_table_diff_rounded_corners: createBooleanExperiment({
|
|
1688
1665
|
productKeys: {
|
|
@@ -112,12 +112,6 @@ export declare const editorExperimentsConfig: {
|
|
|
112
112
|
productKeys?: ProductKeys;
|
|
113
113
|
typeGuard: IsBooleanType;
|
|
114
114
|
};
|
|
115
|
-
platform_editor_disable_afps: {
|
|
116
|
-
defaultValue: boolean;
|
|
117
|
-
param: string;
|
|
118
|
-
productKeys?: ProductKeys;
|
|
119
|
-
typeGuard: IsBooleanType;
|
|
120
|
-
};
|
|
121
115
|
platform_editor_dom_node_count: {
|
|
122
116
|
defaultValue: boolean;
|
|
123
117
|
param: string;
|
|
@@ -307,12 +301,6 @@ export declare const editorExperimentsConfig: {
|
|
|
307
301
|
productKeys?: ProductKeys;
|
|
308
302
|
typeGuard: IsBooleanType;
|
|
309
303
|
};
|
|
310
|
-
platform_editor_editor_ssr_streaming: {
|
|
311
|
-
defaultValue: boolean;
|
|
312
|
-
param: string;
|
|
313
|
-
productKeys?: ProductKeys;
|
|
314
|
-
typeGuard: IsBooleanType;
|
|
315
|
-
};
|
|
316
304
|
confluence_remix_icon_right_side: {
|
|
317
305
|
defaultValue: boolean;
|
|
318
306
|
param: string;
|
|
@@ -1298,12 +1286,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1298
1286
|
productKeys?: ProductKeys;
|
|
1299
1287
|
typeGuard: IsBooleanType;
|
|
1300
1288
|
};
|
|
1301
|
-
platform_editor_diff_granular_extended: {
|
|
1302
|
-
defaultValue: boolean;
|
|
1303
|
-
param: string;
|
|
1304
|
-
productKeys?: ProductKeys;
|
|
1305
|
-
typeGuard: IsBooleanType;
|
|
1306
|
-
};
|
|
1307
1289
|
platform_editor_table_diff_rounded_corners: {
|
|
1308
1290
|
defaultValue: boolean;
|
|
1309
1291
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "147.1.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.5.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|