@atlaskit/tmp-editor-statsig 157.0.0 → 158.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 158.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`424cc3975b0eb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/424cc3975b0eb) -
8
+ Clean up experiment `platform_editor_lovability_suppress_toolbar_event`
9
+ - [`9e4a665de419a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e4a665de419a) -
10
+ Clean up of expriment flag `platform_editor_preview_panel_linking_exp_conf` and
11
+ `platform_editor_preview_panel_linking_exp_jira`.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 157.0.0
4
18
 
5
19
  ### Major Changes
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
14
14
 
15
15
  // These experiments have a jira-specific key that differs from the experiment name,
16
16
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
17
- var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_preview_panel_linking_exp', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
17
+ var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
18
18
 
19
19
  /**
20
20
  * Extract valid expected values.
@@ -523,15 +523,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
523
523
  param: 'isEnabled',
524
524
  defaultValue: false
525
525
  }),
526
- // Added 2025-10-31
527
- platform_editor_lovability_suppress_toolbar_event: (0, _createBooleanExperiment.createBooleanExperiment)({
528
- productKeys: {
529
- confluence: 'platform_editor_lovability_suppress_toolbar_event',
530
- jira: 'platform_editor_lovability_suppress_toolbar_event'
531
- },
532
- param: 'isEnabled',
533
- defaultValue: false
534
- }),
535
526
  // Added 2026-06-02
536
527
  platform_editor_layout_keywords: (0, _createBooleanExperiment.createBooleanExperiment)({
537
528
  productKeys: {
@@ -663,15 +654,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
663
654
  param: 'isEnabled',
664
655
  defaultValue: false
665
656
  }),
666
- // Added 2025-08-18
667
- platform_editor_preview_panel_linking_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
668
- productKeys: {
669
- confluence: 'platform_editor_preview_panel_linking_exp_conf',
670
- jira: 'platform_editor_preview_panel_linking_exp_jira'
671
- },
672
- param: 'isEnabled',
673
- defaultValue: false
674
- }),
675
657
  // Added 2026-01-27
676
658
  platform_editor_table_excerpts_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
677
659
  productKeys: {
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_preview_panel_linking_exp', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -517,15 +517,6 @@ export const editorExperimentsConfig = {
517
517
  param: 'isEnabled',
518
518
  defaultValue: false
519
519
  }),
520
- // Added 2025-10-31
521
- platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
522
- productKeys: {
523
- confluence: 'platform_editor_lovability_suppress_toolbar_event',
524
- jira: 'platform_editor_lovability_suppress_toolbar_event'
525
- },
526
- param: 'isEnabled',
527
- defaultValue: false
528
- }),
529
520
  // Added 2026-06-02
530
521
  platform_editor_layout_keywords: createBooleanExperiment({
531
522
  productKeys: {
@@ -657,15 +648,6 @@ export const editorExperimentsConfig = {
657
648
  param: 'isEnabled',
658
649
  defaultValue: false
659
650
  }),
660
- // Added 2025-08-18
661
- platform_editor_preview_panel_linking_exp: createBooleanExperiment({
662
- productKeys: {
663
- confluence: 'platform_editor_preview_panel_linking_exp_conf',
664
- jira: 'platform_editor_preview_panel_linking_exp_jira'
665
- },
666
- param: 'isEnabled',
667
- defaultValue: false
668
- }),
669
651
  // Added 2026-01-27
670
652
  platform_editor_table_excerpts_fix: createBooleanExperiment({
671
653
  productKeys: {
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_preview_panel_linking_exp', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -517,15 +517,6 @@ export var editorExperimentsConfig = {
517
517
  param: 'isEnabled',
518
518
  defaultValue: false
519
519
  }),
520
- // Added 2025-10-31
521
- platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
522
- productKeys: {
523
- confluence: 'platform_editor_lovability_suppress_toolbar_event',
524
- jira: 'platform_editor_lovability_suppress_toolbar_event'
525
- },
526
- param: 'isEnabled',
527
- defaultValue: false
528
- }),
529
520
  // Added 2026-06-02
530
521
  platform_editor_layout_keywords: createBooleanExperiment({
531
522
  productKeys: {
@@ -657,15 +648,6 @@ export var editorExperimentsConfig = {
657
648
  param: 'isEnabled',
658
649
  defaultValue: false
659
650
  }),
660
- // Added 2025-08-18
661
- platform_editor_preview_panel_linking_exp: createBooleanExperiment({
662
- productKeys: {
663
- confluence: 'platform_editor_preview_panel_linking_exp_conf',
664
- jira: 'platform_editor_preview_panel_linking_exp_jira'
665
- },
666
- param: 'isEnabled',
667
- defaultValue: false
668
- }),
669
651
  // Added 2026-01-27
670
652
  platform_editor_table_excerpts_fix: createBooleanExperiment({
671
653
  productKeys: {
@@ -520,12 +520,6 @@ export declare const editorExperimentsConfig: {
520
520
  productKeys?: ProductKeys;
521
521
  typeGuard: IsBooleanType;
522
522
  };
523
- platform_editor_lovability_suppress_toolbar_event: {
524
- defaultValue: boolean;
525
- param: string;
526
- productKeys?: ProductKeys;
527
- typeGuard: IsBooleanType;
528
- };
529
523
  platform_editor_media_error_analytics: {
530
524
  defaultValue: boolean;
531
525
  param: string;
@@ -592,12 +586,6 @@ export declare const editorExperimentsConfig: {
592
586
  productKeys?: ProductKeys;
593
587
  typeGuard: IsBooleanType;
594
588
  };
595
- platform_editor_preview_panel_linking_exp: {
596
- defaultValue: boolean;
597
- param: string;
598
- productKeys?: ProductKeys;
599
- typeGuard: IsBooleanType;
600
- };
601
589
  platform_editor_preview_panel_responsiveness: {
602
590
  defaultValue: boolean;
603
591
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "157.0.0",
3
+ "version": "158.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",