@atlaskit/tmp-editor-statsig 165.0.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,18 @@
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
+
3
16
  ## 165.0.0
4
17
 
5
18
  ### Major 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: {
@@ -1760,15 +1751,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1760
1751
  param: 'isEnabled',
1761
1752
  defaultValue: false
1762
1753
  }),
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
1754
  // Added 2026-05-11
1773
1755
  platform_editor_table_menu_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
1774
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: {
@@ -1754,15 +1745,6 @@ export const editorExperimentsConfig = {
1754
1745
  param: 'isEnabled',
1755
1746
  defaultValue: false
1756
1747
  }),
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
1748
  // Added 2026-05-11
1767
1749
  platform_editor_table_menu_updates: createBooleanExperiment({
1768
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: {
@@ -1754,15 +1745,6 @@ export var editorExperimentsConfig = {
1754
1745
  param: 'isEnabled',
1755
1746
  defaultValue: false
1756
1747
  }),
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
1748
  // Added 2026-05-11
1767
1749
  platform_editor_table_menu_updates: createBooleanExperiment({
1768
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;
@@ -1274,12 +1268,6 @@ export declare const editorExperimentsConfig: {
1274
1268
  productKeys?: ProductKeys;
1275
1269
  typeGuard: IsBooleanType;
1276
1270
  };
1277
- platform_editor_table_q4_patch_5: {
1278
- defaultValue: boolean;
1279
- param: string;
1280
- productKeys?: ProductKeys;
1281
- typeGuard: IsBooleanType;
1282
- };
1283
1271
  platform_editor_table_menu_updates: {
1284
1272
  defaultValue: boolean;
1285
1273
  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": "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",