@atlaskit/tmp-editor-statsig 180.0.0 → 182.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 182.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`6322f75743dc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6322f75743dc1) -
8
+ Clean up experiment `platform_editor_expand_content_a11y`.
9
+
10
+ BREAKING CHANGE: This experiment has been removed from the Editor experiments config. The shipped
11
+ `isEnabled=true` path is now the default. Delete any remaining `expValEquals` / experiment reads
12
+ or test overrides for this key.
13
+
14
+ ## 181.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - [`d539514424fd9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d539514424fd9) -
19
+ Clean up experiment `platform_editor_fix_table_sort_with_mark`
20
+
3
21
  ## 180.0.0
4
22
 
5
23
  ### Major Changes
@@ -413,14 +413,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
413
413
  param: 'isEnabled',
414
414
  defaultValue: false
415
415
  }),
416
- // Added 2026-07-14
417
- platform_editor_fix_table_sort_with_mark: (0, _createBooleanExperiment.createBooleanExperiment)({
418
- productKeys: {
419
- confluence: 'platform_editor_fix_table_sort_with_mark'
420
- },
421
- param: 'isEnabled',
422
- defaultValue: false
423
- }),
424
416
  // Added 2026-07-09
425
417
  platform_editor_reduced_agent_profile_cards: (0, _createBooleanExperiment.createBooleanExperiment)({
426
418
  productKeys: {
@@ -1340,14 +1332,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1340
1332
  param: 'isEnabled',
1341
1333
  defaultValue: false
1342
1334
  }),
1343
- // Added 2026-04-28
1344
- platform_editor_expand_content_a11y: (0, _createBooleanExperiment.createBooleanExperiment)({
1345
- productKeys: {
1346
- confluence: 'platform_editor_expand_content_a11y'
1347
- },
1348
- param: 'isEnabled',
1349
- defaultValue: false
1350
- }),
1351
1335
  // Added 2026-04-15
1352
1336
  platform_editor_ai_no_stream_skip_pacer: (0, _createBooleanExperiment.createBooleanExperiment)({
1353
1337
  productKeys: {
@@ -407,14 +407,6 @@ export const editorExperimentsConfig = {
407
407
  param: 'isEnabled',
408
408
  defaultValue: false
409
409
  }),
410
- // Added 2026-07-14
411
- platform_editor_fix_table_sort_with_mark: createBooleanExperiment({
412
- productKeys: {
413
- confluence: 'platform_editor_fix_table_sort_with_mark'
414
- },
415
- param: 'isEnabled',
416
- defaultValue: false
417
- }),
418
410
  // Added 2026-07-09
419
411
  platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
420
412
  productKeys: {
@@ -1334,14 +1326,6 @@ export const editorExperimentsConfig = {
1334
1326
  param: 'isEnabled',
1335
1327
  defaultValue: false
1336
1328
  }),
1337
- // Added 2026-04-28
1338
- platform_editor_expand_content_a11y: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_expand_content_a11y'
1341
- },
1342
- param: 'isEnabled',
1343
- defaultValue: false
1344
- }),
1345
1329
  // Added 2026-04-15
1346
1330
  platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
1347
1331
  productKeys: {
@@ -407,14 +407,6 @@ export var editorExperimentsConfig = {
407
407
  param: 'isEnabled',
408
408
  defaultValue: false
409
409
  }),
410
- // Added 2026-07-14
411
- platform_editor_fix_table_sort_with_mark: createBooleanExperiment({
412
- productKeys: {
413
- confluence: 'platform_editor_fix_table_sort_with_mark'
414
- },
415
- param: 'isEnabled',
416
- defaultValue: false
417
- }),
418
410
  // Added 2026-07-09
419
411
  platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
420
412
  productKeys: {
@@ -1334,14 +1326,6 @@ export var editorExperimentsConfig = {
1334
1326
  param: 'isEnabled',
1335
1327
  defaultValue: false
1336
1328
  }),
1337
- // Added 2026-04-28
1338
- platform_editor_expand_content_a11y: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_expand_content_a11y'
1341
- },
1342
- param: 'isEnabled',
1343
- defaultValue: false
1344
- }),
1345
1329
  // Added 2026-04-15
1346
1330
  platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
1347
1331
  productKeys: {
@@ -1028,12 +1028,6 @@ export declare const editorExperimentsConfig: {
1028
1028
  productKeys?: ProductKeys;
1029
1029
  typeGuard: IsBooleanType;
1030
1030
  };
1031
- platform_editor_expand_content_a11y: {
1032
- defaultValue: boolean;
1033
- param: string;
1034
- productKeys?: ProductKeys;
1035
- typeGuard: IsBooleanType;
1036
- };
1037
1031
  platform_editor_hydration_skip_react_portal: {
1038
1032
  defaultValue: boolean;
1039
1033
  param: string;
@@ -1131,12 +1125,6 @@ export declare const editorExperimentsConfig: {
1131
1125
  productKeys?: ProductKeys;
1132
1126
  typeGuard: IsBooleanType;
1133
1127
  };
1134
- platform_editor_fix_table_sort_with_mark: {
1135
- defaultValue: boolean;
1136
- param: string;
1137
- productKeys?: ProductKeys;
1138
- typeGuard: IsBooleanType;
1139
- };
1140
1128
  platform_editor_ai_replace_doc: {
1141
1129
  defaultValue: boolean;
1142
1130
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "180.0.0",
3
+ "version": "182.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",