@atlaskit/tmp-editor-statsig 147.0.0 → 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,16 @@
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
+
3
14
  ## 147.0.0
4
15
 
5
16
  ### Major 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/0250ee69-f755-47fd-a468-bf8a9d10a3c5 # Editor AI
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/C03ULQ29LJ0 # #team-cc-editor-ai
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: Eng - Editor
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: {
@@ -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: {
@@ -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: {
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "147.0.0",
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.4.0",
30
+ "@atlaskit/react-ufo": "^7.5.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {