@atlaskit/tmp-editor-statsig 71.1.0 → 72.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,28 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 72.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`fb1ec78192b09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb1ec78192b09) -
8
+ Cleanup platform_editor_ai_update_actioned_event_timeout experiment - keep enabled path (30s
9
+ actioned-event delay, no delayed 20s/30s events)
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 72.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - [`d94df511393a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94df511393a9) -
20
+ Removing FG platform_editor_a11y_eslint_fix
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 71.1.0
4
27
 
5
28
  ### Minor Changes
@@ -1340,15 +1340,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1340
1340
  param: 'isEnabled',
1341
1341
  defaultValue: false
1342
1342
  }),
1343
- // Added 2026-02-19
1344
- platform_editor_a11y_eslint_fix: (0, _experimentBuilders.createBooleanExperiment)({
1345
- productKeys: {
1346
- confluence: 'platform_editor_a11y_eslint_fix',
1347
- jira: 'platform_editor_a11y_eslint_fix'
1348
- },
1349
- param: 'isEnabled',
1350
- defaultValue: false
1351
- }),
1352
1343
  platform_editor_fix_advanced_codeblocks_crlf_patch: (0, _experimentBuilders.createBooleanExperiment)({
1353
1344
  productKeys: {
1354
1345
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -1489,14 +1480,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1489
1480
  param: 'isEnabled',
1490
1481
  defaultValue: false
1491
1482
  }),
1492
- // Added 2026-03-03
1493
- platform_editor_ai_update_actioned_event_timeout: (0, _experimentBuilders.createBooleanExperiment)({
1494
- productKeys: {
1495
- confluence: 'platform_editor_ai_update_actioned_event_timeout'
1496
- },
1497
- param: 'isEnabled',
1498
- defaultValue: false
1499
- }),
1500
1483
  // Added 2026-03-02
1501
1484
  platform_editor_discarded_unified_analytic_events: (0, _experimentBuilders.createBooleanExperiment)({
1502
1485
  productKeys: {
@@ -1334,15 +1334,6 @@ export const editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
- // Added 2026-02-19
1338
- platform_editor_a11y_eslint_fix: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_a11y_eslint_fix',
1341
- jira: 'platform_editor_a11y_eslint_fix'
1342
- },
1343
- param: 'isEnabled',
1344
- defaultValue: false
1345
- }),
1346
1337
  platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
1347
1338
  productKeys: {
1348
1339
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -1483,14 +1474,6 @@ export const editorExperimentsConfig = {
1483
1474
  param: 'isEnabled',
1484
1475
  defaultValue: false
1485
1476
  }),
1486
- // Added 2026-03-03
1487
- platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
1488
- productKeys: {
1489
- confluence: 'platform_editor_ai_update_actioned_event_timeout'
1490
- },
1491
- param: 'isEnabled',
1492
- defaultValue: false
1493
- }),
1494
1477
  // Added 2026-03-02
1495
1478
  platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1496
1479
  productKeys: {
@@ -1334,15 +1334,6 @@ export var editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
- // Added 2026-02-19
1338
- platform_editor_a11y_eslint_fix: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_a11y_eslint_fix',
1341
- jira: 'platform_editor_a11y_eslint_fix'
1342
- },
1343
- param: 'isEnabled',
1344
- defaultValue: false
1345
- }),
1346
1337
  platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
1347
1338
  productKeys: {
1348
1339
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -1483,14 +1474,6 @@ export var editorExperimentsConfig = {
1483
1474
  param: 'isEnabled',
1484
1475
  defaultValue: false
1485
1476
  }),
1486
- // Added 2026-03-03
1487
- platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
1488
- productKeys: {
1489
- confluence: 'platform_editor_ai_update_actioned_event_timeout'
1490
- },
1491
- param: 'isEnabled',
1492
- defaultValue: false
1493
- }),
1494
1477
  // Added 2026-03-02
1495
1478
  platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1496
1479
  productKeys: {
@@ -269,12 +269,6 @@ export declare const editorExperimentsConfig: {
269
269
  productKeys?: ProductKeys;
270
270
  typeGuard: IsBooleanType;
271
271
  };
272
- platform_editor_a11y_eslint_fix: {
273
- defaultValue: boolean;
274
- param: string;
275
- productKeys?: ProductKeys;
276
- typeGuard: IsBooleanType;
277
- };
278
272
  platform_editor_ai_edit_response_in_preview: {
279
273
  defaultValue: boolean;
280
274
  param: string;
@@ -1128,12 +1122,6 @@ export declare const editorExperimentsConfig: {
1128
1122
  productKeys?: ProductKeys;
1129
1123
  typeGuard: IsBooleanType;
1130
1124
  };
1131
- platform_editor_ai_update_actioned_event_timeout: {
1132
- defaultValue: boolean;
1133
- param: string;
1134
- productKeys?: ProductKeys;
1135
- typeGuard: IsBooleanType;
1136
- };
1137
1125
  platform_editor_ai_blockmenu_integration: {
1138
1126
  defaultValue: boolean;
1139
1127
  param: string;
@@ -269,12 +269,6 @@ export declare const editorExperimentsConfig: {
269
269
  productKeys?: ProductKeys;
270
270
  typeGuard: IsBooleanType;
271
271
  };
272
- platform_editor_a11y_eslint_fix: {
273
- defaultValue: boolean;
274
- param: string;
275
- productKeys?: ProductKeys;
276
- typeGuard: IsBooleanType;
277
- };
278
272
  platform_editor_ai_edit_response_in_preview: {
279
273
  defaultValue: boolean;
280
274
  param: string;
@@ -1128,12 +1122,6 @@ export declare const editorExperimentsConfig: {
1128
1122
  productKeys?: ProductKeys;
1129
1123
  typeGuard: IsBooleanType;
1130
1124
  };
1131
- platform_editor_ai_update_actioned_event_timeout: {
1132
- defaultValue: boolean;
1133
- param: string;
1134
- productKeys?: ProductKeys;
1135
- typeGuard: IsBooleanType;
1136
- };
1137
1125
  platform_editor_ai_blockmenu_integration: {
1138
1126
  defaultValue: boolean;
1139
1127
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "71.1.0",
3
+ "version": "72.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.16.0",
37
+ "@atlaskit/react-ufo": "^5.17.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {