@atlaskit/tmp-editor-statsig 164.1.0 → 166.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
+ ## 166.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`ccd6a433ade84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ccd6a433ade84) -
8
+ Clean up experiment `platform_editor_renderer_shadow_observer_cleanup`.
9
+
10
+ ### Minor Changes
11
+
12
+ - [`c967639892512`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c967639892512) -
13
+ Cleanup experiment `platform_editor_table_q4_patch_5` and permanently restrict sticky table
14
+ headers to the first header row.
15
+
16
+ ## 165.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - [`f34bb99565856`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f34bb99565856) -
21
+ Remove the `platform_editor_table_q4_patch_3` experiment and permanently retain interaction-aware
22
+ table cell highlighting.
23
+
3
24
  ## 164.1.0
4
25
 
5
26
  ### Minor Changes
@@ -564,15 +564,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
564
564
  param: 'isEnabled',
565
565
  defaultValue: false
566
566
  }),
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
567
  // Added 2025-07-08 - Jira work sync description comment summary
577
568
  'jira-work-sync-desc-comment-summary': (0, _createBooleanExperiment.createBooleanExperiment)({
578
569
  productKeys: {
@@ -1751,15 +1742,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1751
1742
  param: 'isEnabled',
1752
1743
  defaultValue: false
1753
1744
  }),
1754
- // Added 2026-07-16
1755
- platform_editor_table_q4_patch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
1756
- productKeys: {
1757
- confluence: 'platform_editor_table_q4_patch_3',
1758
- jira: 'platform_editor_table_q4_patch_3'
1759
- },
1760
- param: 'isEnabled',
1761
- defaultValue: false
1762
- }),
1763
1745
  // Added 2026-07-21
1764
1746
  platform_editor_table_q4_patch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
1765
1747
  productKeys: {
@@ -1769,15 +1751,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1769
1751
  param: 'isEnabled',
1770
1752
  defaultValue: false
1771
1753
  }),
1772
- // Added 2026-07-22
1773
- platform_editor_table_q4_patch_5: (0, _createBooleanExperiment.createBooleanExperiment)({
1774
- productKeys: {
1775
- confluence: 'platform_editor_table_q4_patch_5',
1776
- jira: 'platform_editor_table_q4_patch_5'
1777
- },
1778
- param: 'isEnabled',
1779
- defaultValue: false
1780
- }),
1781
1754
  // Added 2026-05-11
1782
1755
  platform_editor_table_menu_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
1783
1756
  productKeys: {
@@ -558,15 +558,6 @@ export const editorExperimentsConfig = {
558
558
  param: 'isEnabled',
559
559
  defaultValue: false
560
560
  }),
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
561
  // Added 2025-07-08 - Jira work sync description comment summary
571
562
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
572
563
  productKeys: {
@@ -1745,15 +1736,6 @@ export const editorExperimentsConfig = {
1745
1736
  param: 'isEnabled',
1746
1737
  defaultValue: false
1747
1738
  }),
1748
- // Added 2026-07-16
1749
- platform_editor_table_q4_patch_3: createBooleanExperiment({
1750
- productKeys: {
1751
- confluence: 'platform_editor_table_q4_patch_3',
1752
- jira: 'platform_editor_table_q4_patch_3'
1753
- },
1754
- param: 'isEnabled',
1755
- defaultValue: false
1756
- }),
1757
1739
  // Added 2026-07-21
1758
1740
  platform_editor_table_q4_patch_4: createBooleanExperiment({
1759
1741
  productKeys: {
@@ -1763,15 +1745,6 @@ export const editorExperimentsConfig = {
1763
1745
  param: 'isEnabled',
1764
1746
  defaultValue: false
1765
1747
  }),
1766
- // Added 2026-07-22
1767
- platform_editor_table_q4_patch_5: createBooleanExperiment({
1768
- productKeys: {
1769
- confluence: 'platform_editor_table_q4_patch_5',
1770
- jira: 'platform_editor_table_q4_patch_5'
1771
- },
1772
- param: 'isEnabled',
1773
- defaultValue: false
1774
- }),
1775
1748
  // Added 2026-05-11
1776
1749
  platform_editor_table_menu_updates: createBooleanExperiment({
1777
1750
  productKeys: {
@@ -558,15 +558,6 @@ export var editorExperimentsConfig = {
558
558
  param: 'isEnabled',
559
559
  defaultValue: false
560
560
  }),
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
561
  // Added 2025-07-08 - Jira work sync description comment summary
571
562
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
572
563
  productKeys: {
@@ -1745,15 +1736,6 @@ export var editorExperimentsConfig = {
1745
1736
  param: 'isEnabled',
1746
1737
  defaultValue: false
1747
1738
  }),
1748
- // Added 2026-07-16
1749
- platform_editor_table_q4_patch_3: createBooleanExperiment({
1750
- productKeys: {
1751
- confluence: 'platform_editor_table_q4_patch_3',
1752
- jira: 'platform_editor_table_q4_patch_3'
1753
- },
1754
- param: 'isEnabled',
1755
- defaultValue: false
1756
- }),
1757
1739
  // Added 2026-07-21
1758
1740
  platform_editor_table_q4_patch_4: createBooleanExperiment({
1759
1741
  productKeys: {
@@ -1763,15 +1745,6 @@ export var editorExperimentsConfig = {
1763
1745
  param: 'isEnabled',
1764
1746
  defaultValue: false
1765
1747
  }),
1766
- // Added 2026-07-22
1767
- platform_editor_table_q4_patch_5: createBooleanExperiment({
1768
- productKeys: {
1769
- confluence: 'platform_editor_table_q4_patch_5',
1770
- jira: 'platform_editor_table_q4_patch_5'
1771
- },
1772
- param: 'isEnabled',
1773
- defaultValue: false
1774
- }),
1775
1748
  // Added 2026-05-11
1776
1749
  platform_editor_table_menu_updates: createBooleanExperiment({
1777
1750
  productKeys: {
@@ -1094,12 +1094,6 @@ export declare const editorExperimentsConfig: {
1094
1094
  productKeys?: ProductKeys;
1095
1095
  typeGuard: IsBooleanType;
1096
1096
  };
1097
- platform_editor_renderer_shadow_observer_cleanup: {
1098
- defaultValue: boolean;
1099
- param: string;
1100
- productKeys?: ProductKeys;
1101
- typeGuard: IsBooleanType;
1102
- };
1103
1097
  confluence_fe_renderer_inline_node_mark_color_fix: {
1104
1098
  defaultValue: boolean;
1105
1099
  param: string;
@@ -1268,24 +1262,12 @@ export declare const editorExperimentsConfig: {
1268
1262
  productKeys?: ProductKeys;
1269
1263
  typeGuard: IsBooleanType;
1270
1264
  };
1271
- platform_editor_table_q4_patch_3: {
1272
- defaultValue: boolean;
1273
- param: string;
1274
- productKeys?: ProductKeys;
1275
- typeGuard: IsBooleanType;
1276
- };
1277
1265
  platform_editor_table_q4_patch_4: {
1278
1266
  defaultValue: boolean;
1279
1267
  param: string;
1280
1268
  productKeys?: ProductKeys;
1281
1269
  typeGuard: IsBooleanType;
1282
1270
  };
1283
- platform_editor_table_q4_patch_5: {
1284
- defaultValue: boolean;
1285
- param: string;
1286
- productKeys?: ProductKeys;
1287
- typeGuard: IsBooleanType;
1288
- };
1289
1271
  platform_editor_table_menu_updates: {
1290
1272
  defaultValue: boolean;
1291
1273
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "164.1.0",
3
+ "version": "166.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",