@atlaskit/tmp-editor-statsig 165.0.0 → 167.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 167.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`4df90d6af7dc0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4df90d6af7dc0) -
8
+ Clean up experiment `platform_editor_layout_keywords` and retain the launched layout search
9
+ keywords.
10
+
11
+ ## 166.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`ccd6a433ade84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ccd6a433ade84) -
16
+ Clean up experiment `platform_editor_renderer_shadow_observer_cleanup`.
17
+
18
+ ### Minor Changes
19
+
20
+ - [`c967639892512`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c967639892512) -
21
+ Cleanup experiment `platform_editor_table_q4_patch_5` and permanently restrict sticky table
22
+ headers to the first header row.
23
+
3
24
  ## 165.0.0
4
25
 
5
26
  ### Major Changes
@@ -506,15 +506,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
506
506
  param: 'isEnabled',
507
507
  defaultValue: false
508
508
  }),
509
- // Added 2026-06-02
510
- platform_editor_layout_keywords: (0, _createBooleanExperiment.createBooleanExperiment)({
511
- productKeys: {
512
- confluence: 'platform_editor_layout_keywords',
513
- jira: 'platform_editor_layout_keywords'
514
- },
515
- param: 'isEnabled',
516
- defaultValue: false
517
- }),
518
509
  // Added 2025-04-17
519
510
  platform_editor_tables_table_selector: (0, _createBooleanExperiment.createBooleanExperiment)({
520
511
  productKeys: {
@@ -564,15 +555,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
564
555
  param: 'isEnabled',
565
556
  defaultValue: false
566
557
  }),
567
- // Added 2026-03-10
568
- platform_editor_renderer_shadow_observer_cleanup: (0, _createBooleanExperiment.createBooleanExperiment)({
569
- productKeys: {
570
- jira: 'platform_editor_renderer_shadow_observer_cleanup',
571
- confluence: 'platform_editor_renderer_shadow_observer_cleanup'
572
- },
573
- param: 'isEnabled',
574
- defaultValue: false
575
- }),
576
558
  // Added 2025-07-08 - Jira work sync description comment summary
577
559
  'jira-work-sync-desc-comment-summary': (0, _createBooleanExperiment.createBooleanExperiment)({
578
560
  productKeys: {
@@ -1760,15 +1742,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1760
1742
  param: 'isEnabled',
1761
1743
  defaultValue: false
1762
1744
  }),
1763
- // Added 2026-07-22
1764
- platform_editor_table_q4_patch_5: (0, _createBooleanExperiment.createBooleanExperiment)({
1765
- productKeys: {
1766
- confluence: 'platform_editor_table_q4_patch_5',
1767
- jira: 'platform_editor_table_q4_patch_5'
1768
- },
1769
- param: 'isEnabled',
1770
- defaultValue: false
1771
- }),
1772
1745
  // Added 2026-05-11
1773
1746
  platform_editor_table_menu_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
1774
1747
  productKeys: {
@@ -500,15 +500,6 @@ export const editorExperimentsConfig = {
500
500
  param: 'isEnabled',
501
501
  defaultValue: false
502
502
  }),
503
- // Added 2026-06-02
504
- platform_editor_layout_keywords: createBooleanExperiment({
505
- productKeys: {
506
- confluence: 'platform_editor_layout_keywords',
507
- jira: 'platform_editor_layout_keywords'
508
- },
509
- param: 'isEnabled',
510
- defaultValue: false
511
- }),
512
503
  // Added 2025-04-17
513
504
  platform_editor_tables_table_selector: createBooleanExperiment({
514
505
  productKeys: {
@@ -558,15 +549,6 @@ export const editorExperimentsConfig = {
558
549
  param: 'isEnabled',
559
550
  defaultValue: false
560
551
  }),
561
- // Added 2026-03-10
562
- platform_editor_renderer_shadow_observer_cleanup: createBooleanExperiment({
563
- productKeys: {
564
- jira: 'platform_editor_renderer_shadow_observer_cleanup',
565
- confluence: 'platform_editor_renderer_shadow_observer_cleanup'
566
- },
567
- param: 'isEnabled',
568
- defaultValue: false
569
- }),
570
552
  // Added 2025-07-08 - Jira work sync description comment summary
571
553
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
572
554
  productKeys: {
@@ -1754,15 +1736,6 @@ export const editorExperimentsConfig = {
1754
1736
  param: 'isEnabled',
1755
1737
  defaultValue: false
1756
1738
  }),
1757
- // Added 2026-07-22
1758
- platform_editor_table_q4_patch_5: createBooleanExperiment({
1759
- productKeys: {
1760
- confluence: 'platform_editor_table_q4_patch_5',
1761
- jira: 'platform_editor_table_q4_patch_5'
1762
- },
1763
- param: 'isEnabled',
1764
- defaultValue: false
1765
- }),
1766
1739
  // Added 2026-05-11
1767
1740
  platform_editor_table_menu_updates: createBooleanExperiment({
1768
1741
  productKeys: {
@@ -500,15 +500,6 @@ export var editorExperimentsConfig = {
500
500
  param: 'isEnabled',
501
501
  defaultValue: false
502
502
  }),
503
- // Added 2026-06-02
504
- platform_editor_layout_keywords: createBooleanExperiment({
505
- productKeys: {
506
- confluence: 'platform_editor_layout_keywords',
507
- jira: 'platform_editor_layout_keywords'
508
- },
509
- param: 'isEnabled',
510
- defaultValue: false
511
- }),
512
503
  // Added 2025-04-17
513
504
  platform_editor_tables_table_selector: createBooleanExperiment({
514
505
  productKeys: {
@@ -558,15 +549,6 @@ export var editorExperimentsConfig = {
558
549
  param: 'isEnabled',
559
550
  defaultValue: false
560
551
  }),
561
- // Added 2026-03-10
562
- platform_editor_renderer_shadow_observer_cleanup: createBooleanExperiment({
563
- productKeys: {
564
- jira: 'platform_editor_renderer_shadow_observer_cleanup',
565
- confluence: 'platform_editor_renderer_shadow_observer_cleanup'
566
- },
567
- param: 'isEnabled',
568
- defaultValue: false
569
- }),
570
552
  // Added 2025-07-08 - Jira work sync description comment summary
571
553
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
572
554
  productKeys: {
@@ -1754,15 +1736,6 @@ export var editorExperimentsConfig = {
1754
1736
  param: 'isEnabled',
1755
1737
  defaultValue: false
1756
1738
  }),
1757
- // Added 2026-07-22
1758
- platform_editor_table_q4_patch_5: createBooleanExperiment({
1759
- productKeys: {
1760
- confluence: 'platform_editor_table_q4_patch_5',
1761
- jira: 'platform_editor_table_q4_patch_5'
1762
- },
1763
- param: 'isEnabled',
1764
- defaultValue: false
1765
- }),
1766
1739
  // Added 2026-05-11
1767
1740
  platform_editor_table_menu_updates: createBooleanExperiment({
1768
1741
  productKeys: {
@@ -271,12 +271,6 @@ export declare const editorExperimentsConfig: {
271
271
  typeGuard: (value: unknown) => value is 'control' | 'prioritizeLinkInQIM' | 'prioritizeEmbedInQIM';
272
272
  values: ('control' | 'prioritizeLinkInQIM' | 'prioritizeEmbedInQIM')[];
273
273
  };
274
- platform_editor_layout_keywords: {
275
- defaultValue: boolean;
276
- param: string;
277
- productKeys?: ProductKeys;
278
- typeGuard: IsBooleanType;
279
- };
280
274
  confluence_remix_icon_right_side: {
281
275
  defaultValue: boolean;
282
276
  param: string;
@@ -1094,12 +1088,6 @@ export declare const editorExperimentsConfig: {
1094
1088
  productKeys?: ProductKeys;
1095
1089
  typeGuard: IsBooleanType;
1096
1090
  };
1097
- platform_editor_renderer_shadow_observer_cleanup: {
1098
- defaultValue: boolean;
1099
- param: string;
1100
- productKeys?: ProductKeys;
1101
- typeGuard: IsBooleanType;
1102
- };
1103
1091
  confluence_fe_renderer_inline_node_mark_color_fix: {
1104
1092
  defaultValue: boolean;
1105
1093
  param: string;
@@ -1274,12 +1262,6 @@ export declare const editorExperimentsConfig: {
1274
1262
  productKeys?: ProductKeys;
1275
1263
  typeGuard: IsBooleanType;
1276
1264
  };
1277
- platform_editor_table_q4_patch_5: {
1278
- defaultValue: boolean;
1279
- param: string;
1280
- productKeys?: ProductKeys;
1281
- typeGuard: IsBooleanType;
1282
- };
1283
1265
  platform_editor_table_menu_updates: {
1284
1266
  defaultValue: boolean;
1285
1267
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "165.0.0",
3
+ "version": "167.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",